:root{
    --white: #FFFFFF;
    --lime-green: #E6FFBD;
    --off-white: #FAFAFA;
    --primary-blue: #1D97F1;
    --grey: #868C90;
    --light-grey: #DFE2E3;
    --black: #000000;
    
}


/* =====================================================
   GLOBAL SAFETY — applies to every translated language
===================================================== */

/* html[lang] body {
  word-break: break-word;
  overflow-wrap: anywhere;
} */

/* Buttons grow with translation text */
/* html[lang] button,
html[lang] .btn,
html[lang] input[type="submit"] {
  white-space: normal;
  height: auto;
  min-width: fit-content;
  padding: 12px 20px;
  line-height: 1.3;
} */

/* Headings adapt */
/* html[lang] h1,
html[lang] h2,
html[lang] h3 {
  line-height: 1.3;
  max-width: 100%;
} */

/* Navbar links */
/* html[lang] .navbar a {
  white-space: normal;
} */

/* Cards & boxes */
/* html[lang] .feature-box,
html[lang] .service-box {
  height: auto;
} */


/* =====================================================
   EUROPEAN EXPANSION LANGUAGES
   (long words → German, Dutch, French, Spanish, Italian, Portuguese, Swedish, Norwegian)
===================================================== */

/* html[lang="de"],
html[lang="nl"],
html[lang="fr"],
html[lang="es"],
html[lang="it"],
html[lang="pt"],
html[lang="sv"],
html[lang="no"] {
  letter-spacing: 0.2px;
} */


/* =====================================================
   RUSSIAN (Cyrillic spacing)
===================================================== */

/* html[lang="ru"] {
  line-height: 1.5;
  letter-spacing: 0.3px;
} */


/* =====================================================
   CHINESE (compact text)
===================================================== */

/* html[lang="zh"],
html[lang="zh-CN"] {
  line-height: 1.6;
  word-break: break-all;
} */


/* =====================================================
   ARABIC (RTL language)
===================================================== */

/* html[lang="ar"],
html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
} */

/* html[lang="ar"] .navbar {
  flex-direction: row-reverse;
} */

/* html[lang="ar"] .text-left {
  text-align: right;
} */




.site-radius-10{ border-radius: 10px; }
.site-radius-20{ border-radius: 20px; }
.site-radius-100{ border-radius: 100px; }
.padding-20{ padding: 20px; }
.btn-padding { padding: 10px 16px; }
.chip-padding{ padding: 10px 30px; } 
.text-primary-blue { color: var(--primary-blue); }
.text-grey{ color: #505456; }
.text-lime-green{ color: var(--lime-green); }
.text-white{ color: var(--white); }


@font-face {
  font-family: 'icomoon';
  src:  url('../../fonts/icomoon/fonts/icomoon.eot');
  src:  url('../../fonts/icomoon/fonts/icomoon.eot') format('embedded-opentype'),
    url('../../fonts/icomoon/fonts/icomoon.ttf') format('truetype'),
    url('../../fonts/icomoon/fonts/icomoon.woff') format('woff'),
    url('../../fonts/icomoon/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-mail:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-hm-testimonials-stars:before {
  content: "\e905";
}
.icon-hm-testimonials-quotes:before {
  content: "\e906";
}
.icon-hm-discover-innovation:before {
  content: "\e907";
}
.icon-hm-discover-engineering:before {
  content: "\e909";
}
.icon-linkedin-icon:before {
  content: "\e908";
}


.container-sm{ width: 1140px; margin: 0 auto; padding: 0 18px; }

.inner-hero-text-wrapper{ color: var(--white); }
.contact-hero-text-wrapper h1{ width: 953px; }
.inner-hero-text-wrapper{ display: flex; align-items: center; justify-content: space-between; height: 570px; }

.site-hero-sub-title { width: 400px; display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end; height: 530px; }
.site-hero-sub-title p{ height: 150px; }


.contact-form-wrapper{ display: flex; justify-content: space-between; gap: 226px;  }
.contact-form-left{ width: 470px; }
.contact-form-left h2{ padding-top: 20px;padding-bottom: 10px; }
.contact-from-right{ width: 824px; padding-top: 54px; }
.contact-from-right .cnct-label{ padding-top: 20px; }
input::placeholder { color: #B0B6BA; } textarea::placeholder { color: #B0B6BA; } 
.contact-from-right input{ width: 100%; border: none; background-color: var(--off-white); margin-top: 12px; }
.contact-from-right textarea{ width: 100%; height: 160px; border: none; background-color: var(--off-white); margin-top: 12px; } .contact-from-right span{ color: red; }
.contact-from-right button{ background-color: var(--primary-blue); color: var(--white); border: none; margin-top: 50px; }
.contact-form-add-cards{ display: flex; justify-content: space-between; }
.contact-form-location{ width: 300px;  }
.contact-form-add-cards a{ text-decoration: none; }

.contact-map{ height: 550px; }
.cnct-accordion{ display: flex; justify-content: space-between; gap: 226px; }
.cnct-accordion-right{ width: 570px; }
.cnct-accordion-right h2{ padding-top: 20px; padding-bottom: 10px; }

.contact-faq{ display: flex; flex-direction: row-reverse; justify-content: space-between;}
.contact-faq .contact-faq-text{ width: 570px; }

.cnct-accordion-item { width: 898px; background-color: var(--off-white); border-radius: 10px; overflow: hidden; margin-bottom: 30px; /* GAP 30px */ border: 1px solid var(--light-gray); padding: 20px; }
.cnct-accordion-header { width: 100%; background-color: var(--off-white); border: none; text-align: left; cursor: pointer; position: relative; outline: none;  padding: 0 50px 0 0; color: black; }
.cnct-accordion-header::after {
  content: "";
  width: 12px;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;utf8,<svg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L6 6L11 1' stroke='black' stroke-width='2' stroke-linecap='round'/></svg>");
  background-size: 12px 7px;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.cnct-accordion-header.active::after { transform: translateY(-50%) rotate(180deg);}
.accordion-content { max-height: 0; overflow: hidden; background-color: var(--off-white); transition: max-height 0.35s ease-out; }
.accordion-content p { padding-top: 20px; margin-top: 20px; color: var(--grey); border-top: 1px solid #D9EDFC; }

.resource-hero-main .inner-hero-text-wrapper h1{ width: 900px; }

.blog-listing-heading-text{ display: flex; justify-content: space-between; }
.blog-listing-heading-right{ width: 846px; }
.blog-listing-heading-left span{ margin-bottom: 0; }
.blog-listing-heading-left{ display: flex; flex-direction: column; gap: 20px; }

.blog-listing-text-wrapper { display: flex; align-items: flex-start; justify-content: space-between; }
.blog-listing-text-wrapper span { padding-bottom: 20px; }
.blog-listing-text-wrapper p { width: 846px; }

.blog-tabs-wrapper .nav-pills { display: flex; gap: 12px; padding-top: 80px; border-radius: 100px; }
.custom-tab {
  padding: 8px 26px;
  border: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
  border-radius: 100px;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.nav-pills .nav-link.active,
.custom-tab.active { background-color: var(--lime-green); color: var(--black) !important; border-color: var(--lime-green) !important; }
.nav-pills .nav-link { border-radius: 20px; }


.blog-card-wrapper{ display: flex; flex-wrap: wrap; align-items: start; gap: 30px; padding-top: 30px; }
.blog-card{ width: 513px; height: max-content; text-decoration: none; color: var(--black); transition:all 1s ease-in-out; }
.blog-card:hover h3{ color: #42A8F3; }
.blog-card .blog-image{ width: 100%; }
.date-span{ display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.date-span span:nth-child(1){ background-color: #DFE2E3; }
.blog-category-heading{ display: flex; align-items: flex-start; justify-content: space-between; }
.blog-category-heading h3{ margin-bottom: 10px; } .blog-category-heading p { margin-bottom: 0; }
.blog-category-heading-right{ border: 1px solid var(--light-grey); padding: 10px 12px; border-radius: 50%; }
.blog-category-heading-left{ width: 450px; }

.reources-detail-main{ padding-top: 160px; }
.resources-breadcrumb a{ text-decoration: none; color: var(--black); }
.resources-breadcrumb ol{ margin-bottom: 0; }
.breadcrumb-item+.breadcrumb-item::before{ content: var(--bs-breadcrumb-divider, ">"); } 
.resources-detail{ width: 100%; }
.resources-detail-chip{ display: flex; align-items: center; justify-content: space-between; padding-top: 30px; padding-bottom: 20px; }
.resources-detail-heading-text p{ margin-bottom: 0; }
.resources-detail-image{ padding: 30px 0; border-radius: 20px !important; }
.resources-detail-image img{ width: 100%; height: 500px; object-fit: cover; object-position: top; border-radius: 10px !important; }
.resources-detail-questions h3{ margin-top: 40px; margin-bottom: 0; }
.resources-detail-image .blog-detail-img-1{ padding: 0; margin: 0 auto; }
.blog-detail-img-1{ padding: 20px 0; margin: 0 auto; }
.blog-detail-pointers li{ list-style: disc; padding-left: 10px; margin-left: 40px; padding-bottom: 10px; }
.resources-detail-questions p{ padding-top: 15px; }
.icon-mail{ font-size: 20px !important; }

.resources-detail-social-icons{ display: flex; justify-content: end; padding-top: 20px; padding-bottom: 50px; }
.resources-social-icons{ display: flex; align-items: center; gap: 20px; }
.resources-social-icons span{ font-size: 24px; line-height: 24px; }
.resources-social-icons span:hover { color: var(--primary-blue); }
.social-icons{ display: flex; align-items: center; justify-content: center; border: 1px solid var(--light-grey); padding: 10px; border-radius: 10px; transition: all 1s ease-in-out; }
.resources-detail-chip span:nth-child(2){ background-color: #DFE2E3; }
.blog-display-track { height: max-content !important; }

.blod-card-btn { display: flex; align-items: center; justify-content: space-between; padding: 0 0 30px; }
.blog-swiper-arrow { display: flex; gap: 10px; }

.blog-swiper-arrow-left,
.blog-swiper-arrow-right {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--lime-green);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.blog-swiper-arrow-left.is-disabled,
.blog-swiper-arrow-right.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.blog-display-wrapper { width: 100%; overflow: hidden; }
.blog-display-track { display: flex; gap: 30px; transition: transform 0.45s ease-in-out; will-change: transform; }
.blog-display-cards {     width: 100% !important;  /* Full width mobile-first */
    max-width: 430px;        /* Desktop cap */
    flex-shrink: 0;
    box-sizing: border-box; }
.blog-detail-img { width: 100%; height: auto; object-fit: cover; border-radius: 20px; display: block; }

.blog-card-tags span:nth-child(1){ background-color: transparent; } .blog-card-tags span:nth-child(2){ background-color: #DFE2E3; padding: 8px 20px; } 



.nav-main { font-family: 'bricolage'; }
.nav-wrapper{ display: flex; align-items: center; justify-content: space-between; padding-top: 50px; }
.navbar-links ul{  display: flex;  gap: 70px;  background: rgba(255, 255, 255, 0.11); margin-bottom: 0; border-radius: 100px; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); backdrop-filter: blur(20px); padding: 20px 30px; }
.navbar-links-wrapper button{ background: rgba(255, 255, 255, 0.11); border-radius: 100px; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); backdrop-filter: blur(19.1px); padding: 20px 30px;  border: none; }
.navbar-links ul li a { position: relative; text-decoration: none; color: var(--white); padding-bottom: 3px;  }
.navbar-links ul li a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0%; height: 2px; background: var(--lime-green); transition: width 0.3s ease; }
.navbar-links ul li a:hover::after { width: 100%; }
.navbar-links ul li a:hover { color: var(--lime-green); }
.navbar-links-wrapper{ display: flex; align-items: center; gap: 10px; }
.navbar-links-for-responsive ul{ display: flex; flex-direction: column; gap: 20px; padding: 0; margin: 0; list-style: none; width: 100%;}
.navbar-links-for-responsive ul li a{ text-decoration: none; color: var(--black); }
.navbar-links-for-responsive {
  position: fixed;
  top: calc(50% + 80px);
  right: 10%;
  transform: translateY( 100%); /* hidden below screen */
  width: max-content !important;
  height: 306px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(19.1px);
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s ease, opacity 0.3s ease;
  z-index: 9;
  text-decoration: none; 
  color: var(--white);
}
.navbar-links-for-responsive.active { transform: translateY( -20px); opacity: 1; pointer-events: auto; }
.hamburger.active{ background: black; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); backdrop-filter: blur(19.1px); border-radius: 50%; }
.bar.active{ background-color: var(--white); }
.hamburger {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 1);
  box-shadow: 0 4px 30px rgba(197, 0, 0, 0.1);
  backdrop-filter: blur(19.1px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.bar { width: 22px; height: 2px;  background-color: var(--lime-green); transition: 0.3s ease; }
.hamburger.active .bar:nth-child(2) { opacity: 0; }
.hamburger.active .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); background-color: var(--white); }
.hamburger.active .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background-color: var(--white); }
.hamburger, .navbar-links-for-responsive{ display: none; } 

.header-container { width: 100%; position: fixed; top: 0; z-index: 99; transition: transform 0.3s ease-in-out; transform: translateY(0); }
.header-container.hide-header { transform: translateY(-100%); }
.nav-wrapper { transition: all 1s ease-in-out; }
.nav-wrapper.header-scrolled { padding-top: 20px; padding-bottom: 20px; }
.footer-container { background-color: #000E2B; }
.contact-faq { overflow: hidden; }
.nav-wrapper.header-scrolled .navbar-links ul, .nav-wrapper.header-scrolled .navbar-links-wrapper button { background: rgba(112, 112, 112, 0.5); }


.blog-display-wrapper { position: relative; width: 100%; overflow: hidden; padding: 0 12px; }
.blog-display-track { display: flex; gap: 24px; transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: transform; }
.blog-display-cards { width: clamp(280px, 90vw, 430px); flex-shrink: 0; box-sizing: border-box; text-decoration: none; display: block; }
.blog-detail-img { width: 100%; height: 220px; object-fit: cover; border-radius: 20px; display: block; }
.blod-card-btn { display: flex; align-items: center; justify-content: space-between; padding: 0 0 30px; position: relative; }


.industry-listing-cards{ display: flex; align-items: flex-start; gap: 30px; flex-wrap: wrap; }
.industry-cards{ width: calc(33% - 15px); border-radius: 20px; } .industry-cards img{ border-radius: 20px; width: 100%; height: 100%; object-fit: cover; }
.industry-card-img{ width: 100%; height: 280px; }
.industry-hero-main h1 { width: 700px; margin-bottom: 0; }
.industry-listing-heading{ display: flex; align-items: end; justify-content: space-between; }
.industry-listing-left{ width: 810px; } .industry-listing-right p{ width: 465px; color: #353839; margin-bottom: 0; } .industry-listing-left span{ text-transform: uppercase; }
.industry-listing-left h2{ margin-bottom: 0; margin-top: 20px; } .industry-listing-cards{ padding-top: 80px; } 
.industry-cards p{ margin-bottom: 0; } .industry-cards h3{ margin-top: 30px; margin-bottom: 2px; }
.industry-listing-cards a{ text-decoration: none; color: var(--black); }

.industry-detail-heading{ padding-top: 30px; padding-bottom: 80px; } .industry-detail-heading p{ margin-bottom: 0; }
.listing-booming-business{ display: flex; gap: 80px; justify-content: space-between; align-items: flex-start;} .booming-business-paragraph{ width: 790px; }
.booming-business-paragraph p{ margin-bottom: 0; }

.why-humid-req-points{ background-color: #EEEFFA; padding: 30px; border-left: 4px solid #686B96; border-radius: 0 20px 20px 0; }
.why-humid-required h2{ margin-bottom: 0; } .why-humid-required p{ margin-bottom: 0; padding: 20px 0; }
.why-humid-req-points ul { display: flex; flex-direction: column; gap: 20px; margin-bottom: 0; } .why-humid-req-points ul li{ list-style: circle;  }

.humidity-level{ background-color: var(--off-white); border-radius: 20px; padding: 30px; }
.humidity-measurement-table{ background-color: #F6F6FC; padding: 30px; border-radius: 20px; }
.humidity-measurement-table table td{ border-left: 1px solid #EEEFFA; padding: 0 174px 30px 60px;  }
.stages-percentage-row th{ padding-top: 20px; }
.stages-percentage-row td{ padding: 20px 130px 0 60px  !important; }
.stages-row th{ padding-right: 173px; padding-bottom: 30px; }
.stages-row{ border-bottom: 1px solid #EEEFFA; }

.measurement-areas-cards{ padding-top: 50px; display: flex; gap: 30px; align-items: flex-start; flex-wrap: wrap; }
.measurement-card{ width: 493px; } .measurement-card img{ margin-bottom: 30px; } .measurement-card h4{ margin-bottom: 0; padding-bottom: 10px; }

.greenhousecardwrapper{ display: flex; align-items: start; gap: 80px; padding-top: 20px;}
.greenhouse-card{ width: calc(50% - 40px); } .greenhouse-card h4{ padding-top: 30px; margin-bottom: 10px;  } .greenhouse-card ul li{ padding-top: 10px; }

.steamovap-assist{ background-color: #8286BC; padding: 40px; }
.key-benefit-pointers{ 
  width: 780px; 
  padding: 30px; 
  border-radius: 20px; /* From https://css.glass */
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
} 
.steamovap-assist-pointers{ display: flex; align-items: start; gap: 60px; padding-top: 60px;  }
.key-benefit-pointers ul{ display: flex; flex-direction: column; gap: 15px; margin-bottom: 0; } .key-benefit-pointers ul li{ list-style: circle; }
.assist-solutions{ display: flex; flex-direction: column; gap: 30px; } .steamovap-assist p{ margin-bottom: 0; }
.greenhouse-card img{ width: 100%; height: auto; }
.humidity-table-for-mobile-view table td{ border-right: 1px solid #EEEFFA; border-top: 1px solid #EEEFFA; padding: 10px 88px 10px 21px !important; }
.humidity-table-for-mobile-view{ display: none; }

.humidity-measurement-table table td:nth-child(5){ padding-right: 0 !important; }

.under-dev { width: 100%; height: 100vh; background-color: #000E2B; color: white; display: flex; align-items: center; justify-content: center; text-align: center; }

/* industrydetail-type-2 */

.industry-detail2-section{ padding-top: 160px; } 
.recommended-humidity-text{ display: flex; align-items: center; gap: 30px; justify-content: space-between; margin-bottom: 15px; } 
.recommended-text-left{ width: 1400px; } .key-considerations-left{ width: 790px; } .key-considerations-left h3{ margin-bottom: 0; }
.recommended-humidity-text p{ margin-bottom: 0; padding-bottom: 20px; }
.key-considerations-left p{ padding: 20px 0; } .key-considerations-left ul li{ padding-bottom: 10px; list-style: disc; margin-left: 20px;}
.key-considerations-left ul{ padding-left: 0; }
.key-considerations-wrapper{ display: flex; gap: 80px; justify-content: space-between; align-items: flex-start; }

.assist-solutions div ul li{ list-style: disc; margin-left: 30px; padding-bottom: 10px; } .key-considerations-right{ object-fit: cover; height: auto; }

.industry-details-body{ padding-top: 10px; }

/* Product Listing Page Styles */
.product-listing-tabs { display: flex; gap: 20px; margin-bottom: 30px; }
.tabs-section input { display: none;}

.product-listing-tabs label { padding: 8px 26px; border-radius: 30px; border: 1px solid var(--black); cursor: pointer; transition: 0.25s ease; }
.product-listing-tabs input:checked + label { background: var(--black); color: var(--white); }
.tab-content .content { display: none; }
#tab1:checked ~ .tab-content .content-1,
#tab2:checked ~ .tab-content .content-2,
#tab3:checked ~ .tab-content .content-3,
#tab4:checked ~ .tab-content .content-4 {
  display: block;
}
.product-card-grid { display: flex; flex-wrap: wrap; gap: 30px; }
.card {
  background: url(../../images/dev-r/productlistingpage/product-background-image.webp);
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
  height: 400px;
  width: calc(50% - 15px);
}
.card h3 { margin-bottom: 10px; }
.card p { color: #555; }
.card-actions { display: flex; align-items: center; gap: 16px; margin-top: 20px; }
.card-actions .button {
  background: var(--primary-blue);
  color: var(--white);
  border: none;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
}
.card-actions a { position: relative; text-decoration: none;color: #000; }
.card-actions a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0%;
  background: var(--primary-blue);
  transition: width 320ms cubic-bezier(.2,.8,.2,1);
}
.card-actions a:hover::after, .card-actions a:focus::after, .card-actions a:focus-visible::after { width: 100%; }
.card-actions a:focus-visible { outline: 3px solid rgba(29,151,241,0.12); outline-offset: 3px; }

.product-listing-tabs label.active { background: var(--black) !important; color: var(--white); }
.product-listing-text{ width: 387px; padding-top: 30px; }
.product-listing-card-wrapper{ display: flex; align-items: flex-end; justify-content: space-between; height: 100%; }

.product-card-left{ display: flex; flex-direction: column; justify-content: space-between; height: 100%;  }

.link-for-technical-data{ 
  position: absolute; 
  top: 20px; 
  right: 20px; 
  width: 45px; 
  height: 45px; 
  border-radius: 50%; 
  background: rgba(255, 255, 255, 0.29);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.blog-card-references{ overflow: hidden;}

.modal-backdrop.show { backdrop-filter: blur(4px); }
#technicalDataModal .modal-dialog { display: flex; align-items: center; justify-content: center; max-width: 886px;  width: 95%;  margin-right: auto; margin-left: auto; }
.technical-modal {  padding: 40px;  width: 100%;  height: auto;  border-radius: 20px;  border: none; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.modal-body{ padding: 0 !important; }
.modal-header{ padding-left: 0;  }
.language-buttons { 
  display: flex; 
  /* align-items: center; */
  justify-content: center;
  flex-wrap: wrap; 
  gap: 10px; 
  margin: 30px 0; 
  padding: 30px 0; 
  border-top: 1px solid #EFF0F1; 
  border-bottom: 1px solid #EFF0F1; 
}
.technical-list .item{ display: flex; align-items: center; gap: 20px; }
.technical-list .item span{ width: 50px; height: 50px; border-radius: 50%; background-color: #F7F7FC; display: flex; align-items: center; justify-content: center;}
.language-buttons .btn { border-radius: 10px; padding: 8px 20px; width: max-content;  background-color: var(--light-gray); color: var(--light-grey); }
.language-buttons .btn:hover { background-color: var(--black); color: var(--lime-green); }

.technical-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 20px; }
.technical-list .item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 10px; position: relative; transition: background 0.18s ease, transform 0.18s ease; }
.technical-list .item span{ width: 50px; height: 50px; border-radius: 50%; background-color: #F7F7FC; display: flex; align-items: center; justify-content: center;}
.technical-list .item p{ margin: 0; }
.technical-list .item .download-btn{
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  opacity: 0;
  transition: opacity 0.18s ease, transform 0.18s ease;
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px;
}

.technical-list .item:hover{ background: rgba(29,151,241,0.04); }
.technical-list .item:hover .download-btn{ opacity: 1; transform: translateY(-50%) translateX(0); }
.technical-list .item:focus{ outline: 3px solid rgba(29,151,241,0.12); outline-offset: 2px; }
.modal-footer{ display: flex; justify-content: center;  }
.modal-footer .btn{ border-radius: 20px; border: 1px solid var(--black); padding: 10px 30px; }
.technical-list a{ display: block; text-decoration: none; color: var(--black); cursor: pointer; }

.language-dropdown-mobile .form-select { height: 50px; border-radius: 10px; border: 1px solid #ddd;}
.language-dropdown-mobile { margin: 20px 0; padding-top: 20px; border-top: 1px solid #EFF0F1; }
/* .custom-select-btn {
  width: 100%;
  height: 50px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  color: #000 !important;
} */

.product-listing-content h2{ padding: 50px 0; }
.custom-select-btn:focus, 
.custom-select-btn:active, 
.show > .btn-secondary.dropdown-toggle:focus { box-shadow: none !important; border-color: #ddd !important; outline: none !important; }
.language-dropdown-mobile .dropdown-menu { width: 100%; }

.product-listing-card-mobile{ display: flex; flex-wrap: wrap; gap: 20px; }

.product-card-1-mobile{ 
  width: 100%; 
  height: max-content; 
  background-image: url(../../images/dev-r/productlistingpage/product-background-image.webp); 
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 20px;
  background-color: #D6E3EF;
  border-radius: 20px;
  position: relative;
}
.product-card-1-mobile{ display: none; }
.mobile-image-link-wrapper{ display: flex; gap: 30px; flex-direction: column-reverse; }

.product-card-right {
  position: relative;
  width: 100%;
  max-width: 270px;     /* adjust if needed */
  height: 270px;
  aspect-ratio: 1 / 1; /* FORCE SAME VISUAL SPACE */
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;     /* DO NOT use cover */
  object-position: center;
}

.ProductListing-card{ 
  background-color: rgba(211, 230, 250, 0.5);
  background-position: right 0px bottom 1px; 
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{ background-color: var(--black); color: var(--white); }
#technicalDataModal .modal-content {
  overflow: visible;
}

/* Active tab style */
#tab1:checked ~ .tabs label[for="tab1"],
#tab2:checked ~ .tabs label[for="tab2"],
#tab3:checked ~ .tabs label[for="tab3"],
#tab4:checked ~ .tabs label[for="tab4"] {
    background-color: var(--black); 
    color: var(--white); 
}

.greenhouse-card ul{ list-style: disc; padding-left: 30px; }

.category-2-text{ color: #187DC8 !important; }
.sh-accordian .accordion-header.active .accordion-button:not(.collapsed) .category-2-arrow{ background-color: #187DC8 !important; }
/* .category-2-arrow{ background-color: #187DC8 !important; } */
.category-2-body{ background-color: #D9EDFC !important; border-left: 4px solid #187DC8 !important; }
.cate-2-key-points .sh-f-inner{ background-color: #68B9F5 !important; }
.category-4-specifications{ background-color: #F6FFE9 !important; border-left: 4px solid #99AA7E!important; }
.cate-4-key-points .sh-f-inner{ background-color: #99AA7E !important; }

.rj-col-two-img{ width: 700px !important; height: 700px !important; margin: auto !important; }
.rj-detail-image{ width: 100% !important; height: 100% !important; object-fit: contain !important; object-position: center !important;  }
.rj-col-one-img{ width: 500px !important; height: 500px !important; }

.product-detail-main .resources-breadcrumb{ padding-top: 150px !important; }

.hm-site-h1{ width: 750px; }

.industry-listing-cards a:hover h3{ color: var(--primary-blue)}

.o-buttons .main-btn:hover{ background-color: var(--primary-blue) !important; color: var(--black) !important; }

.o-buttons .main-btn { border-radius: 40px !important; background-color:var(--primary-blue); position: relative; overflow: hidden; z-index: 1; color: var(--black) !important; }
.o-buttons .main-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--lime-green);
  z-index: -1;
  transition: height 0.5s ease;
}
.o-buttons .main-btn:hover::before { height: 100%; }  
.o-buttons .main-btn:hover { color: var(--black) !important; }
.main-btn span{ color: var(--white) !important; }
.main-btn:hover span{ color: var(--black) !important; }

.card-actions .button{
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: var(--white);
  background-color: var(--primary-blue) !important;
  border: 1px solid var(--primary-blue) !important;
}
.card-actions .button::before  {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--lime-green);
  z-index: -1;
  transition: height 0.5s ease;
}
.card-actions .button:hover::before{ height: 100%; }
.card-actions .button:hover{ color: var(--black) !important; border: 1px solid var(--lime-green) !important; }

.request-btn{ padding: 12px 24px; }

.product-listing-tabs label {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-flex; 
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  cursor: pointer;
}


.product-listing-tabs label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--lime-green);
  z-index: -1;
  transition: height 0.5s ease;
}

.product-listing-tabs label:hover::before { height: 100%; }
.product-listing-tabs label:hover { color: var(--black); border-color: var(--lime-green); }

.rep-map{ z-index: 1; } .alphabet-bar { z-index: 3; } .rep-search-main{ position: relative; z-index: 3; }
.footer-cta-main{ border-bottom: none !important; }

.custom-tab {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.custom-tab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--lime-green);
  z-index: -1;
  transition: height 0.5s ease;
}
.custom-tab:hover::before { height: 100%; }
.custom-tab:hover { color: var(--black); border-color: var(--lime-green); }

.language-dropdown-mobile {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #EFF0F1;
  position: relative;
}

.custom-select-btn {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.custom-select-btn .arrow {
  border: solid #333;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.custom-select-btn.active .arrow { transform: rotate(-135deg); }
.custom-dropdown-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  display: none;
  z-index: 9999;
}
.custom-dropdown-menu li { padding: 10px 15px; cursor: pointer; }
.custom-dropdown-menu li:hover { background: #f5f5f5; }
#tab1:checked ~ .tabs label[for="tab1"], #tab2:checked ~ .tabs label[for="tab2"], #tab3:checked ~ .tabs label[for="tab3"], #tab4:checked ~ .tabs label[for="tab4"]{ background-color: var(--lime-green) !important; border-color: var(--lime-green) !important; color: var(--black) !important; }
.contact-from-right button{ padding: 14px 22px; }

.contact-from-right button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: var(--white);
  background-color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.contact-from-right button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--lime-green);
  z-index: -1;
  transition: height 0.5s ease;
}
.contact-from-right button:hover::before { height: 100%;}
.contact-from-right button:hover { color: var(--black); border-color: var(--lime-green); }

.request-btn{
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: var(--white);
  background-color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.request-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--lime-green);
  z-index: -1;
  transition: height 0.5s ease;
}

.request-btn:hover::before { height: 100%; }
.request-btn:hover { color: var(--black); border-color: var(--lime-green); }

.read-more-article{ margin-top: 10px; }
.read-more-article:hover{ text-decoration: underline; }
.resources-detail-questions h4{ padding-top: 20px; margin-bottom: 0; }

.recommended-logo-right img{ width: 130px ; height: auto; }
.agri-meat-image{ position: relative; }
.agri-meat-image img{ margin-bottom: 0; object-fit: cover; object-position: bottom; }
.meat-card-text{ position: absolute; bottom: 20px; left: 30px; color: var(--white) !important; width: 80%; }

.op-slider-main .product-card-right{ width: 180px; height: 180px; }

.news-item.sm .b-img{ overflow: hidden; border-radius: 20px; }
.steamo-language-selector {  display: inline-block; }
.header-language-select-list { 
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50% , 50%);
  width: 50% !important;
  height: 535px;
  background-color: rgba(0, 14, 43, 0.9);
  border-radius: 20px;
  backdrop-filter: blur(80px) !important;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s ease, opacity 0.3s ease;
  z-index: 9;
  color: var(--white);
  list-style: none;
  margin: 0;
  /* display: block; */
}
.header-language-select-list.show {
  transform: translate(50%, 50%);
  opacity: 1;
  pointer-events: auto;
  backdrop-filter: blur(50px) !important;

}
.header-language-select-list li a { 
  text-decoration: none; color: var(--white); z-index: 100; display: flex; align-items: center; gap: 20px; }
.header-language-select-list ul li:hover{ color: var(--lime-green);}

.navbar-links-for-responsive-wrapper .steamo-language-selector button{ 
  background-color: transparent; 
  border: none; 
  width: max-content;
  height: max-content;
  border-radius: 20px;
  box-shadow: none;
  color: var(--lime-green); 
}
.navbar-links-for-responsive-wrapper{ display: flex; align-items: center; gap: 15px; }
.navbar-links-for-responsive-wrapper{ display: none; }
.rpd-branding { opacity: 35% !important; display: flex; align-items: center; gap: 5px; }
.rpd-branding:hover{ opacity: 100% !important; }

.footer-copyright{ align-items: center; }
.footer-links ul li a, .footer-contact-links a, .footer-address{ opacity: 50% !important; }
.footer-links ul li a:hover, .footer-contact-links a:hover, .footer-address:hover{ opacity: 100% !important; }

.navbar-links a.active { color: red !important; }

.industry-hero-main {
  position: relative;
  width: 100%;
  height: 850px;
  overflow: hidden;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  animation: heroZoom 12s ease-in-out infinite;
  z-index: -1;
}

@keyframes heroZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.products-hero-main {
  position: relative;
  width: 100%;
  height: 850px;
  overflow: hidden;
}

.products-hero-main .hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroZoom 10s ease-in-out infinite;
  z-index: 0; 
}

.products-hero-main .container { position: relative; z-index: 1; }
.contact-hero-main {
  position: relative;
  width: 100%;
  height: 850px;
  overflow: hidden;
}

.contact-hero-main .hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroZoom 10s ease-in-out infinite;
  z-index: 0;
}

.contact-hero-main .container { position: relative; z-index: 1; }
.resource-hero-main {
  position: relative;
  width: 100%;
  height: 850px;
  overflow: hidden;
}

.resource-hero-main .hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroZoom 10s ease-in-out infinite;
  z-index: 0;
}

.resource-hero-main .container { position: relative; z-index: 1; }
.about-hero {
  position: relative;
  width: 100%;
  height: 850px;
  overflow: hidden;
}
.about-hero .hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroZoom 10s ease-in-out infinite;
  z-index: 0;
}

.about-hero .container { position: relative; z-index: 1; }
.resources-breadcrumb nav ol .text-grey a{ color: var(--light-grey) !important; }

.alphabet-bar{ display: none !important; }
.rep-map{ left: 0 !important; }

.key-consideration-mobile-responsive{ display: none; }

.footer-logo-wrapper span{ display: inline-block ; }
.footer-logo-wrapper .icon-linkedin-icon:hover{ color: var(--lime-green); opacity: 100%; }

.navbar-links a.active {
    color: var(--lime-green) !important;
    /* font-weight: 600; */
}

.navbar-links-for-responsive a.active { color: var(--lime-green) !important; }


.navbar-links ul li a.active::after { width: 100%; }
.navbar-links ul li a.active { color: var(--lime-green); }

.footer-links ul li a.active{ color: var(--lime-green) !important; opacity: 100% !important; }

.ind-titles{ overflow-x: hidden; }

.gtranslate-loader {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
}


.desktop-language-row-1{ display: flex; gap: 20px; justify-content: space-between; }
.header-language-select-list{ width: max-content!important; height: max-content !important; gap: 30px; }
/* .header-language-text-select{ font-size: 28px; line-height: 36px; } */
.header-language-select-list li a{ width: 220px; margin-bottom: 0; }

.desktop-language-row-1 li a span img{ width: 25px; height: 25px; }


/* Hide default GTranslate dropdown visually but keep it functional */
/* .gtranslate_wrapper {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
} */

/* keep internal elements alive */
/* .gt_switcher,
.gt_selected,
.gt_option {
  display: block !important;
  opacity: 0 !important;
  pointer-events: none !important;
} */

/* .gtranslate_wrapper{ opacity: 0 !important; position: absolute !important; top: 0 !important; left:  -999999 !important; } */
.footer-language-btn{ background-color: transparent; box-shadow: none; border: none; }
.footer-language-selector-mobile{ display: none !important; }
.gt_black_overlay{ width: 100vw !important; height: 100vh !important; }
.gt_white_content{ top: 50vh !important; left: 50% !important;  }
a.glink span:nth-child(1){ color: var(--white) !important; }

.gt_white_content{ background-color: var(--lime-green); border-radius: 20px!important; }
.gt_white_content a{ border-bottom: none !important; }
.gt_switcher-popup span{ color: var(--white); }
.glink{ color: var(--black) !important; }

.footer-copy-right-policies{ flex-wrap: wrap; align-items: center; justify-content: center; }

.timeline-years span.h4{ font-size: 26px !important; line-height: 30px !important; }
.tl-yr.active .tl-yr-line{ width: 130px !important; }
.tl-yr.active { width: 250px !important; }

.footer-copyright{ flex-wrap: wrap !important; gap: 20px !important; justify-content: space-around !important; }
.count-item{ padding: 58px 65px; }
.founder-wrapper{ overflow: hidden; }
.highlighted-text{ color: rgba(255, 255, 255, 0.3); }

.button-link-main{ border-bottom: none; padding-bottom: 0; }
.button-link-main a{ margin-bottom: 13px; }
.button-link-main-hr{ width: 100%; height: 1px; background-color: rgb(207, 207, 207); }

.t-stats-count{ display: flex; align-items: center !important; }
.hm-testi-arrow{ display: flex; flex-direction: column;  gap: 5px; }
.hm-testi-arrow img{ display: inline-block; width: 20px; height: 20px; margin-left: 30px !important; }
.hm-testi-arrow sub, sup{ position: static; } 

/* .p-table-inner{ overflow: scroll; } */
table{
  display:block;
  overflow-x:auto;
}

.ocal-bottom{ flex-direction: row; gap: 30px; align-items: center; }
.inner-down-arrow svg{ width: 20px; height: 20px; }
.inner-down-arrow{ width: 56px; height: 56px; }
.circular-box-main{ width: 90px; height: 90px; }


.hero-video-wrapper .main-video{ height: 980px !important; }
.for-desktop{ object-fit: cover; height: 100%; }