@font-face {
  font-family: "Almarai";
  src: url("/src/fonts/Almarai/Almarai-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Almarai";
  src: url("/src/fonts/Almarai/Almarai-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Almarai";
  src: url("/src/fonts/Almarai/Almarai-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Almarai";
  src: url("/src/fonts/Almarai/Almarai-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/src/fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/src/fonts/Inter/Inter-Tight-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/src/fonts/Inter/Inter-Tight-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "JhengHei";
  src: url("/src/fonts/JhengHei/msjh-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "JhengHei";
  src: url("/src/fonts/JhengHei/msjh-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "JhengHei";
  src: url("/src/fonts/JhengHei/msjh-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-100italic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-300italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-500italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-700italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-900italic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/src/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Roboto", sans-serif !important;
}

.top-\[140px\] {
  top: 140px;
}

.pt-10 {
  padding-top: 10px;
}
.pt-5 {
  padding-top: 5px;
}

.ml-8 {
  margin-left: 4rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-20px {
  margin-right: 20px;
}

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

.mt-24 {
  margin-top: 6rem;
}

.w-\[160\px\] {
  width: 160px;
}

.w-60 {
  width: 15rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-\[85\%\] {
  width: 85%;
}

.w-\[100\%\] {
  width: 100%;
}

.w-48 {
  width: 12rem;
}

.h-48 {
  height: 12rem;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-\[\#666666\] {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
}

.border-\[\#383838\] {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 56 / var(--tw-border-opacity, 1));
}

.\!border-\[\#383838\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(56 56 56 / var(--tw-border-opacity, 1)) !important;
}

.\!border-t-\[\#383838\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(56 56 56 / var(--tw-border-opacity, 1)) !important;
}

.border-t-\[\#383838\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(56 56 56 / var(--tw-border-opacity, 1));
}

.border-\[\#6f6f6f\] {
  --tw-border-opacity: 1;
  border-color: #6f6f6f;
}

.text-\[\#B8B8B7\] {
  color: #b8b8b7;
}

.text-\[\#71716F\] {
  color: #71716f;
}

.text-\[\#F9F9F9\] {
  color: #f9f9f9;
}

.text-\[\#bfbfb7\] {
  color: #bfbfb7;
}

.to-\[\#1A1F22\] {
  --tw-gradient-to: #2d3133 var(--tw-gradient-to-position);
}

.pl-4 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-24 {
  padding-right: 6rem;
  padding-left: 6rem;
}

.gap-x-6 {
  column-gap: 0.55rem;
}
.gap-y-6 {
  row-gap: 0.1rem;
}

.break-line {
  flex-basis: 100%;
  height: 0;
}

.submenuPanel {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  margin: 0;
  justify-content: start;
  left: 0;
}

.submenuPanel .submenuPanelList {
  width: 100%;
}

.submenu-trigger:hover .submenuPanel {
  display: flex;
}

.border-white {
  border-color: #ffffff;
}

.border-\[\#4a9eff\] {
  --tw-text-opacity: 0.5;
  border-color: rgb(74 158 255 / var(--tw-text-opacity, 1));
}

.text-\[\#9ca3af\] {
  --tw-text-opacity: 1;
  color: rgb(123 125 130 / var(--tw-text-opacity, 1));
}

.text-\[25px\] {
    font-size: 25px;
}

.text-\[30px\] {
    font-size: 30px;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.maxWidth-923 {
  max-width: 764px;
}

.accordian {
  border-bottom: 1px solid #ffffff;
}

.accordian-details {
  border-top: 1px solid #ffffff;
}

.rounded-10px {
  border-radius: 10px;
}

.right-10 {
  right: 10px;
}

.gap-9 {
  row-gap: 36px;
  column-gap: 10px;
}

.gap-1 {
  gap: 1.5rem;
}

.trust-leader-icon {
  max-width: none;
}

.team-box {
  border: 1px solid #6f6f6f;
  border-radius: 8px;
  padding: 30px;
  max-width: 600px;
}

.team-box h3 {
  color: #c9c5c5;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.team-box hr {
  border: none;
  border-top: 1px solid #6f6f6f;
  margin-bottom: 15px;
}

.team-box ul {
  list-style-type: square;
  padding-left: 20px;
}

.team-box li {
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .max-w-43 {
    max-width: 43rem;
  }
}

@media (max-width: 958px) {
  .w-\[160\px\] {
    width: 100%;
  }
  .px-24 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .py-24 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .mr-20px {
    margin-right: 0px;
  }
}

@media (max-width: 1300px) {
  .w-lg-64 {
    width: 11rem;
  }
  .h-lg-64 {
    height: 11rem;
  }
  .text-lg-\[20px\] {
    font-size: 20px;
  }
  .text-lg-\[14px\] {
    font-size: 14px;
  }
  /* .w-lg-36 {
    width: 9rem;
  }
  
  .w-lg-40 {
    width: 10rem;
  } */

  .w-lg-48 {
    width: 18rem;
  }

  .h-lg-48 {
    height: 8rem;
  }
}

@media (max-width: 1535px) {
  .mx-md-auto {
    margin: 0;
  }
  .px-md-8 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .container-md {
    max-width: none !important;
  }
  .mb-md-4 {
    margin-bottom: 0.5rem;
  }
  .mt-md-2 {
    margin-top: 0.5rem;
  }
  .text-md-\[25px\] {
    font-size: 25px;
  }
}

@media (max-width: 872px) {
  /* 768 */
  .h-xs-3 {
    height: 15px;
  }
  .thumbnail-preview {
    width: 150px !important;
    height: 110px !important;
  }

  .space-xs-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .text-xs {
    font-size: 15px;
  }

  .w-xs-2 {
    width: 15px;
  }

  .h-xs-2 {
    height: 15px;
  }

  .h-xs-5 {
    height: 1.5rem;
  }

  .justify-start-xs {
    justify-content: start;
  }

  /* .justify-center-xs {
    justify-content: center;
  } */
  .column-xs {
    flex-direction: column;
  }

  .mr-8.mr-xs-8 {
    margin-right: 0;
  }

  .space-xs-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    /* margin-right: calc(1.5rem * var(--tw-space-x-reverse)); */
    margin-left: calc(0 * calc(1 - var(--tw-space-x-reverse)));
  }

  .text-xs-\[42px\] {
    font-size: 25px;
  }

  .px-xs-32 {
    padding: 0 10px;
  }

  .header-list {
    border-bottom: 1px solid #ffffff;
    padding: 7px;
  }

  .header-list .hover\:underline:hover {
    text-decoration-line: none;
  }

  .menu-panel {
    max-height: calc(100vh - 72px);
    overflow: auto;
  }
  .text-xs-left {
    text-align: left;
  }
  .border-xs-none {
    border: none;
  }
  .mb-xs-1 {
    margin-bottom: 8px;
  }
  .w-xs-\[100\%\] {
    width: 100%;
  }
  .xs-relative {
    position: relative;
  }

  .submenuPanel {
    top: 0%;
    position: relative;
  }

  .spacing-4 {
    margin: 5px;
    padding: 10px;
    border-top: 0px;
  }

  .b-none .submenu-trigger:last-child {
    border: 0px;
  }

  .min-xs-h-\[200px\] {
    min-height: auto;
  }

  .grid-xs-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .px-xs-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-md-\[25px\] {
    font-size: 18px;
  }
  .w-lg-48 {
    width: 12rem;
  }

  .h-lg-48 {
    height: 8rem;
  }
  .text-xs-\[16px\] {
    font-size: 16px;
  }
  .reliable-icon {
    margin-right: 23.01px;
  }
}

@media (max-width: 639px) {
  .px-md-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .justify-end {
    justify-content: flex-start;
  }
}

@media (max-width: 726px) {
  .flex-xs-col {
    flex-direction: column;
  }
  .thumbnail-preview {
    width: 150px !important;
    height: 110px !important;
  }
  .thumbnail-cool{
    width: 100px !important;
    height: 110px !important;

  }
  .thumbnail-cryo{
    width: 100px !important;
    height: 110px !important;
  }
}

@media (max-width: 530px) {
  .header-search-input {
    position: fixed;
    width: 100%;
    padding: 10px;
    left: 0;
    top: 72px;
    background-color: rgb(13 21 25 / var(--tw-bg-opacity, 1));
  }
  .header-search-input .left-3 {
    left: 1.75rem;
  }
  .header-search-input input {
    width: 100%;
  }

  .text-xs {
    font-size: 14px;
  }

  .w-xs-8 {
    width: 1.5rem;
  }

  .mb-xs-2 {
    margin-bottom: 6px;
  }

  .text-xs-\[42px\] {
    font-size: 20px;
  }
}
.text-\[\#c9c5c5\] {
  color: #c9c5c5;
}

.hover\:text-\[\#37A1D4\] {
  --tw-text-opacity: 1;
  color: rgb(55 161 212 / var(--tw-text-opacity));
}

.to-\[\#282828\] {
  --tw-gradient-to: #282828 var(--tw-gradient-to-position);
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[12px\] {
  font-size: 12px;
}

@media (min-width: 1024px) {
  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  display: flex;
  flex-direction: column;
}

/* Navigation */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}

.language {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo {
  height: 2rem;
}

.menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.line {
  width: 1.5rem;
  height: 2px;
  background-color: white;
  margin: 3px 0;
}

/* Main Content */
.cryoair_section {
  display: flex;
  flex: 1;
  padding-top: 72px;
  min-height: calc(100vh - 76px);
  flex-direction: column;
  gap: 3rem;
}

.product-image {
  width: 50%;
  position: relative;
}

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

.product-info-Localized {
  width: 50%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #252d30;
}

h1 {
  font-size: 3rem;
  font-weight: 300;
  /* letter-spacing: 0.1em; */
}

h1 span {
  font-weight: 400;
}

.tagline {
  line-height: 1.5;
}

.specs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.spec-row {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}

.gray {
  color: #9ca3af;
}

.options {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.dropdown {
  width: 100%;
  border: 1px solid #4b5563;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.finish-selector {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.finish-label {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.color-options {
  display: flex;
  gap: 1rem;
}

.color-btn {
  width: 3rem;
  height: 3rem;
  border: 1px solid #808080;
  cursor: pointer;
}

.white {
  background-color: white;
}
.navy {
  background-color: #1e3a8a;
}
.rose {
  background-color: #e6a287;
}
.gold {
  background-color: #cfb53b;
}

.request-btn {
  max-width: 250px;
  padding: 0.5rem;
  font-size: 25px;
  font-weight: 400;
  border: 1px solid white;
  background: none;
  color: white;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.request-btn:hover {
  background-color: white;
  color: black;
}

/* Features Section */
.features {
  /* background-color: #1C2329; */
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(to bottom, #0c1519, #101d2e);
}

.features h2 {
  text-align: center;
  font-size: 3.125rem;
  font-weight: 300;
  margin-bottom: 3rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 0rem 8rem;
}

.feature-card {
  /* background-color: #1C2329; */
  border: 1px solid;
  border-radius: 1rem;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-card:hover {
  /* border-color: rgba(255, 255, 255, 0.3); */
  transform: translateY(-5px);
}

.product-info-Localized h1 {
  font-weight: 900;
}

.feature-card.wide {
  grid-column: span 2;
  display: flex;
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.feature-icon-flex {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: flex;
  margin: 0 auto;
  gap: 20px;
  justify-content: center; 
  align-items: center;
}
.feature-icon img {
  margin: 0 auto;
  height: 100px;
  width: 100px;
}
.feature-icon-flex img {
  margin: auto 0;
  height: 100px;
  width: 100px;
}
.feature-icon-flex h3 {
  text-align: start; 
  width: 70%;
}

.feature-card h3 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
}

/* Tech Specs Section */
.tech-specs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* background-color: #0A1119; */
  background-image: linear-gradient(to bottom, #101d2e, #172e66);
}

/* .gredient_bg {
  background-image: linear-gradient(to bottom , #0C1519, #172E66);
} */

.tech-specs h2 {
  text-align: center;
  font-size: 3.125rem;
  font-weight: 300;
  margin-bottom: 3rem;
}

.tech-specs-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
}

.diagram {
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.diagram-lines {
  position: relative;
  height: 300px;
}

.line-h,
.line-w,
.line-d {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}

.dimensions-text {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.dimension-img {
  width: 350px;
  height: 350px;
  margin: auto;
}

.dim {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  color: #f9f9f9;
  font-size: 25px;
  font-weight: 700;
}

.dim span {
  color: #f9f9f9;
  font-size: 25px;
  font-weight: 300;
}

.dimensions-note {
  text-align: center;
  color: #9ca3af;
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 300; 
  color: #f9f9f9;
}

.specs-table {
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
}
.spec-list ol {
  list-style: decimal;
  font-size: 16px;
  font-weight: 300;
  color: #b8b8b7;
}
.spec-list {
  margin-top: 80px;
  font-size: 14px;
  font-weight: 200;
}

.spec-btn {
  padding: 10px 50px;
  margin-top: 40px;
  border: 1px solid white;
  background: none;
  color: white;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.3s ease;
  float: right;
  font-size: 25px;
  font-weight: 400;
}

.spec-btn:hover {
  background-color: white;
  color: black;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  border: 1px solid;
}

.spec-name {
  color: #f9f9f9;
  font-size: 25px;
  font-weight: 300;
}

.spec-value{
  color: #f9f9f9;
  font-size: 25px;
  font-weight: 700;
}

.fit-content {
  width: fit-content;
}

.right-0 {
  right: 0;
}

.b-bottom {
  padding-bottom: 40px;
}
.b-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #9ca3af;
  left: 0;
  right: 168px;
}

@media (max-width: 1161px) {
  .b-bottom::after {
    right: 0;
  }
}

@media (max-width: 1069px) {
  .spec-col {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0rem !important;
  }

  .feature-card.wide {
    grid-column: span 1;
  }

  .feature-icon-flex {
    flex-direction: column;
    align-items: center;
  }

  .feature-icon-flex h3 {
    width: 100%;
    text-align: center;
  }

  .tech-specs-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 1288px) and (min-width: 1025px) {
  .dim {
    flex-direction: column;
  }
  .dimensions-text {
    gap: 1rem;
  }
}

@media (max-width: 1780px) and (min-width: 1300px) {
  .features-grid {
    padding: 0rem !important;
  }
}

@media (max-width: 1300px) and (min-width: 1025px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0rem !important;
  }

  .feature-card.wide {
    grid-column: span 2;
  }

  .feature-card h3 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .top-row {
    flex-direction: column;
  }
  .cryoair_section {
    flex-direction: column;
  }

  .product-image,
  .product-info-Localized {
    width: 100%;
  }

  .product-image {
    height: 50vh;
  }

  .features-grid {
    grid-template-columns: 1fr;
    padding: 0rem !important;
  }

  .group:hover .eng-popup {
    display: contents;
  }

  .eng-popup > div {
    border-left: none !important; /* disable dividers between sections */
    margin-left: 0px !important;
  }
}

/* industrial css */

.caption {
  font-size: 0.9rem;
  text-transform: lowercase;
  padding: 3px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  /* position: relative; */
}
.container-press {
  width: 76%;
  margin: 0 auto;
}

/* Advanced Cooling Section Styles */

.advanced-content {
  flex: 1;
  order: 1;
}

.advanced-features {
  flex: 1;
  order: 2;
}

.feature-list {
  list-style-type: none;
}

.feature-item {
  margin-bottom: 15px;
  position: relative;
}

.feature-title::before {
  content: "•";
  margin-right: 10px;
  color: white;
  font-size: 1rem;
}

.feature-description {
  color: #adb5bd;
  font-size: 1.05rem;
  padding-left: 18px;
}

.p-32 {
  padding: 2rem 11rem;
}

@media (max-width: 992px) {
  .advanced-content {
    order: 1;
  }

  .advanced-features {
    order: 2;
    margin-top: 30px;
  }
  .text-xs-\[18px\] {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .feature-description {
    font-size: 0.95rem;
  }
}

.bg-gray-900 {
  background-color: #2b2b2b;
}

.industry-section {
  color: white;
  padding: 120px 20px;
  text-align: center;
}

.industry-section h2 {
  font-size: 40px;
  margin-bottom: 75px;
}

.features-grids {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.feature-items {
  flex: 1 1 250px;
  max-width: 300px;
}

.feature-items .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.feature-items p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.gap-20 {
  gap: 20px;
}

.hover\:h-24:hover {
  height: 6rem;
}

.hover\:w-24:hover {
  width: 6rem;
}

.gradient-white-border {
  position: relative;
  /* padding-left: 12px; */
}

.gradient-white-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100vh - 372px);
  background: linear-gradient(to bottom, #7f7f7f, #0d1519); /* your gradient */
  border-radius: 2px;
}

@media (max-width: 768px) {
  .gradient-white-border::before {
    opacity: 0;
  }
  .contact-form-inline-group {
    flex-direction: column;
    gap: 0px !important;
  }
  .contact-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .contact-form-button {
    width: 200px !important;
  }
  .chat-container {
    width: auto !important;
  }
}

@media (min-width: 768px) {
  /* .box img {
    max-width: 400px;
  } */
  .controls {
    width: 14%;
  }
  .md\:pl-8 {
    padding-left: 2rem;
  }
  .md\:w-40 {
    width: 40% !important;
  }
  .md\:w-60 {
    width: 60% !important;
  }
  .md\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

.contact-form {
  background: linear-gradient(to bottom, #0d1519, #242c2f);
}

.contact-form-container {
  /* max-width: 800px; */
  margin: auto;
}

.contact-form-border {
  /* background-color: #2a2f36; */
  border: 2px solid #403f3f;
  padding: 30px;
  /* border-radius: 10px; */
}

.contact-form-heading {
  font-size: 40px;
  margin: auto auto 20px auto;
}

.contact-form-label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #969595;
}

.contact-form-input,
.contact-form-select,
.contact-form-textarea {
  width: 100%;
  padding: 7px;
  border: none;
  /* border-radius: 4px; */
  margin-bottom: 10px;
  color: #0d1519;
  background: #fff;
}

.contact-form-inline-group {
  display: flex;
  gap: 40px;
}

.contact-form-button {
  background-color: #007bff;
  color: #fff;
  padding: 0px 20px;
  border: none;
  /* border-radius: 4px; */
  margin-top: 20px;
  cursor: pointer;
  width: 356px;
  height: 38px;
  font-size: 20px;
}

.contact-form-note {
  margin-top: 10px;
  color: #969595;
}

.color-blue {
  color: #0000ff;
}

.contact-form-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}

.contact-form-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
  text-align: left;
  max-width: 600px;
}

.contact-wrapper {
  padding-top: 72px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* max-width: 1200px; */
  margin: 0 auto;
}

.contact-text {
  width: 100%;
}

.contact-text h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-text p {
  font-size: 1.2em;
  line-height: 1.6;
  color: #aaa;
}

.contact-card {
  /* background-color: #1a1f24; */
  border: 1px solid #2a2f35;
  border-radius: 10px;
  padding: 20px;
  /* width: 360px; */
  color: #ccc;
}

.contact-card h2 {
  font-size: 1.4em;
  color: white;
}

.contact-card .location {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.contact-card .address {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.contact-card button {
  background: none;
  border: 1px solid #2a2f35;
  color: #969595;
  padding: 1px 30px;
  margin-right: 10px;
  width: 120px;
  cursor: pointer;
  border-radius: 8px;
}

.see-all {
  text-align: end;
  margin-top: 15px;
}

.see-all button {
  background: none;
  border: 1px solid #2a2f35;
  color: #969595;
  padding: 2px 70px;
  border-radius: 5px;
  cursor: pointer;
}

.company-title {
  display: flex;
  align-items: flex-start; /* Aligns flag vertically center with text */
  gap: 8px; /* Adds spacing between the text and the flag */
}

.flag {
  width: 20px;
  height: auto;
  display: inline-block;
}

.h-70vh {
  height: 70vh;
}

.top-auto {
  margin-top: auto;
}

@media (max-width: 530px) {
  .w-xxs-64 {
    width: 9rem;
  }
  .h-xxs-64 {
    height: 9rem;
  }
}

@media (max-width: 460px) {
  .flex-xxs-col {
    flex-direction: column;
  }
  .w-xxs-64 {
    width: 100%;
  }
  .h-xxs-64 {
    height: 13rem;
  }
  .dropdown {
    padding: 1rem;
  }
}

.dropdown-container {
  position: relative;
  max-width: 445px;
}

.dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.dropdown svg {
  margin-left: 10px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 1000;
  display: none;
  color: #000;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu div {
  padding: 10px;
  cursor: pointer;
}

.dropdown-menu div:hover {
  text-decoration: underline;
}

.lighting-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.control-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #3e4446;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.2s ease;
}

.control-btn:hover {
  border-color: #ffffff;
}

.control-btn.active {
  border: 2px solid #ffffff;
}

.light-icon {
  width: 28px;
  height: 28px;
  fill: #666;
  transition: fill 0.2s ease;
}

.control-btn.active .light-icon {
  fill: #ffffff;
}

.roller-icon {
  font-size: 28px;
  color: #666;
  transition: color 0.2s ease;
}

.control-btn.active .roller-icon {
  color: #fff;
}

.led-label {
  font-size: 20px;
  margin-left: 10px;
  font-weight: 300;
}

.color-options {
  display: flex;
  gap: 10px;
}

.color-option {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #3e4446;
  transition: all 0.2s ease;
}

.color-option:hover {
  transform: scale(1.05);
}

.color-option.selected {
  border: 2px solid #ffffff;
}

.blue {
  background-color: #0000ff;
}

.cyan {
  background-color: #00ffff;
}

.magenta {
  background-color: #ff00ff;
}

.color-btn.navy {
  background-color: #1e3a8a;
}
.color-btn.cyan {
  background-color: cyan;
}
.color-btn.pink {
  background-color: magenta;
}
.color-btn.white {
  background-color: white;
}
.color-btn.rose {
  background-color: #e6a287;
}
.color-btn.gold {
  background-color: #cfb53b;
}

.to-\[\#2d3133\] {
  --tw-gradient-to: #2d3133 var(--tw-gradient-to-position);
}

.text-\[\#ffffff\] {
  color: #ffffff;
  font-weight: 600;
}

.text-\[\#d7d3d3\] {
  color: #d7d3d3;
}

.top-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.rotate-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 2rem; */
  border-radius: 10px;
  flex-direction: column;
}

.viewer {
  position: relative;
  width: 100%;
  /* max-width: 1200px; */
  aspect-ratio: 2 / 1;
  border: 1px solid #6f6f6f;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: grab;
  user-select: none;
  position: relative;
}

.box img {
  height: auto;
  transition: transform 0.3s ease;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  max-width: 100%;
  display: block;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  height: 90px;
  width: 90px;
}

.left-arrow {
  left: calc(50% - 300px);
}

.right-arrow {
  right: calc(50% - 300px);
}

.controls {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  font-family: "Roboto" sans-serif;
  z-index: 10;
}

.controls h4 {
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 400;
  text-align: right;
  color: #cbcfcf;
}

.rotate-button {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: end;
  align-items: end;
  flex-direction: column;
}

.controls .rotate-button button {
  background: transparent;
  color: gray;
  border: 1px solid #aaa;
  margin: 4px 4px 0 0;
  padding: 4px 17px;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 2px;
  width: 80px;
}

.controls .rotate-button button.activeFront {
  color: white;
  border-color: white;
}

.zoom-controls {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 20px;
  z-index: 10;
}

.zoom-controls button {
  background: transparent;
  color: white;
  border: none;
  border: 1px solid #aaa;
  margin: 2px 0;
  padding: 2px 6px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 0;
}

@media (max-width: 767px) {
  .viewer {
    flex-direction: column;
    aspect-ratio: auto;
  }

  .box {
    width: 100%;
    height: auto;
    padding-top: 16px;
  }

  .controls {
    position: relative;
    top: auto;
    right: auto;
    padding: 1rem;
    text-align: center;
    align-items: center;
  }

  .view-controls h4 {
    text-align: center;
  }

  .zoom-controls {
    top: 10px;
  }

  .rotate-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .arrow {
    height: 50px;
    width: 50px;
  }

  .left-arrow {
    left: calc(50% - 120px);
  }

  .right-arrow {
    right: calc(50% - 120px);
  }
}
@media (max-width: 1450px) {
  .left-arrow {
    left: calc(50% - 240px);
  }

  .right-arrow {
    right: calc(50% - 240px);
  }
}

@media (max-width: 1224px) {
  .left-arrow {
    left: calc(50% - 180px);
  }

  .right-arrow {
    right: calc(50% - 180px);
  }
}

@media (min-width: 1457px) {
  .storage-section {
    margin: 0 auto;
    max-width: 1457px;
  }
}

@media (max-width: 1390px) {
  .storage-sub-section {
    flex-direction: column;
  }
}

.Cold_Storage {
  background-image: linear-gradient(
    to bottom,
    rgb(13 21 25 / var(--tw-bg-opacity, 1)),
    #292828
  );
}

.hover-zoom {
  width: 100%;
  transition: transform 0.4s ease, scale 0.4s ease;
}

.hover-zoom:hover {
  transform: translateY(-6px) scale(1.05);
}

.roboto {
  font-family: "Roboto", sans-serif;
}
.font-w-100 {
  font-weight: 100;
}

.thumbnail-preview {
  position: absolute; /* absolute to nearest relative parent */
  top: 0;
  left: 100%;
  display: none;
  border: 1px solid #ccc;
  background: white;
  width: 200px;
  height: 170px;
  z-index: 1000;
}
.thumbnail-cool {
  position: absolute; /* absolute to nearest relative parent */
  top: -30px;
  left: 100%;
  display: none;
  width: 180px;
  height: 180px;
  z-index: 1000;
}
.thumbnail-cryo {
  position: absolute; /* absolute to nearest relative parent */
  top: -30px;
  left: 100%;
  display: none;
  width: 170px;
  height: 180px;
  z-index: 1000;
}

.thumbnail-preview img {
  width: 100%;
  height: 100%;
}
.thumbnail-cool img {
  width: 100%;
  height: 100%;
}
.thumbnail-cryo img {
  width: 100%;
  height: 100%;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}

.tooltip-icon {
  width: 18px;
  height: 18px;
  border: 1px solid #888;
  border-radius: 50%;
  color: #888;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
}

.tooltip-box {
  position: absolute;
  top: 50%;
  left: 37px;
  transform: translateY(-50%);
  background-color: transparent;
  color: #ccc;
  border: 1px solid #888;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.4;
  width: 130px;
  z-index: 10;
  display: none;
}

.tooltip-box::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 29px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #252d30;
}

.tooltip-box::after {
  content: "";
  position: absolute;
  top: 28px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 9px solid #888;
}

.tooltip-container:hover .tooltip-box {
  display: block;
}

@media (max-width: 1200px) and (min-width: 768px), (max-width: 545px) {
  .tooltip-box {
    top: 38px;
    left: -50%;
    transform: translateX(-50%);
    background-color: #0d1519;
  }

  .tooltip-box::before {
    top: -8px;
    left: 130px;
    border-width: 0px 6px 8px 6px;
    border-color: transparent transparent #1a1a1a transparent;
  }

  .tooltip-box::after {
    top: -9px;
    left: 129px;
    border-width: 0px 7px 9px 7px;
    border-color: transparent transparent #888 transparent;
  }
}

.text-xxs {
  font-size: 0.5rem;
  line-height: 0.75rem;
}
.text-light-white {
  color: #cfcbcb;
  font-weight: 600;
}

/* .chat-header a{
  text-decoration:none;
  color: white;
}
.copyright{
  font-size:12px;
  text-align: center;
}
.copyright a {
  text-decoration:none;
  color: #343c41;
}
#chatbot-toggle-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 12px 15px;
  border: none;
  background-color: #1087FF;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1001;
}
#chatbot-toggle-btn:hover {
  background-color: #0074CC;
}
.chatbot-popup {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 350px;
  max-width: 90%;
  z-index: 1000;
}
.chat-header {
  background-color: #1087FF;
  color: #fff;
  padding: 15px 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#close-btn {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.chat-box {
  max-height: 350px;
  overflow-y: auto;
  padding: 15px 20px;
}
.chat-input {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
}
#user-input {
  font-family: "Poppins";
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 12px;
  outline: none;
  color: #000;
}
#send-btn {
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  border: none;
  background-color: #1087FF;
  color: #fff;
  border-radius: 12px;
  margin-left: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#send-btn:hover {
  background-color: #0074CC;
}
.user-message {
  background-color: #f3f3f3;
  color: #333;
  padding: 14px;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 10px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.user-message::before {
  content: "\1F468";
  position: absolute;
  bottom: -17px;
  right: -20px;
  margin-bottom: 7px;
  font-size: 20px;
  background-color: #1087FF;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.bot-message {
  background-color: #1087FF;
  color: #fff;
  padding: 14px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-top: 15px;
  align-self: flex-start;
  margin-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bot-message::before {
  content: "\1F916";
  position: absolute;
  bottom: -17px;
  left: -14px;
  margin-bottom: 4px;
  font-size: 20px;
  background-color: #1087FF;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.button-container {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}
.button-container button {
  padding: 10px 50px;
  border: none;
  background-color: #1087FF;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.button-container button:hover {
  background-color: #0074CC;
} */

/* Fixed open button */
.open-chat-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* background: #007bff;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 50px; */
  cursor: pointer;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
  z-index: 999;
}

/* Chatbot container */
.chat-container {
  position: fixed;
  bottom: 10px;
  right: 20px;
  max-width: 350px;
  width: 350px;
  max-height: 500px;
  background: #121212; /* Dark background */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 999;
}

/* Header */
.chat-header {
  background: #162d66; /* Navy blue */
  color: white;
  padding: 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-icon {
  cursor: pointer;
  font-size: 20px;
  padding: 0px 15px;
}

/* Chat box */
.chat-box {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
  background: #1e1e1e; /* Slightly lighter than container */
}

/* Question buttons */
.question-buttons {
  max-height: 150px;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #333;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.question-buttons::-webkit-scrollbar {
  display: none;
}

/* Each button */
.q-button {
  /* height: 40px; */
  padding: 10px;
  border: none;
  border-radius: 5px;
  border: 1px solid #162d66;
  color: white;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: 300;
}
.q-button:hover {
  background: #054275; /* Lighter navy */
}

/* Messages */
.message {
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  max-width: 100%;
}
.message.user {
  background: #162d66; /* Navy blue */
  color: white;
  align-self: flex-end;
}
.message.bot {
  background: #2c2c2c; /* Dark grey */
  color: #e0e0e0;
  align-self: flex-start;
}

/* Custom scrollbar for WebKit browsers */
.chat-box::-webkit-scrollbar,
.question-buttons::-webkit-scrollbar {
  width: 6px;
}

.chat-box::-webkit-scrollbar-track,
.question-buttons::-webkit-scrollbar-track {
  background: transparent;
}

.chat-box::-webkit-scrollbar-thumb,
.question-buttons::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 3px;
}

/* Firefox */
.chat-box {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.question-search {
  min-height: 50px;
  padding: 10px;
  border: none;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  background: #1e1e1e;
  color: white;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  overflow: hidden;
  line-height: 1.4;
  white-space: pre-wrap;
}

.question-search::placeholder {
  color: #888;
}

.question-search:empty::before {
  content: attr(data-placeholder);
  color: #888;
  pointer-events: none;
}

.region-wrapper {
  position: relative;
  display: inline-block;
}

.region-selector {
  cursor: pointer;
  position: relative;
  padding: 10px 0px 10px 0px;
}

.region-selector:hover {
  text-decoration: underline;
}

.language-popup {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: #252d30;
  padding: 20px 0px 20px 20px;
  color: white;
  white-space: nowrap;
  z-index: 1000;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  flex-wrap: nowrap;
  gap: 40px;
  line-height: 2rem;
  min-height: 265px;
}

.eng-popup {
  display: none;
  min-height: 265px;
  top: -20px;
}

.region-wrapper:hover .language-popup {
  display: flex;
}

.w-18 {
  width: 4.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.z-0 {
  z-index: 0;
}
.p-1 {
  padding: 0.25rem;
}
.w-2 {
  width: 0.5rem;
}
.h-2 {
  height: 0.5rem;
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.mt-3 {
  margin-top: 0.75rem;
}
.reliable-icon {
  margin-right: 11.16px;
  max-width: none;
}
.economical-icon {
  max-width: none;
}
.responsibility-icon {
  max-width: none;
}
.innovation-icon {
  max-width: none;
}
@media (max-width: 400px) {
.trust-leader {
  padding: 20px;
  gap: 10px;
}
}