.btm-0 {
  bottom: 0rem;
}

.bottom-32 {
  bottom: -8rem;
}

.right-20 {
  right: -5rem
}

.-mx-24 {
  margin-left: -6rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.w-\[50\%\] {
  width: 50%
}

.bg-\[\#1F2529\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 37 41 / var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  /* rgb(220, 38, 38) is the Tailwind red-600 color */
}

.bg-light-dark-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(204 174 0 / var(--tw-bg-opacity));
  /* Light Dark Yellow */
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  /* rgb(75, 85, 99) is Tailwind gray-600 */
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* custom-styles.css */
.img-height {
  height: 100px;
  /* Set the desired height */
}

.no-break {
  white-space: nowrap;
}


.p-12 {
  padding: 3rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}


.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* custom-styles.css */
.img-height {
  height: 100px;
  /* Set the desired height */
}

.text-\[\#e9e9e9\] {
  color: #e9e9e9;
}

.text-\[\#F9F9F9\] {
  color: #F9F9F9;
}

.sustain-img {
  width: 760px;
  height: 556px;
  max-width: 100%;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 1900px) {
  /* .sustain-img {
    max-width: 100% !important;
    height: 440px;
  } */
}



@media (max-width: 767px) {
  .responsive-small-screen-padding {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .-mx-0 {
    margin-left: 0px;
  }

  .px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .responsive-small-screen-image {
    justify-content: start !important;
    /* image center on small screens */
    margin-bottom: 1rem !important;
  }

  .responsive-small-screen-text {
    align-items: center !important;
    /* text center aligned */
    text-align: center !important;
  }

  .responsive-small-screen-text>p,
  .responsive-small-screen-text>h1 {
    max-width: 100% !important;
    /* full width on small */
  }

  .feature-icon-w {
    min-width: 116px;
    width: 116px;
  }
}




/* Wrapper for padding */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 0.75rem 5rem;
  /* top 24px, left/right 12px, bottom 80px */
}

/* Title */
.title {
  color: #F9F9F9;
  font-weight: 700;
  font-size: 2rem;
  /* 32px */
  margin-bottom: 2.5rem;
  /* padding-left: 0.75rem;
    padding-right: 0.75rem; */
  text-align: center;
}

/* Features container */
.features-innovation {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Feature box */
.feature-box {
  border: 2px solid #455785;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

/* Icon */
.icon svg {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

/* Feature text */
.feature-text {
  color: #F9F9F9;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 300;
  /* max-width: 18rem; */
  padding: 2rem 2rem 2rem 0;
}

@media (max-width:768px) {
  .feature-text {
    max-width: 100%;
  }
}

/* .feature-icon-w {
   min-width:  198px;
   width: 4rem;
  } */
.innovation-section {
  /* background-color: #1C2329; */
  background-image: linear-gradient(to bottom, #101d2e, #172e66);
}

/* Medium screens and up */
@media screen and (min-width: 1079px) {
  .sustainable-img {
    right: 0 !important;
    top: -162px !important;
    height: 300px;
  }

  .wrapper {
    padding: 4rem 1.5rem 5rem;
    /* top 64px, left/right 24px */
  }

  .px-52 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;

  }

  .title {
    font-size: 50px;
    text-align: left;
    /* padding-left: 80px;
      padding-right: 1.5rem; */
    margin-bottom: 34px;
  }

  .features-innovation {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .feature-box {
    flex: 1 1 calc(50% - 1.5rem);
    /* gap: 1rem; */
  }

  .icon svg {
    width: 70px;
    height: 70px;
  }

  .feature-text {
    font-size: 1.5rem;
    max-width: none;
  }

  .text {
    padding-left: 80px;
  }
}

@media (min-width: 1650px) {
  .cryo-chambers {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
  }

  .title {
    /* padding-left: 200px; */
  }
}

@media (max-width:1649px) {
  .cryo-chambers {
    margin: 0;
    padding-right: 80px;
    padding-left: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
  }

  .cryo-sub-chambers {
    align-items: end;
  }
}

@media (max-width:1500px) {
  .cryo-sub-chambers .text-\[30px\] {
    font-size: 25px;
    max-width: 100%;
  }

  .cryo-sub-chambers {
    align-items: start;
    margin-left: 627px;
  }
}

@media (max-width:1400px) {
  .cryo-chambers {

    align-items: end;
    gap: 40px;
  }
}

@media (max-width:768px) {
  .cryo-chambers {
    align-items: start;
    gap: 40px;
  }
}

@media (max-width:1040px) {
  .cryo-sub-chambers {
    margin-left: 0;
  }

  .max-w-xl-des {
    max-width: 36rem;
  }
}

@media (min-width: 1280px) {
  .features-innovation {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .px-52 {
    padding-left: 13rem;
    padding-right: 13rem;

  }
}

.sustainable-section {
  background-color: #0e151a;
  color: white;
  min-height: 80vh;
  padding: 80px 20px;
  box-sizing: border-box;
}

.sustainable-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
}

.top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.top-left {
  flex: 1 1 180px;
  max-width: 600px;
}

.top-left h1 {
  font-size: 43px;
  margin-bottom: 16px;
}

.top-left h3 {
  font-size: 19px;
  color: #9ca3af;
  /* Tailwind's gray-400 */
  line-height: 1.5;
}

.top-right {
  flex: 1 1 200px;
  display: flex;
  justify-content: flex-end;
}

.top-right img {
  max-width: 100%;
  height: 300px;
  pointer-events: none;
  user-select: none;
}

.bottom-section {
  position: absolute;
  bottom: -150px;
  right: 80px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bottom-section h5 {
  font-size: 20px;
  color: #d1d5db;
  line-height: 1.5;
}

.bottom-section h5:last-child {
  color: #9ca3af;
}

@media (max-width: 1024px) {
  .bottom-section {
    position: static;
    max-width: 100%;
    /* padding-top: 20px; */
  }

  .top-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-right {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {

  .top-right {
    left: 60px !important;
  }

}

@media (max-width: 640px) {
  .top-left h1 {
    font-size: 31px;
  }

  .top-right img {
    height: 260px;
  }

  .top-right {
    top: -110px !important;
    left: 140px;
  }

  .sustainable-img {
    z-index: -1;
    height: 260px !important;
  }

  .top-left h3,
  .bottom-section h5 {
    font-size: 16px;
  }

  .sustainable-container {
    gap: 40px;
  }

  .sustainable-section {
    padding: 60px 16px;
  }
}

.bg-innov-slider {
  background-image: url('../assets/15_Innov.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) 4px;

}

.bg-innov-slider-1 {
  background-image: url('../assets/14_Innov.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) 4px;

}

.bg-innov-slider-2 {
  background-image: url('../assets/17_Innov.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) 4px;

}

.bg-innov-slider-3 {
  background-image: url('../assets/16_Innov.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) 4px;

}

.sustainable-img {
  /* right: 7rem;
    top: 230px; */
  z-index: -1;
  height: 300px;
}


.z-0 {
  z-index: 0;
}



.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flex-col {
  flex-direction: column;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-8 {
  padding: 2rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.space-x-2>*+* {
  margin-left: 0.5rem;
}

.space-x-4>*+* {
  margin-left: 1rem;
}

.h-10 {
  height: 2.5rem;
}

.h-6 {
  height: 1.5rem;
}

.w-6 {
  width: 1.5rem;
}

.h-2 {
  height: 0.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-8 {
  width: 2rem;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.text-white {
  color: white;
}

.text-gray-300 {
  color: #d1d5db;
}

.text-gray-400 {
  color: #9ca3af;
}

.text-sm {
  font-size: 0.875rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-5xl {
  font-size: 3rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.bg-gray-700 {
  background-color: #374151;
}

.bg-gray-800 {
  background-color: #1f2937;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-black {
  background-color: black;
}

.bg-white {
  background-color: white;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

/* .bg-navy-900 { background-color: #0a1437; } */
.border-b {
  border-bottom-width: 2px;
}

.border-gray-800 {
  border-color: #1f2937;
}

.object-cover {
  object-fit: cover;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-0 {
  z-index: 0;
}

.top-4 {
  top: 1rem;
}

.right-4 {
  right: 1rem;
}

.top-1\/2 {
  top: 50%;
}

.left-4 {
  left: 1rem;
}

.right-4 {
  right: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-1\/2 {
  left: 50%;
}

.left-3\/4 {
  left: 75%;
}

.transform {
  transform: translate(var(--tw-translate-x),
      var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow,
    transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.right-3 {
  right: 0.75rem;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

.hidden {
  display: none;
}

.gradient-border {
  position: relative;
}

.gradient-i-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100vh;
  background: #F9F9F9;
  border-radius: 2px;
}

@media (max-width: 1200px) {
  .sm\:pl-64 {
    padding-left: 8rem;
  }
}

@media (max-width: 768px) {
  .gradient-i-border::before {
    content: none;
  }

  .sm\:pl-64 {
    padding-left: 2rem;
    padding-right: 10px;
  }

  .top-right img {
    height: 260px;
  }

  .top-right {
    top: -110px !important;
    left: 140px;
  }

  .sustainable-img {
    z-index: -1;
    height: 260px !important;
  }
}

@media (min-width: 1200px) {
  .sm\:pl-64 {
    padding-left: 18.7rem;
  }

  .top-right {
    top: -150px;
    justify-content: flex-end;
  }
}

/* Media queries */
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:left-3\/4 {
    left: 75%;
  }

  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }
}

@media (max-width: 1039px) {
  .carousel-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .p-50px {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .carousel-section {
    padding: 0 12px;
  }
}

@media (max-width: 575px) {
  .carousel-section {
    padding: 0 24px;
  }
}

@media (max-width: 910px) {
  .pl-50px {
    padding-left: 0;
  }

  .-mx-24 {
    margin-left: 0;
  }

  .dots-center {
    justify-content: center;
  }

  .pl-70px {
    padding-left: 0;
  }
}

/* Carousel specific styles */
.carousel {
  width: 100%;
  height: 561px;
  position: relative;
}

.indicator {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.indicator.active {
  width: 2rem;
  background-color: white;
}

.max-w-12xl {
  max-width: 38rem;
}

.sustain-section {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  flex-wrap: nowrap;
}

.sustain-content {
  flex: 1 1 auto;
  min-width: 500px;
}

.sustain-section .mecoTec-img {
  flex: 0 0 50%;
  height: auto;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 1079px) {
  .sustain-section {
    flex-direction: column;
    gap: 20px;
  }

  .sustain-img {
    width: 100%;
  }
}

.solution-text {
  flex: 1;
}

.feature-icon-w-md {
  width: 200px;
  min-width: 200px;

  @media (max-width: 1079px) {
    width: 116px;
    min-width: 116px;
  }
}

@media (max-width: 1079px) {
  .cryo-chambers {
    flex-direction: column;
  }

  .Innovation-feature {
    .responsive-small-screen-text,
    .responsive-small-screen-image,
    .features-innovation {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .sustain-solution {
    .sustain-section .solution-text,
    .sustain-section .sustain-img,
    .sustain-commitment,
    .sustain-subtext {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }

    .sustain-commitment .title {
      text-align: left !important;
    }
  }
}

.innovation-match-section.pb-150px {
  padding-bottom: 0px !important;
}

.innovation-match-section .innovation-expert, .innovation-match-section .expert-btn, meco-industries-container div,.innovations-rnd-copy,
.meco-innovations-sustain-sec .meco-industries-container div,
.meco-innovations-features-title,
.meco-innovations-features-layout,
.meco-innovations-sustain-title{
  @media (max-width: 1079px) {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;   
  }
}

..btm-0 {
  bottom: 0rem;
}

.bottom-32 {
  bottom: -8rem;
}

.right-20 {
  right: -5rem
}

.-mx-24 {
  margin-left: -6rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.w-\[50\%\] {
  width: 50%
}

.bg-\[\#1F2529\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 37 41 / var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  /* rgb(220, 38, 38) is the Tailwind red-600 color */
}

.bg-light-dark-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(204 174 0 / var(--tw-bg-opacity));
  /* Light Dark Yellow */
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  /* rgb(75, 85, 99) is Tailwind gray-600 */
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* custom-styles.css */
.img-height {
  height: 100px;
  /* Set the desired height */
}

.no-break {
  white-space: nowrap;
}


.p-12 {
  padding: 3rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}


.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* custom-styles.css */
.img-height {
  height: 100px;
  /* Set the desired height */
}

.text-\[\#e9e9e9\] {
  color: #e9e9e9;
}

.text-\[\#F9F9F9\] {
  color: #F9F9F9;
}

.sustain-img {
  width: 760px;
  height: 556px;
  max-width: 100%;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 1900px) {
  /* .sustain-img {
    max-width: 100% !important;
    height: 440px;
  } */
}



@media (max-width: 767px) {
  .responsive-small-screen-padding {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .-mx-0 {
    margin-left: 0px;
  }

  .px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .responsive-small-screen-image {
    justify-content: start !important;
    /* image center on small screens */
    margin-bottom: 1rem !important;
  }

  .responsive-small-screen-text {
    align-items: center !important;
    /* text center aligned */
    text-align: center !important;
  }

  .responsive-small-screen-text>p,
  .responsive-small-screen-text>h1 {
    max-width: 100% !important;
    /* full width on small */
  }

  .feature-icon-w {
    min-width: 116px;
    width: 116px;
  }
}




/* Wrapper for padding */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 0.75rem 5rem;
  /* top 24px, left/right 12px, bottom 80px */
}

/* Title */
.title {
  color: #F9F9F9;
  font-weight: 700;
  font-size: 2rem;
  /* 32px */
  margin-bottom: 2.5rem;
  /* padding-left: 0.75rem;
    padding-right: 0.75rem; */
  text-align: center;
}

/* Features container */
.features-innovation {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Feature box */
.feature-box {
  border: 2px solid #455785;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

/* Icon */
.icon svg {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

/* Feature text */
.feature-text {
  color: #F9F9F9;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 300;
  /* max-width: 18rem; */
  padding: 2rem 2rem 2rem 0;
}

@media (max-width:768px) {
  .feature-text {
    max-width: 100%;
  }
}

/* .feature-icon-w {
   min-width:  198px;
   width: 4rem;
  } */
.innovation-section {
  /* background-color: #1C2329; */
  background-image: linear-gradient(to bottom, #101d2e, #172e66);
}

/* Medium screens and up */
@media screen and (min-width: 1079px) {
  .sustainable-img {
    right: 0 !important;
    top: -162px !important;
    height: 300px;
  }

  .wrapper {
    padding: 4rem 1.5rem 5rem;
    /* top 64px, left/right 24px */
  }

  .px-52 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;

  }

  .title {
    font-size: 50px;
    text-align: left;
    /* padding-left: 80px;
      padding-right: 1.5rem; */
    margin-bottom: 34px;
  }

  .features-innovation {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .feature-box {
    flex: 1 1 calc(50% - 1.5rem);
    /* gap: 1rem; */
  }

  .icon svg {
    width: 70px;
    height: 70px;
  }

  .feature-text {
    font-size: 1.5rem;
    max-width: none;
  }

  .text {
    padding-left: 80px;
  }
}

@media (min-width: 1650px) {
  .cryo-chambers {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
  }

  .title {
    /* padding-left: 200px; */
  }
}

@media (max-width:1649px) {
  .cryo-chambers {
    margin: 0;
    padding-right: 80px;
    padding-left: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
  }

  .cryo-sub-chambers {
    align-items: end;
  }
}

@media (max-width:1500px) {
  .cryo-sub-chambers .text-\[30px\] {
    font-size: 25px;
    max-width: 100%;
  }

  .cryo-sub-chambers {
    align-items: start;
    margin-left: 627px;
  }
}

@media (max-width:1400px) {
  .cryo-chambers {

    align-items: end;
    gap: 40px;
  }
}

@media (max-width:768px) {
  .cryo-chambers {
    align-items: start;
    gap: 40px;
  }
}

@media (max-width:1040px) {
  .cryo-sub-chambers {
    margin-left: 0;
  }

  .max-w-xl-des {
    max-width: 36rem;
  }
}

@media (min-width: 1280px) {
  .features-innovation {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .px-52 {
    padding-left: 13rem;
    padding-right: 13rem;

  }
}

.sustainable-section {
  background-color: #0e151a;
  color: white;
  min-height: 80vh;
  padding: 80px 20px;
  box-sizing: border-box;
}

.sustainable-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
}

.top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.top-left {
  flex: 1 1 180px;
  max-width: 600px;
}

.top-left h1 {
  font-size: 43px;
  margin-bottom: 16px;
}

.top-left h3 {
  font-size: 19px;
  color: #9ca3af;
  /* Tailwind's gray-400 */
  line-height: 1.5;
}

.top-right {
  flex: 1 1 200px;
  display: flex;
  justify-content: flex-end;
}

.top-right img {
  max-width: 100%;
  height: 300px;
  pointer-events: none;
  user-select: none;
}

.bottom-section {
  position: absolute;
  bottom: -150px;
  right: 80px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bottom-section h5 {
  font-size: 20px;
  color: #d1d5db;
  line-height: 1.5;
}

.bottom-section h5:last-child {
  color: #9ca3af;
}

@media (max-width: 1024px) {
  .bottom-section {
    position: static;
    max-width: 100%;
    /* padding-top: 20px; */
  }

  .top-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-right {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {

  .top-right {
    left: 60px !important;
  }

}

@media (max-width: 640px) {
  .top-left h1 {
    font-size: 31px;
  }

  .top-right img {
    height: 260px;
  }

  .top-right {
    top: -110px !important;
    left: 140px;
  }

  .sustainable-img {
    z-index: -1;
    height: 260px !important;
  }

  .top-left h3,
  .bottom-section h5 {
    font-size: 16px;
  }

  .sustainable-container {
    gap: 40px;
  }

  .sustainable-section {
    padding: 60px 16px;
  }
}

.bg-innov-slider {
  background-image: url('../assets/15_Innov.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) 4px;

}

.bg-innov-slider-1 {
  background-image: url('../assets/14_Innov.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) 4px;

}

.bg-innov-slider-2 {
  background-image: url('../assets/17_Innov.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) 4px;

}

.bg-innov-slider-3 {
  background-image: url('../assets/16_Innov.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) 4px;

}

.sustainable-img {
  /* right: 7rem;
    top: 230px; */
  z-index: -1;
  height: 300px;
}


.z-0 {
  z-index: 0;
}



.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flex-col {
  flex-direction: column;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-8 {
  padding: 2rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.space-x-2>*+* {
  margin-left: 0.5rem;
}

.space-x-4>*+* {
  margin-left: 1rem;
}

.h-10 {
  height: 2.5rem;
}

.h-6 {
  height: 1.5rem;
}

.w-6 {
  width: 1.5rem;
}

.h-2 {
  height: 0.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-8 {
  width: 2rem;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.text-white {
  color: white;
}

.text-gray-300 {
  color: #d1d5db;
}

.text-gray-400 {
  color: #9ca3af;
}

.text-sm {
  font-size: 0.875rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-5xl {
  font-size: 3rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.bg-gray-700 {
  background-color: #374151;
}

.bg-gray-800 {
  background-color: #1f2937;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-black {
  background-color: black;
}

.bg-white {
  background-color: white;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

/* .bg-navy-900 { background-color: #0a1437; } */
.border-b {
  border-bottom-width: 2px;
}

.border-gray-800 {
  border-color: #1f2937;
}

.object-cover {
  object-fit: cover;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-0 {
  z-index: 0;
}

.top-4 {
  top: 1rem;
}

.right-4 {
  right: 1rem;
}

.top-1\/2 {
  top: 50%;
}

.left-4 {
  left: 1rem;
}

.right-4 {
  right: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-1\/2 {
  left: 50%;
}

.left-3\/4 {
  left: 75%;
}

.transform {
  transform: translate(var(--tw-translate-x),
      var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow,
    transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.right-3 {
  right: 0.75rem;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

.hidden {
  display: none;
}

.gradient-border {
  position: relative;
}

.gradient-i-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100vh;
  background: #F9F9F9;
  border-radius: 2px;
}

@media (max-width: 1200px) {
  .sm\:pl-64 {
    padding-left: 8rem;
  }
}

@media (max-width: 768px) {
  .gradient-i-border::before {
    content: none;
  }

  .sm\:pl-64 {
    padding-left: 2rem;
    padding-right: 10px;
  }

  .top-right img {
    height: 260px;
  }

  .top-right {
    top: -110px !important;
    left: 140px;
  }

  .sustainable-img {
    z-index: -1;
    height: 260px !important;
  }
}

@media (min-width: 1200px) {
  .sm\:pl-64 {
    padding-left: 18.7rem;
  }

  .top-right {
    top: -150px;
    justify-content: flex-end;
  }
}

/* Media queries */
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:left-3\/4 {
    left: 75%;
  }

  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }
}

@media (max-width: 1039px) {
  .carousel-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .p-50px {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .carousel-section {
    padding: 0 12px;
  }
}

@media (max-width: 575px) {
  .carousel-section {
    padding: 0 24px;
  }
}

@media (max-width: 910px) {
  .pl-50px {
    padding-left: 0;
  }

  .-mx-24 {
    margin-left: 0;
  }

  .dots-center {
    justify-content: center;
  }

  .pl-70px {
    padding-left: 0;
  }
}

/* Carousel specific styles */
.carousel {
  width: 100%;
  height: 561px;
  position: relative;
}

.indicator {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.indicator.active {
  width: 2rem;
  background-color: white;
}

.max-w-12xl {
  max-width: 38rem;
}

.sustain-section {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  flex-wrap: nowrap;
}

.sustain-content {
  flex: 1 1 auto;
  min-width: 500px;
}

.sustain-section .mecoTec-img {
  flex: 0 0 50%;
  height: auto;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 1079px) {
  .sustain-section {
    flex-direction: column;
    gap: 20px;
  }

  .sustain-img {
    width: 100%;
  }
}

.solution-text {
  flex: 1;
}

.feature-icon-w-md {
  width: 200px;
  min-width: 200px;

  @media (max-width: 1079px) {
    width: 116px;
    min-width: 116px;
  }
}

@media (max-width: 1079px) {
  .cryo-chambers {
    flex-direction: column;
  }

  .Innovation-feature {
    .responsive-small-screen-text,
    .responsive-small-screen-image,
    .features-innovation {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .sustain-solution {
    .sustain-section .solution-text,
    .sustain-section .sustain-img,
    .sustain-commitment,
    .sustain-subtext {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }

    .sustain-commitment .title {
      text-align: left !important;
    }
  }
}

.innovation-match-section.pb-150px {
  padding-bottom: 0px !important;
}

.innovation-match-section .innovation-expert, .innovation-match-section .expert-btn, meco-industries-container div,
.innovations-rnd-sec .innovations-rnd-copy,
.meco-innovations-sustain-sec .meco-industries-container div,
.meco-innovations-features-title,
.meco-innovations-features-layout,
.meco-innovations-sustain-title{
  @media (max-width: 1079px) {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;   
  }
}

 .innovations-rnd-copy {
     @media (max-width: 1079px) {
   min-width: 0; 
  }
 }
