*, *:before, *:after {
  box-sizing: border-box;
}

div, span, object, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: unset;
  font-size: 100%;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  text-decoration: unset;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

.btn:focus,
.form-control:focus {
  box-shadow: unset;
}

@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("../font/material-symbols-rounded.woff2") format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

.icon-fill {
  font-variation-settings: "FILL" 1;
}

/* Inter Tight */
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/assets/font/InterTight-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/font/InterTight-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/font/InterTight-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/font/InterTight-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/font/InterTight-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("/assets/font/InterTight-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/font/Helvetica.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/assets/font/Barlow-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/font/NeueHaasDisplayRoman.ttf") format("truetype");
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/font/NeueHaasDisplayMediu.ttf") format("truetype");
}
:root {
  --red-primary: #e35e5e;
  --green-primary: #3caf6a;
  --yellow-primary: #d9ae0a;
  --blue-primary: #009fd4;
  --brown-primary: #bf7124;
  --orange-primary: #F18501;
  --pink-primary: #FC6C86;
  --purple-primary: #AF69EF;
}

.theme-color-red {
  --primary-bg: #e35e5e;
  --primary-tab-btn-bg: #f75959;
  --primary-tab-btn-box-shadow: 0px 3px 11px rgba(247, 89, 89, 0.6);
  --primary-light-bg: #ffd0d0;
  --primary-light-bg-border-color: #f3a9a9;
  --primary-dark-bg: #953131;
}

.theme-color-green {
  --primary-bg: #3caf6a;
  --primary-tab-btn-bg: #1ebd5e;
  --primary-tab-btn-box-shadow: 0px 3px 11px rgba(30, 189, 94, 0.6);
  --primary-light-bg: #afe7c5;
  --primary-light-bg-border-color: #58cd87;
  --primary-dark-bg: #277446;
}

.theme-color-yellow {
  --primary-bg: #d9ae0a;
  --primary-tab-btn-bg: #e3bc00;
  --primary-tab-btn-box-shadow: 0px 3px 11px rgba(227, 188, 0, 0.6);
  --primary-light-bg: #f3e19c;
  --primary-light-bg-border-color: #c39c08;
  --primary-dark-bg: #876d09;
}

.theme-color-blue {
  --primary-bg: #009fd4;
  --primary-tab-btn-bg: #00aae3;
  --primary-tab-btn-box-shadow: 0px 3px 11px rgba(0, 159, 212, 0.6);
  --primary-light-bg: #bdedfd;
  --primary-light-bg-border-color: #92cfe3;
  --primary-dark-bg: #027499;
}

.theme-color-brown {
  --primary-bg: #bf7124;
  --primary-tab-btn-bg: rgb(207 109 12);
  --primary-tab-btn-box-shadow: 0px 3px 11px rgba(207, 109, 12, 0.6);
  --primary-light-bg: #ffd7b0;
  --primary-light-bg-border-color: #c18651;
  --primary-dark-bg: #87511b;
}

.theme-color-orange {
  --primary-bg: #F18501;
  --primary-tab-btn-bg: #ff8d02;
  --primary-tab-btn-box-shadow: 0px 3px 11px rgba(255, 141, 2, 0.6);
  --primary-light-bg: #fbc37f;
  --primary-light-bg-border-color: #d57f15;
  --primary-dark-bg: #a95f03;
}

.theme-color-pink {
  --primary-bg: #FC6C86;
  --primary-tab-btn-bg: #fd5271;
  --primary-tab-btn-box-shadow: 0px 3px 11px rgba(253, 82, 113, 0.6);
  --primary-light-bg: #ffd0d8;
  --primary-light-bg-border-color: #d58b99;
  --primary-dark-bg: #dd3452;
}

.theme-color-purple {
  --primary-bg: #AF69EF;
  --primary-tab-btn-bg: #ae56ff;
  --primary-tab-btn-box-shadow: 0px 3px 11px rgba(174, 86, 255, 0.6);
  --primary-light-bg: #d3b3f1;
  --primary-light-bg-border-color: #ab7ad7;
  --primary-dark-bg: #7e45b3;
}

.theme-template-filled .btn-card-type {
  border-radius: 150px;
  min-height: 67px;
  max-height: 67px;
  flex-direction: row-reverse;
  padding: 0 25px;
}
.theme-template-filled .table-info-tabs-layout > * .t-i-t-l-item-footer {
  color: #fff;
  border-color: transparent;
}
.theme-template-filled .table-info-tabs-layout .t-i-t-l-table .t-i-t-l-item-body > .t-i-t-l-item-body-inner .user-info-block {
  display: flex;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  min-height: 90px;
  border-color: transparent;
}
.theme-template-filled .search-info-comp input {
  border-radius: 30px;
  border-color: transparent;
}
.theme-template-filled .table-info-tabs-layout .t-i-t-l-tabs > .btn-comp, .theme-template-filled .table-info-tabs-layout > *.t-i-t-l-info .t-i-t-l-item-body .search-result-info-block .s-r-i-item, .theme-template-filled table th, .theme-template-filled table td, .theme-template-filled .table-info-tabs-layout .t-i-t-l-table .t-i-t-l-item-body > .t-i-t-l-item-body-inner .user-info-block .info-tiny-card, .theme-template-filled .header-comp, .theme-template-filled .dropdown-comp.theme-dropdown .dropbtn {
  border-color: transparent !important;
}
.theme-template-filled .t-i-t-l-info .t-i-t-l-item-body .search-result-info-block .s-r-i-item {
  border: none;
}
.theme-template-filled.theme-color-red, .theme-template-filled.theme-color-green, .theme-template-filled.theme-color-yellow, .theme-template-filled.theme-color-blue, .theme-template-filled.theme-color-brown, .theme-template-filled.theme-color-orange, .theme-template-filled.theme-color-pink, .theme-template-filled.theme-color-purple {
  background: var(--primary-light-bg);
}
.theme-template-filled.theme-color-red .table-info-tabs-layout > * + *, .theme-template-filled.theme-color-green .table-info-tabs-layout > * + *, .theme-template-filled.theme-color-yellow .table-info-tabs-layout > * + *, .theme-template-filled.theme-color-blue .table-info-tabs-layout > * + *, .theme-template-filled.theme-color-brown .table-info-tabs-layout > * + *, .theme-template-filled.theme-color-orange .table-info-tabs-layout > * + *, .theme-template-filled.theme-color-pink .table-info-tabs-layout > * + *, .theme-template-filled.theme-color-purple .table-info-tabs-layout > * + * {
  border-left: 1px solid var(--primary-light-bg-border-color);
}
.theme-template-filled.theme-color-red .table-info-tabs-layout.right-to-left-active > * + *, .theme-template-filled.theme-color-green .table-info-tabs-layout.right-to-left-active > * + *, .theme-template-filled.theme-color-yellow .table-info-tabs-layout.right-to-left-active > * + *, .theme-template-filled.theme-color-blue .table-info-tabs-layout.right-to-left-active > * + *, .theme-template-filled.theme-color-brown .table-info-tabs-layout.right-to-left-active > * + *, .theme-template-filled.theme-color-orange .table-info-tabs-layout.right-to-left-active > * + *, .theme-template-filled.theme-color-pink .table-info-tabs-layout.right-to-left-active > * + *, .theme-template-filled.theme-color-purple .table-info-tabs-layout.right-to-left-active > * + * {
  border-left: unset;
  border-right: 1px solid var(--primary-light-bg-border-color);
}
.theme-template-filled.theme-color-red .table-info-tabs-layout > * .t-i-t-l-item-footer, .theme-template-filled.theme-color-green .table-info-tabs-layout > * .t-i-t-l-item-footer, .theme-template-filled.theme-color-yellow .table-info-tabs-layout > * .t-i-t-l-item-footer, .theme-template-filled.theme-color-blue .table-info-tabs-layout > * .t-i-t-l-item-footer, .theme-template-filled.theme-color-brown .table-info-tabs-layout > * .t-i-t-l-item-footer, .theme-template-filled.theme-color-orange .table-info-tabs-layout > * .t-i-t-l-item-footer, .theme-template-filled.theme-color-pink .table-info-tabs-layout > * .t-i-t-l-item-footer, .theme-template-filled.theme-color-purple .table-info-tabs-layout > * .t-i-t-l-item-footer {
  background: var(--primary-dark-bg);
}
.theme-template-filled.theme-color-yellow .table-info-tabs-layout .t-i-t-l-tabs > .btn-comp.active {
  border: 1px solid #cba800 !important;
}
.theme-template-filled.theme-color-orange .table-info-tabs-layout .t-i-t-l-tabs > .btn-comp.active {
  border: 1px solid #db871e !important;
}

.theme-color-red .btn-success.btn-theme-gradiant {
  background: linear-gradient(359deg, rgb(227, 94, 94) 0%, rgb(223, 149, 149) 100%);
}

.theme-color-green .btn-success.btn-theme-gradiant {
  background: linear-gradient(359deg, rgb(60, 175, 106) 0%, rgb(96, 208, 141) 100%);
}

.theme-color-yellow .btn-success.btn-theme-gradiant {
  background: linear-gradient(359deg, rgb(217, 174, 10) 0%, rgb(248, 207, 52) 100%);
}

.theme-color-blue .btn-success.btn-theme-gradiant {
  background: linear-gradient(359deg, rgb(0, 159, 212) 0%, rgb(56, 193, 238) 100%);
}

.theme-color-brown .btn-success.btn-theme-gradiant {
  background: linear-gradient(359deg, rgb(191, 113, 36) 0%, rgb(244, 160, 78) 100%);
}

.theme-color-orange .btn-success.btn-theme-gradiant {
  background: linear-gradient(359deg, rgb(213, 119, 4) 0%, rgb(255, 161, 47) 100%);
}

.theme-color-pink .btn-success.btn-theme-gradiant {
  background: linear-gradient(359deg, rgb(227, 85, 111) 0%, rgb(249, 143, 162) 100%);
}

.theme-color-purple .btn-success.btn-theme-gradiant {
  background: linear-gradient(359deg, rgb(164, 83, 239) 0%, rgb(174, 147, 199) 100%);
}

.theme-template-default:not(.theme-template-filled) .btn-card-type {
  min-width: 100px;
  max-width: 100px;
}
.theme-template-default:not(.theme-template-filled) .btn-card-type.btn-danger {
  padding: 6px;
}
.theme-template-default:not(.theme-template-filled).theme-color-red .btn-card-type.btn-danger {
  border: 1px solid #f57d7d;
  color: #f75959;
  background: rgba(247, 89, 89, 0.2);
}
.theme-template-default:not(.theme-template-filled).theme-color-red .btn-card-type.btn-danger .btn-card-icon-sprite.btn-icon-close {
  background-position: -411px -45px;
}
.theme-template-default:not(.theme-template-filled).theme-color-green .btn-card-type.btn-danger {
  border: 1px solid #64e095;
  color: #1ebd5e;
  background: rgba(30, 189, 94, 0.2);
}
.theme-template-default:not(.theme-template-filled).theme-color-green .btn-card-type.btn-danger .btn-card-icon-sprite.btn-icon-close {
  background-position: -411px -135px;
}
.theme-template-default:not(.theme-template-filled).theme-color-yellow .btn-card-type.btn-danger {
  border: 1px solid #e7bf28;
  color: #d9ae0a;
  background: rgba(217, 174, 10, 0.2);
}
.theme-template-default:not(.theme-template-filled).theme-color-yellow .btn-card-type.btn-danger .btn-card-icon-sprite.btn-icon-close {
  background-position: -411px -181px;
}
.theme-template-default:not(.theme-template-filled).theme-color-blue .btn-card-type.btn-danger {
  border: 1px solid #3ec8f6;
  color: #00aae3;
  background: rgba(0, 159, 212, 0.2);
}
.theme-template-default:not(.theme-template-filled).theme-color-blue .btn-card-type.btn-danger .btn-card-icon-sprite.btn-icon-close {
  background-position: -411px -225px;
}
.theme-template-default:not(.theme-template-filled).theme-color-brown .btn-card-type.btn-danger {
  border: 1px solid #e5ad77;
  color: #bf7124;
  background: rgba(191, 113, 36, 0.2);
}
.theme-template-default:not(.theme-template-filled).theme-color-brown .btn-card-type.btn-danger .btn-card-icon-sprite.btn-icon-close {
  background-position: -411px -271px;
}
.theme-template-default:not(.theme-template-filled).theme-color-orange .btn-card-type.btn-danger {
  border: 1px solid #ffb964;
  color: #f18501;
  background: rgba(241, 133, 1, 0.2);
}
.theme-template-default:not(.theme-template-filled).theme-color-orange .btn-card-type.btn-danger .btn-card-icon-sprite.btn-icon-close {
  background-position: -411px -315px;
}
.theme-template-default:not(.theme-template-filled).theme-color-pink .btn-card-type.btn-danger {
  border: 1px solid #ffa9b9;
  color: #fc6c86;
  background: rgba(252, 108, 134, 0.2);
}
.theme-template-default:not(.theme-template-filled).theme-color-pink .btn-card-type.btn-danger .btn-card-icon-sprite.btn-icon-close {
  background-position: -411px -360px;
}
.theme-template-default:not(.theme-template-filled).theme-color-purple .btn-card-type.btn-danger {
  border: 1px solid #c391f2;
  color: #ae56ff;
  background: rgb(228, 209, 246);
}
.theme-template-default:not(.theme-template-filled).theme-color-purple .btn-card-type.btn-danger .btn-card-icon-sprite.btn-icon-close {
  background-position: -411px -45px;
}

body,
html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  text-decoration: unset;
  color: #383838;
  font-family: "Inter Tight", sans-serif;
  height: 100vh;
  font-size: 16px;
  background: #fff;
}

#root {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  overflow: hidden;
}

a,
a:hover {
  color: inherit;
}

.d-flex {
  display: flex;
}

.navbar-toggler:focus {
  outline: unset;
  box-shadow: unset;
}

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

.body-wrapper {
  margin-top: 85px;
}

@media screen and (max-width: 768px) {
  .body-wrapper {
    margin-top: 80px;
  }
}

@media screen and (max-width: 640px) {
  .body-wrapper {
    margin-top: 75px;
  }
}

.section-title {
  color: #232323;
  font-size: 30px;
  font-weight: 500;
  line-height: 133%;
  letter-spacing: -0.96px;
}

@media screen and (max-width: 991px) {
  .section-title {
    font-size: 24px;
    letter-spacing: -0.77px;
  }
}

/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  padding-right: 10px;
  margin-right: 5px;
  border-radius: 0;
  box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.1);
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3d3d3d;
  border-radius: 10px;
}

@media (max-width: 1399px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  html,
  body {
    font-size: 15px;
  }
}
.navbar {
  padding: 15px 0;
  border: 1px solid #D9D9D9;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .navbar .container-fluid {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 768px) {
  .navbar {
    min-height: 70px;
  }
  .navbar .container-fluid {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 640px) {
  .navbar {
    padding: 10px 0;
    min-height: 65px;
  }
  .navbar .container-fluid {
    padding: 0px 15px;
  }
}
.navbar .navbar-brand {
  padding: unset;
  flex-shrink: 0;
  max-width: 300px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .navbar .navbar-brand {
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .navbar .navbar-brand {
    max-width: 150px;
  }
}

@media screen and (max-width: 640px) {
  .navbar .navbar-brand {
    max-width: 100px;
  }
}
.navbar .navbar-brand img {
  width: auto;
  height: 75px;
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

/* Navbar logo responsive sizing */
.navbar-logo {
  width: auto;
  height: 75px;
  max-width: 300px;
  max-height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
  .navbar-logo {
    width: auto;
    height: 50px;
    max-width: 200px;
    max-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-logo {
    width: auto;
    height: 50px;
    max-width: 150px;
    max-height: 50px;
  }
}

@media screen and (max-width: 640px) {
  .navbar .navbar-brand img {
    width: auto;
    max-width: 250px;
  }
  .navbar-logo {
    width: auto;
    height: 40px;
    max-width: 100px;
    max-height: 40px;
  }
}

.navbar .navbar-collapse {
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .navbar .navbar-collapse {
    gap: 20px;
  }
}
.navbar .navbar-nav {
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .navbar .navbar-nav {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    gap: 10px;
    margin-top: 10px;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #383838;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  font-weight: 500;
  line-height: 150%;
  padding: unset;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #383838;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #383838;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    margin-top: 15px;
  }
  
  .navbar .navbar-toggler {
    border: none;
    padding: 4px 8px;
  }
  
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .navbar .navbar-nav {
    text-align: left;
    margin-bottom: 15px;
  }
  
  .navbar .input-search-btn-block {
    justify-content: center;
  }
}
.navbar .input-search-btn-block {
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .navbar .input-search-btn-block {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .input-search-btn-block {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .navbar .input-search-btn-block .btn-primary {
    min-width: auto !important;
    padding: 8px;
    width: 140px !important;
  }
}
.navbar .input-search-btn-block .input-group {
  border-radius: 35px;
  border: 1px solid rgba(197, 197, 197, 0.7803921569);
  padding: 8px 12px;
  flex-wrap: nowrap;
  cursor: pointer;
}
.navbar .input-search-btn-block .input-group.search-open {
  cursor: default;
}
.navbar .input-search-btn-block .input-group.search-open .form-control {
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .navbar .input-search-btn-block .input-group.search-open .form-control {
    width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar .input-search-btn-block .input-group.search-open .form-control {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .input-search-btn-block .input-group {
    width: 100%;
  }
  .navbar .input-search-btn-block .input-group .form-control {
    width: 100%;
    min-width: auto;
  }
}
.navbar .input-search-btn-block .input-group i {
  color: #383838;
}
.navbar .input-search-btn-block .input-group .input-group-text {
  background: unset;
  border: unset;
  padding: unset;
}
.navbar .input-search-btn-block .input-group .form-control {
  background: unset;
  border: unset;
  padding: unset;
  color: #383838;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 14.141px;
  width: 0px;
  transition: 0.2s all;
  position: relative;
  left: 10px;
}
.navbar .input-search-btn-block .btn-primary {
  width: 180px;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .input-search-btn-block .btn-primary:hover {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn {
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
@media screen and (max-width: 640px) {
  .btn {
    width: -moz-max-content;
    width: max-content;
    padding: 9px 22px;
    font-size: 14px;
  }
}
.btn.btn-c-lg {
  padding: 15px 30px;
}
@media screen and (max-width: 991px) {
  .btn.btn-c-lg {
    padding: 10px 15px;
  }
}

.btn-primary {
  background-color: #171A1C;
  border-color: #171A1C;
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 12px 24px;
  /* width: 150px; */
}
@media screen and (max-width: 767px) {
  .btn-primary {
    font-size: 14px;
  }
}
.btn-primary:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.btn-primary:active {
  background-color: #fff !important;
  border-color: #000 !important;
  color: #000 !important;
}

.btn-secondary {
  background-color: #F0F4F8;
  color: #383838;
  border-color: #F0F4F8;
  padding: 9px 24px;
}
@media screen and (max-width: 767px) {
  .btn-secondary {
    font-size: 14px;
  }
}
.btn-secondary:hover {
  background-color: #e6ecf3;
  color: #383838;
  border-color: #e6ecf3;
}
.btn-secondary:active {
  background-color: #e2eaf2 !important;
  color: #383838 !important;
  border-color: #e2eaf2 !important;
}

.btn-outline-secondary {
  border: 1px solid #D9D9D9;
  color: #252B33;
  width: -moz-max-content;
  width: max-content;
  padding: 9px 24px;
}
.btn-outline-secondary:hover {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #252B33;
}

.btn-outline-dark {
  border-color: #000;
  color: #000;
  width: -moz-max-content;
  width: max-content;
  padding: 9px 24px;
}
.btn-outline-dark:hover {
  background-color: #000;
  color: #fff;
}

.btn-dark {
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
  background-color: #000;
  border-color: #000;
}
.btn-dark:active {
  background-color: #000 !important;
  border-color: #000 !important;
}

.customSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #4E4E4E !important;
  opacity: 1;
}
.customSwiper .swiper-pagination .swiper-pagination-bullet {
  background: #A8A8A8;
  opacity: 1;
}

.banner-main {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner-main .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.bannerSwiper {
  height: calc(90vh - 100px);
}
@media screen and (max-width: 991px) {
  .bannerSwiper {
    height: calc(70vh - 100px);
  }
}
@media screen and (max-width: 640px) {
  .bannerSwiper {
    height: calc(50vh - 100px);
  }
}

.banner-main .swiper,
.banner-main .swiper-wrapper,
.banner-main .swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px){
  .bannerSwiper {
      height: 360px;
  }
}

.bannerSwiper .banner-content {
  position: relative;
  height: 100%;
}
.bannerSwiper .banner-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
  /* background-color: transparent; */
}

.bannerSwiper .banner-content .banner-text {
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .bannerSwiper .banner-content .banner-text {
    left: 30px;
    font-size: 20px;
    max-width: 650px;
  }
}
@media screen and (max-width: 640px) {
  .bannerSwiper .banner-content .banner-text {
    left: 24px;
    gap: 8px;
    font-size: 16px;
    max-width: 450px;
  }
}
@media screen and (max-width: 480px){
  .bannerSwiper .banner-content .banner-text {
    max-width: 310px;
    font-size: 14px;
  }
}
@media screen and (max-width: 380px){
  .bannerSwiper .banner-content .banner-text {
    gap: 15px;
    max-width: 310px;
    font-size: 14px;
  }
}
.bannerSwiper .banner-content .banner-text .btn-outline-secondary {
  width: 160px;
  padding: 15px 24px;
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .bannerSwiper .banner-content .banner-text .btn-outline-secondary {
    width: 120px;
    padding: 9px 22px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px){
  .bannerSwiper .banner-content .banner-text .btn-outline-secondary {
    width: 100px;
    padding: 8px 16px;
    font-size: 12px;
  }
}
.bannerSwiper .banner-content .banner-text .btn-outline-secondary:hover {
  background-color: #fff;
  color: #000;
}

.fixedbtn:hover{
  background-color: #f2f2f2 !important;
  color: #000 !important;
}

.bannerSwiper .banner-content .banner-text .banner-desc{
  font-size: clamp(1rem, 0.875rem + 0.5vw, 1.5rem);
  font-weight: 300;
  line-height: clamp(1.5rem, 1.312rem + 0.75vw, 2.25rem);
  letter-spacing: -0.48px;
}
.bannerSwiper .banner-content .banner-text .banner-title {
  font-size: 58px;
  font-weight: 500;
  line-height: clamp(2.188rem, 1.775rem + 2.06vw, 4.25rem);
}
@media screen and (max-width: 677px){
  .bannerSwiper .banner-content .banner-text .banner-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    max-width: 100%;
    line-height: normal;
  }

  .bannerSwiper .banner-content .banner-text .banner-desc{
    font-size: 14px;
    line-height: 20px;
  }

  .banner-btns{
    padding-top: 6px;
  }
}

/* .banner-title .title-bg{
  display: inline;    
  background: #000;
  color: #fff;
  padding: 5px;
  margin: 0;
  line-height: 1;
}

.banner-desc .title-bg{
  display: inline;    
  background: #000;
  color: #fff;
  padding: 0px;
  margin: 0;
  line-height: 1;
} */
/* .bannerSwiper .banner-content .banner-text p {
  font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
  font-weight: 300;
  line-height: clamp(1.875rem, 1.712rem + 0.81vw, 2.688rem);
  letter-spacing: -0.72px;
} */
.bannerSwiper .banner-content .banner-img {
  width: 100%;
  height: 100%;
}
.bannerSwiper .banner-content .banner-img img {
  width: 100%;
  height: inherit;
  -o-object-fit: inherit;
     object-fit: inherit;
}
.bannerSwiper .banner-content .banner-img-209510 {
  width: 100%;
  height: 100%;
}
.bannerSwiper .banner-content .banner-img-209510 img {
  width: 100%;
  height: inherit;
  -o-object-fit: inherit;
     object-fit: inherit;
}
@media screen and (max-width: 780px) {
  .bannerSwiper .banner-content .banner-img-209510 {
    width: 100%;
    height: 100%;
    object-position: 80% center;
  }
}
.productSwiper {
  border-radius: 16px;
}

.infra-carousel {
  position: relative;
}
.infra-carousel .infraSwiper {
  position: relative;
  border-radius: 16px;
}
.infra-carousel .infraSwiper .swiper-buttons {
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 95%;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.infra-carousel .infraSwiper .swiper-buttons .s-b-btn {
  border-color: #fff;
  color: #fff;
}
.infra-carousel .swiper-pagination {
  bottom: -18px;
}

.testimonialSwiper .swiper-wrapper,
.testimonialSwiper .swiper-slide {
  height: auto;
}

.clienteleSwiper .swiper-wrapper {
  align-items: center;
}

.swiper-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.swiper-buttons .s-b-btn {
  width: 37px;
  height: 37px;
  border-radius: 100px;
  background: unset;
  border: 1px solid #000;
  /* color: #000; */
  font-size: 21px;
}
@media screen and (max-width: 640px) {
  .swiper-buttons .s-b-btn {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.swiper-buttons .s-b-btn.swiper-button-disabled {
  opacity: 0.3;
}

.product-thumbgalley-slider .swiperMain {
  border-radius: 8px;
  margin-left: unset;
}
.product-thumbgalley-slider .swiperMain .swiper-slide {
  border-radius: 8px;
}
.product-thumbgalley-slider .swiperMain .swiper-slide img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: 0.2s all;
}
@media screen and (max-width: 1400px) {
  .product-thumbgalley-slider .swiperMain .swiper-slide img {
    height: 50vh;
  }
}
@media screen and (max-width: 991px) {
  .product-thumbgalley-slider .swiperMain .swiper-slide img {
    height: 500px;
  }
}
@media screen and (max-width: 640px) {
  .product-thumbgalley-slider .swiperMain .swiper-slide img {
    height: 45vh;
  }
}
.product-thumbgalley-slider .swiperThumb {
  margin-top: 15px;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  .product-thumbgalley-slider .swiperThumb {
    margin-top: 10px;
  }
}
.product-thumbgalley-slider .swiperThumb .swiper-slide {
  cursor: pointer;
  border-radius: 8px;
}
.product-thumbgalley-slider .swiperThumb .swiper-slide img {
  width: 100%;
  height: 134px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  .product-thumbgalley-slider .swiperThumb .swiper-slide img {
    height: 110px;
  }
}

.products-comp {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.products-comp .p-c-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.products-comp .p-c-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.products-comp .p-c-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-comp .price-quantity-block {
  display: flex;
  flex-direction: column;
}
.products-comp .price-quantity-block .p-q-b-price {
  color: var(--Text-primary, #000);
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.2px;
}
.products-comp .price-quantity-block .p-q-b-quantity {
  color: #616161;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.products-comp .btn {
  padding: 11px 0px;
  transition: 0.2s all;
  /* height: 40px; */
}
@media screen and (max-width: 767px) {
  .products-comp .btn {
    padding: 9px 0px;
  }
}
.products-comp .btn.btn-secondary:hover {
  background-color: #e2eaf2;
  border-color: #e2eaf2;
  color: #383838;
}
/* @media screen and (min-width: 992px) {
  .products-comp .btn.btn-primary {
    width: 0 !important;
    overflow: hidden;
    visibility: hidden;
    transition: 0.2s all;
    white-space: nowrap;
    opacity: 0;
  }
} */
.products-comp .btn.btn-primary:hover {
  background-color: #fff !important;
  border-color: #000 !important;
  color: #000 !important;
}
/* @media screen and (min-width: 992px) {
  .products-comp:hover .btn.btn-primary {
    width: 100% !important;
    overflow: hidden;
    visibility: visible;
    transition: 0.2s all;
    opacity: 1;
  }
} */
/* .products-comp:hover .btn.btn-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
} */

.whyus-comp {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .whyus-comp {
    margin-bottom: 30px;
  }
}
.whyus-comp .w-c-img {
  width: 40px;
  height: 40px;
}
.whyus-comp .w-c-title {
  color: #fff;
  font-size: clamp(1.063rem, 1.05rem + 0.06vw, 1.125rem);
  font-weight: 600;
  line-height: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
}
.whyus-comp .w-c-txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 400;
  line-height: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}

.industry-serve-comp {
  border-radius: 16px;
  background: #F3F9FF;
  padding: 30px 20px;
  margin-bottom: 30px;
  height: 180px;
}
@media screen and (max-width: 640px) {
  .industry-serve-comp {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.industry-serve-comp .i-s-c-title {
  color: #252B33;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 640px) {
  .industry-serve-comp .i-s-c-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .industry-serve-comp img {
    width: 50px;
  }
}

/* Industry Swiper Styles */
.industrySwiper {
  position: relative;
  padding-bottom: 20px;
}

.industrySwiper .swiper-slide .industry-serve-comp {
  margin-bottom: 0;
}

.industrySwiper .swiper-buttons .s-b-btn {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  background: unset;
  border: 1px solid #000;
  color: #000;
  font-size: 25px;
}
@media screen and (max-width: 640px) {
  .industrySwiper .swiper-buttons .s-b-btn {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
.industrySwiper .swiper-buttons .s-b-btn.swiper-button-disabled {
  opacity: 0.3;
}

.case-studies-comp {
  padding: 24px;
  border-radius: 12px;
  background: #F4F4F4;
  /* background: #FFF3F3; */
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .case-studies-comp {
    gap: 25px;
  }
}
.case-studies-comp .c-s-c-number {
  color: #323232;
  font-size: 15.485px;
  font-weight: 300;
  line-height: 30.971px;
  letter-spacing: -0.774px;
  border-bottom: 1px solid #323232;
  padding-bottom: 8px;
}
.case-studies-comp .c-s-c-txt {
  color: #000;
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
  font-weight: 500;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case-studies-comp .c-s-c-img {
  width: 100%;
  height: 220px;
  border-radius: 8px;
}
.case-studies-comp .c-s-c-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.testimonial-comp {
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .testimonial-comp {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 640px) {
  .testimonial-comp {
    gap: 20px;
  }
}
.testimonial-comp .t-c-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonial-comp .t-c-top .t-c-message {
  color: #323232;
  font-family: "Helvetica", sans-serif;
  font-size: clamp(1rem, 0.963rem + 0.19vw, 1.188rem);
  font-weight: 400;
  line-height: clamp(1.438rem, 1.4rem + 0.19vw, 1.625rem);
}
.testimonial-comp .t-c-bottom {
  border-top: 1px solid #D9D9D9;
  padding-top: 10px;
}
.testimonial-comp .t-c-bottom .t-c-name {
  color: #1E1E1E;
  font-size: clamp(0.938rem, 0.912rem + 0.13vw, 1.063rem);
  font-weight: 500;
  line-height: normal;
}
.testimonial-comp .t-c-bottom .t-c-role {
  color: #323232;
  font-size: clamp(0.813rem, 0.787rem + 0.13vw, 0.938rem);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.breadcrumb-main {
  background-color: #32383E;
  padding: 40px 64px;
}
@media screen and (max-width: 991px) {
  .breadcrumb-main {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-main {
    padding: 25px 0;
  }
}

.breadcrumb-comp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.breadcrumb-comp .b-c-txt {
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: -moz-max-content;
  width: max-content;
}
.breadcrumb-comp .section-title {
  color: #fff;
}

.breadcrumb-path .b-c-current {
  color: #fff;
  font-family: "Inter Tight", sans-serif;
}

.recommendation-list-block .recommendation-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid #E9E9E9;
  padding: 20px;
}
.recommendation-list-block .recommendation-item:last-child {
  border-bottom: unset;
}
@media screen and (max-width: 640px) {
  .recommendation-list-block .recommendation-item {
    padding: 20px 10px;
  }
}
.recommendation-list-block .recommendation-item .profile-info {
  display: flex;
  gap: 10px;
}
.recommendation-list-block .recommendation-item .profile-info .profile-round {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background-color: #636B74;
  color: #fff;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  letter-spacing: 0.16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
}
.recommendation-list-block .recommendation-item .p-i-info {
  display: flex;
  flex-direction: column;
}
.recommendation-list-block .recommendation-item .p-i-info .p-i-i-name {
  color: #000;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
}
.recommendation-list-block .recommendation-item .p-i-info .p-i-i-place {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.recommendation-list-block .recommendation-item .p-i-info .p-i-i-place img {
  opacity: 0.5;
  position: relative;
  top: 5px;
}
.recommendation-list-block .recommendation-item .p-i-info .p-i-i-place .p-i-i-p-txt {
  color: #6A6A6A;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
}
.recommendation-list-block .recommendation-item .main-content {
  color: #616161;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 45px;
}
@media screen and (max-width: 640px) {
  .recommendation-list-block .recommendation-item .main-content {
    padding-left: unset;
  }
}

.custom-navs-tabs.nav-tabs {
  gap: 15px;
}
.custom-navs-tabs.nav-tabs .nav-item .nav-link {
  padding: 8px 6px 10px 6px;
  border: unset;
  border-bottom: 2px solid transparent;
  color: #6A6A6A;
  font-weight: 400;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
  /* 150% */
}
.custom-navs-tabs.nav-tabs .nav-item .nav-link.active {
  border: unset;
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: 500;
}

.address-tabs {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.address-tabs.nav-tabs {
  border-bottom: 2px solid #171A1C;
}
.address-tabs.nav-tabs .nav-item {
  width: 100%;
  max-width: 180px;
}
.address-tabs.nav-tabs .nav-item .nav-link {
  padding: 20px 20px;
  color: #191A1A;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  max-width: 180px;
  background-color: #F7F7F7;
  border-color: transparent;
  border-radius: unset;
  border-bottom: 1px solid #171A1C;
}
.address-tabs.nav-tabs .nav-item .nav-link.active {
  background-color: #171A1C;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .address-tabs.nav-tabs .nav-item .nav-link {
    padding: 10px 20px;
  }
}

.faq-comp.accordion .accordion-item {
  border: unset;
  border-bottom: 1px solid #D9D9D9;
}
.faq-comp.accordion .accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
}
.faq-comp.accordion .accordion-button::after {
  background-image: url("/assets/img/open-faq.png");
}
.faq-comp.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("/assets/img/close-faq.png");
}
.faq-comp.accordion .accordion-button {
  color: #000;
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  border: unset;
  padding: 25px 0;
}
.faq-comp.accordion .accordion-button:focus {
  box-shadow: unset;
}
.faq-comp.accordion .accordion-body {
  padding: 0 0 20px 0;
  color: #616161;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.product-detail-card-group {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .product-detail-card-group {
    gap: 15px;
  }
}

.product-detail-card-comp {
  border-radius: 16px;
  border: 2px solid #F0F0F0;
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 35px;
  position: relative;
  transition: 0.2s all;
}
@media screen and (min-width: 992px) {
  .product-detail-card-comp {
    margin-top: 30px !important;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail-card-comp {
    padding: 25px;
  }
}
.product-detail-card-comp.hide {
  overflow: hidden;
  transition: 0.2s all;
  box-shadow: 0px -10px 24px 0px rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 992px) {
  .product-detail-card-comp.hide {
    margin-top: -30px !important;
    margin-bottom: 0;
  }
}
.product-detail-card-comp.hide .p-d-c-options-block,
.product-detail-card-comp.hide .key-attributes-block,
.product-detail-card-comp.hide .swiperThumb {
  transition: 0.2s all;
  opacity: 0;
  height: 0;
  margin: unset !important;
  padding: unset !important;
}
.product-detail-card-comp.hide .swiperMain .swiper-slide img {
  width: 300px;
  height: 220px;
  transition: 0.2s all;
}
@media screen and (max-width: 576px) {
  .product-detail-card-comp.hide .swiperMain .swiper-slide img {
    width: 100%;
    height: 45vh;
  }
}
.product-detail-card-comp.hide .p-d-c-c-card .p-d-c-c-c-split.p-d-c-c-c-left {
  width: 300px;
  transition: 0.2s all;
}
@media screen and (max-width: 991px) {
  .product-detail-card-comp.hide .p-d-c-c-card .p-d-c-c-c-split.p-d-c-c-c-left {
    width: 100%;
  }
}
.product-detail-card-comp.hide .p-d-c-c-card .p-d-c-c-c-split.p-d-c-c-c-right {
  width: 100%;
  transition: 0.2s all;
}
.product-detail-card-comp.hide .p-d-c-title-wrap .p-d-c-title {
  color: #555E68;
}
.product-detail-card-comp.hide .p-d-c-title-wrap .p-d-c-action {
  transition: 0.2s all;
  transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
  .product-detail-card-comp {
    padding: 15px;
  }
}
.product-detail-card-comp .p-d-c-c-card {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .product-detail-card-comp .p-d-c-c-card {
    gap: 25px;
    cursor: pointer;
  }
}
@media screen and (max-width: 991px) {
  .product-detail-card-comp .p-d-c-c-card {
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
  }
}
.product-detail-card-comp .p-d-c-c-card .p-d-c-c-c-split {
  width: calc(50% - 25px);
  transition: 0.2s all;
}
@media screen and (max-width: 991px) {
  .product-detail-card-comp .p-d-c-c-card .p-d-c-c-c-split {
    width: 100%;
  }
}
.product-detail-card-comp .p-d-c-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: unset;
  width: 100%;
  border: unset;
  padding: unset;
  gap: 20px;
}
.product-detail-card-comp .p-d-c-title-wrap .p-d-c-title {
  color: #000;
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  font-weight: 500;
  line-height: 44px;
}
.product-detail-card-comp .p-d-c-title-wrap .p-d-c-action {
  font-size: clamp(1.25rem, 1.188rem + 0.31vw, 1.563rem);
  cursor: pointer;
  transition: 0.2s all;
  transform: rotate(0deg);
}
.product-detail-card-comp .p-d-c-options-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.2s all;
}
.product-detail-card-comp .p-d-c-options-block .p-d-c-form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-detail-card-comp .p-d-c-options-block .p-d-c-form-group .p-d-c-f-g-label {
  color: #000;
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.product-detail-card-comp .p-d-c-options-block .p-d-c-form-group .variant-txt {
  color: #000;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 400;
  line-height: 150%;
}
.product-detail-card-comp .variants-badge {
  width: 80%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .product-detail-card-comp .variants-badge {
    width: 100%;
  }
}
.product-detail-card-comp .shipping-detail .s-d-title {
  color: #000;
}
.product-detail-card-comp .shipping-detail p {
  color: #555E68;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.shipping-detail .p1 {
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Inter Tight' !important;
    padding-bottom: 10px;
}
 
.shipping-detail p {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Inter Tight' !important;
    padding-bottom: 10px;
    color: #222 !important;
}
 
.shipping-detail p span{
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Inter Tight' !important;
    padding-bottom: 10px;
    color: #222 !important;
    line-height: 24px;
    display: block;
}
 
.shipping-detail ul{
    list-style: disc;
    padding: 10px 20px;
}

.shipping-detail ol{
    padding: 10px 20px;
}
 
.shipping-detail li {
    padding: 8px 0;
    font-family: 'Inter Tight' !important;
    font-weight: 400 !important;
    color: #222 !important;
}
 
.shipping-detail li span{
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Inter Tight' !important;
    color: #222 !important;
}

.product-detail-card-comp hr {
  color: #D9D9D9;
  margin: 0.5rem 0 0 0;
}
@media screen and (max-width: 350px) {
  .product-detail-card-comp .btns-group {
    flex-direction: column;
  }
}
.product-detail-card-comp .btns-group .btn {
  padding: 13px 24px;
}
@media screen and (max-width: 640px) {
  .product-detail-card-comp .btns-group .btn {
    padding: 10px 24px;
  }
}
.product-detail-card-comp .key-attributes-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: 0.2s all;
}
.product-detail-card-comp .key-attributes-block .k-a-b-title {
  color: #000;
  font-size: clamp(1.188rem, 1.15rem + 0.19vw, 1.375rem);
  font-weight: 500;
  line-height: 120%;
}
.product-detail-card-comp .attributes-block .a-b-title {
  color: #000;
  font-size: clamp(0.938rem, 0.925rem + 0.06vw, 1rem);
  font-weight: 500;
  line-height: 120%;
}
.product-detail-card-comp .attributes-label {
  color: #A1A1A1;
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 500;
  line-height: 24px;
}
.product-detail-card-comp .attributes-txt {
  color: #383838;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 500;
  line-height: 24px;
}
.product-detail-card-comp .attributes-ul {
  display: flex;
  flex-wrap: wrap;
}
.product-detail-card-comp .attributes-ul li {
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .product-detail-card-comp .attributes-ul li {
    padding: 10px 0;
  }
}
.product-detail-card-comp .attributes-ul li span {
  display: block;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .product-detail-card-comp .attributes-ul li span {
    width: 100%;
  }
}

.badge-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge-comp {
  border-radius: 6px;
  background: #F5F5F5;
  padding: 8px 16px;
  color: #636B74;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.badge-comp.badge-warn {
  background: #F4F4F4;
  color: #616161;
}

.platform-badge .badge-comp {
  font-size: clamp(0.875rem, 0.863rem + 0.06vw, 0.938rem);
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
}
.platform-badge .badge-comp.active {
  background: #272727;
  color: #fff;
}

.capacity-badge .badge-comp {
  border: 1px solid #F5F5F5;
  cursor: pointer;
  font-size: clamp(0.875rem, 0.863rem + 0.06vw, 0.938rem);
  font-weight: 500;
  line-height: 150%;
}
.capacity-badge .badge-comp.active {
  border: 1px solid #000;
}

.footer-main {
  background-color: #171A1C;
  padding: 80px 0 25px 0;
}
.footer-main .footer-options-block {
  display: flex;
  gap: 60px;
}
.footer-main .footer-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer-main .footer-options {
    gap: 5px;
  }
}

.footer-main .footer-options .f-o-title {
  color: #ffffff;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  font-weight: 600;
  line-height: 203%;
  text-align: left !important;
}
.footer-main .footer-options ul li a {
  color: #dddddd;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 500;
  line-height: 160%;
  transition: 0.2s all;
}
/* .footer-main .footer-options ul li a:hover { */
  /* transition: 0.2s all; */
  /* color: #D71921; */
/* } */

li.row-products {
    padding-bottom: 20px;
}

.footer-main .footer-options .f-o-title {
	text-align: left !important;
  font-size: 20px !important;
  line-height: 20px !important;
}

a.p-c-products-name.d-block:hover {
  color: #D71921 !important;
}

a.p-c-title.d-block.text-decoration-none.footer-group-link {
    font-size: 17px;
    font-weight: 600 !important;
    white-space: nowrap;       
    overflow: hidden;         
    text-overflow: ellipsis;   
    display: block; 
}

a.p-c-products-name.d-block {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #bbbbbb !important;
    white-space: nowrap;       
    overflow: hidden;          
    text-overflow: ellipsis;   
    display: block; 
}

.footer-main .footer-options ul li a.nav-link:hover{
  color: #D71921 !important;
}

/* .footer-main .footer-options .f-o-title {
  color: #ffffff;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  font-weight: 600;
  line-height: 203%;
}
.footer-main .footer-options ul li a {
  color: #9FA6AD;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 500;
  line-height: 203%;
  transition: 0.2s all;
}
.footer-main .footer-options ul li a:hover {
  transition: 0.2s all;
  color: #D71921;
} */
/* Footer Bottom Section - Responsive */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D0D0D0;
  padding-top: 15px;
  margin-top: 60px;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-main .copyrights-txt {
  color: #9FA6AD;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  flex: 1;
  min-width: 250px;
}

.footer-main .copyrights-txt a {
  color: #9FA6AD;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-main .copyrights-txt a:hover {
  color: #D71921;
}

.footer-logo {
  flex-shrink: 0;
  margin: 0;
  filter: grayscale(1);
}

.footer-logo a {
  display: inline-block;
  transition: transform 0.2s ease;
}

.footer-logo a:hover {
  transform: scale(1.05);
}

.footer-logo svg {
  width: 150px;
  height: auto;
  max-width: 100%;
}

/* Responsive breakpoints */
@media screen and (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin-top: 40px;
  }
  
  .footer-main .copyrights-txt {
    min-width: auto;
    font-size: 13px;
  }
  
  .footer-logo svg {
    width: 120px;
  }
}

@media screen and (max-width: 640px) {
  .footer-bottom {
    margin-top: 30px;
    padding-top: 12px;
  }
  
  .footer-main .copyrights-txt {
    font-size: 12px;
    line-height: 18px;
  }
  
  .footer-logo svg {
    width: 100px;
  }
}

@media screen and (max-width: 480px) {
  .footer-main .copyrights-txt {
    font-size: 11px;
    line-height: 16px;
  }
  
  .footer-logo svg {
    width: 80px;
  }
}

.address-info-block .address-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.address-info-block .address-block .company-name {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}
.address-info-block .address-block .address {
  color: #9FA6AD;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .address-info-block .address-block .address {
    width: 100%;
  }
}
.address-info-block .address-block a:hover {
  color: #D71921;
}

.footer-btns-block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-btns-block .btn-dark {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 24px;
  background-color: #9FA6AD;
  border-color: #9FA6AD;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  color: #000;
}
.footer-btns-block .btn-dark:hover {
  background-color: #D71921 !important;
  border-color: #D71921 !important;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .footer-btns-block .btn-dark {
    padding: 9px 20px;
  }
}
.footer-btns-block .btn-dark i {
  font-size: 18px;
}
.footer-btns-block .btn-dark .b-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.container-fluid {
  padding: 0 64px;
  width: 100%;
  max-width: 1920px;
}
@media screen and (max-width: 991px) {
  .container-fluid {
    padding: 0 20px;
  }
}

.section-gaps {
  padding: 60px 0px;
  scroll-margin-top: 120px;
  scroll-margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .section-gaps {
    padding: 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .section-gaps {
    padding: 30px 0;
  }
}

.trusted-brand-begin {
  padding: 40px 64px;
}
@media screen and (max-width: 767px) {
  .trusted-brand-begin {
    padding: 40px 20px 10px 0;
  }
}
.trusted-brand-begin .t-b-b-img {
  text-align: center;
}

.overview-main .overview-list-items-block {
  display: flex;
  flex-wrap: wrap;
}
.overview-main .overview-list-items-block .o-l-i-b-item {
  width: 50%;
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 1200px) {
  .overview-main .overview-list-items-block .o-l-i-b-item {
    width: 100%;
  }
}
.overview-main .overview-list-comp {
  display: flex;
  gap: 13px;
}
.overview-main .overview-list-comp .o-l-c-img {
  width: 35px;
  height: 35px;
  min-width: 35px;
}
@media screen and (max-width: 640px) {
  .overview-main .overview-list-comp .o-l-c-img {
    width: 30px;
    min-width: 30px;
  }
}
.overview-main .overview-list-comp .o-l-c-content {
  display: flex;
  flex-direction: column;
}
.overview-main .overview-list-comp .o-l-c-content .o-l-c-c-title {
  color: #555E68;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 500;
  line-height: 155%;
}
.overview-main .overview-list-comp .o-l-c-content .o-l-c-c-txt {
  color: #000;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 640px) {
  .overview-main .overview-list-comp .o-l-c-content .verify-badge {
    width: 70px;
  }
  .overview-main .overview-list-comp .o-l-c-content .verify-tick {
    width: 55px;
  }
}
.overview-main .btn-txt {
  padding: 15px 0;
  color: #252B33;
  font-size: clamp(0.938rem, 0.9rem + 0.19vw, 1.125rem);
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4px;
  transition: unset !important;
}
@media screen and (max-width: 640px) {
  .overview-main .btn-txt {
    font-size: 16px;
    padding: 5px 0;
    text-align: left;
  }
}
.overview-main .btn-txt:active {
  border: 1px solid transparent !important;
  box-shadow: unset !important;
  outline: unset !important;
}
.overview-main .btn-txt:focus {
  border: 1px solid transparent !important;
  box-shadow: unset !important;
  outline: unset !important;
}
.overview-main .btn-txt:focus-visible {
  border: 1px solid transparent !important;
  box-shadow: unset !important;
  outline: unset !important;
}
.overview-main .certification-block {
  display: flex;
  gap: 10px;
}
.overview-main .certification-block .certification-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.overview-main .certification-block .certification-item .certification-text {
  color: #000;
  font-size: 8.913px;
  font-weight: 450;
  line-height: 11.141px;
  letter-spacing: 0.178px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .overview-main .certification-block .certification-item img {
    width: 60px;
  }
}

.overview-info-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .overview-info-block {
    gap: 10px;
  }
}
.overview-info-block .o-i-title {
  color: #191A1A;
  font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem);
  font-weight: 500;
  line-height: clamp(1.75rem, 1.591rem + 0.8vw, 2.188rem);
  letter-spacing: -0.96px;
}
.overview-info-block .o-i-subtitle {
  color: #555E68;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-weight: 500;
  line-height: clamp(1.75rem, 1.591rem + 0.8vw, 2.188rem);
}
.overview-info-block .o-i-txt {
  color: #555E68;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 400;
  line-height: 150%;
}
.overview-info-block .o-i-img {
  width: 250px;
}
@media screen and (max-width: 640px) {
  .overview-info-block .o-i-img {
    width: 150px;
  }
}
.overview-info-block .btn-outline-secondary {
  width: 200px;
  padding: 13px 24px;
}
@media screen and (max-width: 640px) {
  .overview-info-block .btn-outline-secondary {
    width: 130px;
    padding: 9px 24px;
  }
}

.home-video-main:is(.play-video) .thumbnail-abs,
.home-video-main:is(.play-video) .pause-play {
  display: none !important;
}
.home-video-main .home-video-block {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.home-video-main .home-video-block video,
.home-video-main .home-video-block iframe {
  border-radius: 16px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/7;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home-video-main .home-video-block video,
  .home-video-main .home-video-block iframe {
    aspect-ratio: 16/9;
  }
}
.home-video-main .home-video-block .thumbnail-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-video-main .home-video-block .thumbnail-abs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.home-video-main .home-video-block .pause-play {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-video-main .home-video-block .pause-play img {
  width: 100%;
  height: 100%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .home-video-main .home-video-block .pause-play {
    width: 50px;
    height: 50px;
  }
}
.home-video-main .home-video-block .pause-play i {
  color: #D71921;
  font-size: 40px;
  position: relative;
  left: 2px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home-video-main .home-video-block .pause-play i {
    font-size: 25px;
  }
}

.products-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.products-block .products-header {
  display: flex;
  justify-content: space-between;
}
.products-block .p-h-title {
  color: #232323;
  font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem);
  font-weight: 500;
  line-height: clamp(1.563rem, 1.176rem + 1.93vw, 2.625rem);
  letter-spacing: -0.96px;
}

.products-main .products-comp {
  margin-bottom: 60px;
}

.why-us-main {
  margin: 40px 0;
  background: #32383E;
}
@media screen and (max-width: 640px) {
  .why-us-main {
    padding: 50px 0;
    margin: 20px 0;
  }
}
.why-us-main .section-title {
  color: #fff;
}

.infrastruction-main .overview-info-block {
  gap: 10px;
}
.infrastruction-main .infrastructure-item {
  margin-bottom: 30px;
}
.infrastruction-main .infrastructure-item .i-i-title {
  color: #252B33;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  font-weight: 500;
  line-height: 120%;
}
.infrastruction-main .infrastructure-item .i-i-txt {
  color: #636B74;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 500;
  line-height: 150%;
}
.infrastruction-main .infra-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .infrastruction-main .infra-img {
    aspect-ratio: 16/9;
  }
}
.infrastruction-main .infra-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.industry-serve-main {
  margin: 40px 0;
  padding: 80px 0;
  background: url("https://images.pexels.com/photos/1474993/pexels-photo-1474993.jpeg?cs=srgb&dl=pexels-pattvielma-1474993.jpg&fm=jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .industry-serve-main {
    padding: 60px 0;
  }
}
.industry-serve-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.r-d-main .r-d-img {
  width: 100%;
  height: 600px;
  border-radius: 16px;
}
@media screen and (max-width: 1300px) {
  .r-d-main .r-d-img {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .r-d-main .r-d-img {
    height: auto;
  }
}
.r-d-main .r-d-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.r-d-main .btn {
  padding: 11px 24px;
}
@media screen and (max-width: 767px) {
  .r-d-main .btn {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 991px) {
  .r-d-main .overview-info-block {
    gap: 8px;
  }
}

.case-studies-main .btn-outline-dark {
  padding: 11px 24px;
}
@media screen and (max-width: 767px) {
  .case-studies-main .btn-outline-dark {
    padding: 8px 20px;
  }
}

.testimonial-main {
  margin: 40px 0 0 0;
  background-color: #F4F4F4;
}

.contactus-main {
  background-color: #32383E;
}
.contactus-main .o-i-subtitle {
  font-size: clamp(1.188rem, 1.1rem + 0.44vw, 1.625rem);
  font-weight: 400;
  line-height: 133%;
}
.contactus-main .contact-form .form-control {
  color: #383838;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 4px;
  border: 1px solid rgba(135, 135, 135, 0.36);
  background: #fff;
  padding: 13px 20px;
}
@media screen and (max-width: 640px) {
  .contactus-main .contact-form .form-control {
    padding: 10px;
    font-size: 14px;
  }
}
.contactus-main .contact-form .form-control::-moz-placeholder {
  color: #666;
}
.contactus-main .contact-form .form-control::placeholder {
  color: #666;
}
.contactus-main .contact-form .info-txt {
  color: #D9D9D9;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}
@media screen and (max-width: 640px) {
  .contactus-main .contact-form .info-txt {
    font-size: 14px;
  }
}
.contactus-main .contact-form .btn {
  padding: 11px 24px;
  width: 250px;
  min-width: 250px;
}
.contactus-main .contact-form .btn-dark:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.contactus-main .contact-form .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

@media screen and (max-width: 767px) {
  .products-container {
    max-width: 100%;
  }
  .products-container .nav-tabs {
    justify-content: center;
  }
}

.products-nav-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.products-nav-card .p-n-c-img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.products-nav-card .p-n-c-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.products-nav-card .p-n-c-title {
  color: var(--Text-primary, #000);
  text-align: center;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: clamp(1.188rem, 1.15rem + 0.19vw, 1.375rem);
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.72px;
}

.expand-btn-block {
  text-align: center;
}
.expand-btn-block .expand-btn.rotated img {
  transform: rotate(180deg);
}

.expand-btn {
  border: unset;
  background: unset;
}

.filters-title-block {
  display: flex;
  align-items: center;
}
.filters-title-block .filters-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filters-title-block .filters-actions .filters-btn {
  border-radius: 24px;
  background: rgba(99, 107, 116, 0.07);
  padding: 5px 20px;
  border: unset;
}
.filters-title-block .filters-actions .filters-btn img {
  position: relative;
  top: 1px;
}
.filters-title-block .filters-actions .f-a-title {
  color: var(--Text-primary, #000);
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 576px) {
  .filters-title-block .filters-actions .f-a-title {
    display: none;
  }
}
.filters-title-block .tabs-title {
  color: #232323;
  font-family: "Inter Tight", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.36px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .filters-title-block .tabs-title {
    margin: unset;
    margin-left: auto;
  }
}
.filters-title-block .empty-right {
  width: 200px;
}
@media screen and (max-width: 991px) {
  .filters-title-block .empty-right {
    display: none;
    width: 0;
  }
}

.products-nav-listing .nav-tabs {
  border-bottom: unset;
}
.products-nav-listing .nav-tabs .nav-item .nav-link {
  border: unset;
}
.products-nav-listing .nav-tabs .nav-item .nav-link.active .p-n-c-img img {
  outline: 3px solid #00529F;
  /* outline-offset: 3px; */
}

.r-r-m-box {
  border-radius: 10px;
  border: 0.328px solid #CDCDCD;
  background: var(--Neutral-Colors-100, #FFF);
  box-shadow: 0px 0.547px 1.095px 0px rgba(0, 0, 0, 0.25);
  padding: 32px;
}

.hidden-tab {
  display: none;
}

.scrollspy-navigation-main {
  border-bottom: 1px solid #D9D9D9;
  background: #222930;
  padding: 20px 0;
  position: sticky;
  top: 107px;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .scrollspy-navigation-main {
    /* padding: 15px 0; */
    top: 107px;
  }
}
@media screen and (max-width: 640px) {
  .scrollspy-navigation-main {
    padding: 15px 0;
    top: 96px;
  }
}
.scrollspy-navigation-main .container-fluid {
  position: relative;
}
/* .scrollspy-navigation-main .container-fluid::before {
  content: "";
  position: absolute;
  top: 0;
  right: 64px;
  width: 40px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(10, 92, 169) 40%);
} */
@media screen and (max-width: 991px) {
  .scrollspy-navigation-main .container-fluid::before {
    width: 30px;
    right: 15px;
  }
}
.scrollspy-navigation-main .scrollspy-ul {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  gap: 25px;
  white-space: nowrap;
  padding-right: 50px;
}
@media screen and (max-width: 991px) {
  .scrollspy-navigation-main .scrollspy-ul {
    padding-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .scrollspy-navigation-main .scrollspy-ul {
    gap: 15px;
  }
}
.scrollspy-navigation-main .scrollspy-ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.scrollspy-navigation-main .scrollspy-ul li a {
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 640px) {
  .scrollspy-navigation-main .scrollspy-ul li a {
    font-size: 15px;
  }
}

.mission-vision-container{
  padding: 0 64px;
  width: 100%;
  max-width: 1920px;
  display: flex;
  margin: 0 auto;
  gap: 32px;
  flex-direction: row;
}

@media screen and (max-width: 991px) {
  .mission-vision-container {
    flex-direction: column;
  }
}

.mission-content{
  display: flex;
  gap: 33px;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
.mission-content{
  gap: 8px;
}
}

.mission-box-bg {
  border-radius: 16px;
  background: #ECF6FF;
  padding: 83px 64px;
  min-height: 400px;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  /* text-align: center; */
  width: 50%;
}

@media screen and (max-width: 991px) {
  .mission-box-bg {
    width: 100%;
    padding: 60px 40px;
  }
}

.mission-box-bg.single-box{
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mission-box-bg.single-box .mission-box {
  width: 500px;
}

@media screen and (max-width: 1200px) {
  .mission-box-bg {
    min-height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .mission-box-bg {
    padding: 16px;
    min-height: 300px;
  }
}
.mission-box-bg .mission-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .mission-box-bg .mission-box {
    gap: 15px;
  }
}
.mission-box-bg.single-box .mission-box img {
  width: 50px;
  margin: 0 auto;
} 
.mission-box-bg .mission-box .m-b-txt {
  color: #626262;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

@media screen and (max-width: 991px) {
  .mission-box-bg .mission-box .m-b-txt {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .mission-box-bg .mission-box .m-b-txt {
    font-size: 16px;
  }
}


.team-profile {
  display: flex;
  flex-direction: column;
}
.team-profile .t-p-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.team-profile .t-p-img:hover img {
  transform: scale(1.1);
}
.team-profile .t-p-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s all;
  transform: scale(1);
}
.team-profile .t-p-info {
  display: flex;
  flex-direction: column;
}
.team-profile .t-p-name {
  color: #000;
  font-size: clamp(1.063rem, 1.05rem + 0.06vw, 1.125rem);
  font-weight: 500;
  line-height: 120%;
}
.team-profile .t-p-role {
  color: #616161;
  font-size: clamp(0.938rem, 0.925rem + 0.06vw, 1rem);
  font-weight: 400;
  line-height: 150%;
}

/* Team Group Image Styles */
.team-group-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.team-group-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
}

.team-group-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  padding: 30px 20px 20px;
  color: #fff;
}

.team-group-name {
  color: #fff;
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 8px 0;
}

.team-group-position {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .team-group-image {
    max-height: 400px;
  }
  
  .team-group-info {
    padding: 20px 15px 15px;
  }
}

.certification-img {
  display: block;
  width: 100%;
  height: auto;
}
.certification-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #32383E;
  padding: 10px;
  border-radius: 20px;
}

.aboutus-brand.trusted-brand-begin {
  padding: 60px 0;
}

.contactus-page.contactus-main {
  background-color: unset;
}
.contactus-page.contactus-main .info-txt {
  color: #999999;
}
.contactus-page.contactus-main .footer-btns-block .btn {
  background-color: #F0F4F8;
  color: #171A1C;
  border-color: #F0F4F8;
}
.contactus-page.contactus-main .footer-btns-block .btn:hover {
  background-color: #e2eaf2 !important;
  border-color: #e2eaf2 !important;
  color: #383838 !important;
}
.contactus-page.contactus-main .footer-btns-block .btn:active {
  background-color: #F0F4F8 !important;
  color: #171A1C;
  border-color: #F0F4F8 !important;
}
.contactus-page.contactus-main .footer-btns-block .btn .b-txt {
  color: #171A1C;
}
.contactus-page.contactus-main .overview-info-block {
  gap: unset;
}
.contactus-page.contactus-main .overview-info-block .o-i-title {
  font-size: clamp(1.875rem, 1.761rem + 0.57vw, 2.188rem);
}
.contactus-page.contactus-main .overview-info-block .o-i-subtitle {
  color: #555E68;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.18px;
}
.contactus-page.contactus-main .address-title {
  color: #191A1A;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.18px;
}
.contactus-page.contactus-main .address-block a {
  text-decoration: underline;
}

.office-address-main .section-title {
  font-size: clamp(1.375rem, 1.337rem + 0.19vw, 1.563rem);
}
.office-address-main .address-row {
  padding-left: 15px;
}
.office-address-main .a-l-i-col {
  padding-left: unset;
  padding-right: unset;
}
@media screen and (min-width: 1200px) {
  .office-address-main .a-l-i-col:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid #BFBFBF;
  }
}
@media screen and (max-width: 1199px) {
  .office-address-main .a-l-i-col {
    border-bottom: 1px solid #BFBFBF;
  }
}
.office-address-main .address-list-block .address-list-item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
  height: 100%;
  width: 95%;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .office-address-main .address-list-block .address-list-item {
    padding: 15px 0;
    width: 100%;
    gap: 15px;
  }
}
.office-address-main .address-list-block .address-list-item p {
  color: #555E68;
  font-size: clamp(0.938rem, 0.912rem + 0.13vw, 1.063rem);
  font-weight: 500;
  line-height: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem);
  letter-spacing: 0.48px;
}
.office-address-main .address-list-block .address-list-item .a-l-l-bottom a {
  color: #555E68;
  font-size: clamp(0.938rem, 0.912rem + 0.13vw, 1.063rem);
  font-weight: 500;
  line-height: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem);
  letter-spacing: 0.48px;
}
.office-address-main .address-list-block .address-list-item .a-l-l-bottom a:hover {
  color: #D71921;
}

#root, main {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  overflow: hidden;
}/*# sourceMappingURL=main.css.map */

/* responsive button */
.btn-responsive {
  padding: 12px 50px;
}
@media (max-width: 991px) {
  .btn-responsive {
    padding: 10px 30px;
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .btn-responsive {
    padding: 9px 18px;
    font-size: 14px;
    width: 100%;
    min-width: unset;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* Additional navbar responsive fixes */
@media screen and (max-width: 768px) {
  .navbar .navbar-brand {
    flex-shrink: 0;
  }
  
  .navbar .navbar-toggler {
    flex-shrink: 0;
    margin-left: auto;
  }
}

/* Prevent navbar from expanding beyond screen width */
.navbar .container-fluid {
  max-width: 100%;
}

/* Ensure proper spacing for company name */
.company-name {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #383838;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* max-width: 150px; */
}

@media screen and (max-width: 768px) {
  .company-name {
    display: none;
  }
}

.navbar-company-name {
  font-size: 26px;
  font-weight: 500;
  line-height: 16px;
}
@media screen and (max-width: 1200px) {
  .navbar-company-name {
    font-size: 18px;
    max-width: 250px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  .navbar-company-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .navbar-company-name {
    font-size: 16px;
    display: none;
  }
}

.footer-company-logo {
  padding: unset;
}
.footer-company-logo{
  width: 200px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 1200px) {
  .footer-company-logo {
    width: 150px;
    height: 60px;
  }
}

@media screen and (max-width: 640px) {
  .footer-company-logo {
    width: 100px;
    height: 50px;
  }
}
@media screen and (max-width: 480px){
  .footer-company-logo {
    width: 80px;
    height: 40px;
  }
}


.phone-display-wrapper .view-number-btn{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  padding: 2px 10px;
  line-height: 160%;
  font-size: 14px;
  font-weight: 400;
  background-color: #9FA6AD;
}

.footerAddress-block {
  display: flex;
  align-items: flex-start;   /* icon stays at top */
  gap: 12px;                 /* space between icon and text */
  padding: 15px 0;
  color: #9FA6AD;
}

i.bi.bi-telephone {
  color: #9FA6AD;
}

.footerAddress-block i {
  font-size: 20px;           /* optional icon size */
  margin-top: 2px;           /* align icon slightly */
}

.footerAddress-block .address {
  line-height: 1.5;          /* proper line spacing */
}


 /* Products Dropdown Styling */
        .products-dropdown-container {
          position: relative;
          display: flex;
          gap: 5px;
          align-items: center;
        }
        
        .products-dropdown-toggle {
            cursor: pointer;
        }
        
        .products-dropdown-menu {
            position: absolute;
            top: 100%;
            left: -50px;
            background: #fff;
            border: 1px solid #e9ecef;
            border-radius: 12px;
            box-shadow: 0 18px 40px rgba(22, 28, 45, 0.2);
            padding: 12px 18px;
            margin-top: 8px;
            min-width: 210px;
            list-style: none;
            display: none;
            z-index: 1000;
            opacity: 0;
            transform: translateY(-10px);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .products-dropdown-menu.show {
            display: block;
            opacity: 1;
            transform: translateY(0);
        }
        
        .products-dropdown-menu li {
            margin: 0;
            padding: 0;
            border-radius: 15px;
        }
        
        .products-dropdown-link {
            display: block;
            padding: 12px 20px;
            color: #334155;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.2s ease;
            border-bottom: 1px solid #f1f5f9;
            border-radius: 15px;
        }
        
        .products-dropdown-link:last-child {
            border-bottom: none;
        }
        
        .products-dropdown-link:hover {
		      background-color: #ffeef0 !important; /* light red background */
          color: #d71921 !important;
          transform: translateY(-2px);
          box-shadow: 0 12px 22px rgba(215, 25, 33, 0.18) !important;
          border-color: rgba(215, 25, 33, 0.35) !important;
        }

  .lang-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
  }

  .lang-arrow.rotate {
      transform: rotate(180deg);
  }

.send-email-phone-input-group {
  position: relative;
  padding-bottom: 20px !important;
}

.send-email-phone-input-group .field-error{
  position: absolute;
  top: 50px;
  left: 65px;
  margin-top: 0;
  padding-bottom: 6px;
}

.footer-overview-text {
  text-align:justify; 
  margin:.75rem 0 0; 
  display:-webkit-box; 
  -webkit-line-clamp:3; 
  -webkit-box-orient:vertical; 
  overflow:hidden;
  width: 80% !important;
}

.footer-overview-text:hover {
  color: #9FA6AD !important;
}

button.btn.btn-outline-dark.rounded-pill.send-email-btn.disable {
  opacity: .8;
}

button.btn.btn-outline-dark.rounded-pill.call-us-btn.disable {
  opacity: .8;
}
