/** Shopify CDN: Minification failed

Line 498:14 Expected identifier but found whitespace
Line 498:16 Unexpected "{"
Line 498:26 Expected ":"
Line 499:8 Expected identifier but found whitespace
Line 499:10 Unexpected "{"
Line 499:20 Expected ":"
Line 520:12 Expected identifier but found whitespace
Line 520:14 Unexpected "{"
Line 520:24 Expected ":"
Line 520:47 Expected ":"
... and 16 more hidden warnings

**/
/* menu item un-bold begin */
.navmenu-link-depth-1, .navmenu-id-suppliers a, .navmenu-id-careers a, .navmenu-link-depth-2 {
  font-weight: 600 !important;
}
/* menu item un-bold end */
/* home - slider mobile view color begin */
@media (max-width: 768px) {
  .slideshow-slide__content-background-link {
      color: #000000;
      text-decoration: none;
  }
}
/* home - slider mobile view color end */
.live-search-filter-wrapper .live-search-filter-label {
  color: var(--shopify-editor-setting-color_button_text)
}
.site-navigation .navmenu-link-depth-1:focus {
  outline:none;
}
/* .form-field-select:not([data-variant-option-chosen-value=false]) {
  color: #ffffff;
} */

.dot {
  width: 15px; /* Diameter of the dot */
  height: 15px; /* Diameter of the dot */
  border-radius: 50%; /* Makes the shape circular */
  display: inline-block; /* Keeps the dot inline with text */
  margin-right: 5px; /* Space between the dot and text */
  vertical-align: middle;
}

.metafield-url {
    display: inline-block;
    padding: 10px 10px;
    background-color: #e00024;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.metafield-url:hover {
    background-color: #ca0020;
}

.navmenu-link-parent {
  font-weight:bold !important;
}
/* footer dropdown a color begin */
.site-footer-item--information a {
  color: #000;
}
.site-footer-item--information a:hover {
  color: #482121;
}
/* footer dropdown a color end */
/* collection page description begin */
.collection__custom-text {
  color:black;
  text-align: left;
  line-height: normal;
}
.collection__custom-text p {
  margin-bottom: 0;
}
/* collection page description end */

/* body bg image begin */
 /* .site-header-main {
    position: relative;
    z-index: 1; 
    background-color: #fff; 
}

.site-header-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/cdn/shop/files/wave2-02_20MP.png?v=1728540915'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.05;
    z-index: -1; 
    pointer-events: none; 
}

.site-header-main * {
    
    z-index: 2; 
} */
/*  */

/* body bg image end */

/* Latest Patent begin*/
.container-lp {
  background-color: #d3d3d3;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.patents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.patent-item {
  padding: 10px;
  /* background-color: #fff; */
  border-radius: 4px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
  text-align: left;
}
.patent-item::before {
  content: "\2022";
  color: #333;
  font-weight: bold;
  margin-right: 10px;
}
/* Latest Patent end*/

/* Consultation Message begin*/
.cm-container {
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    /* margin: 20px; */
}

.cm-container h1 {
    text-align: left;
    color: #333;
    font-size: 32px;
}

.cm-container p {
    text-align: left;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.cm-form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cm-form-group .cm-form-field {
    width: 48%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.cm-form-group .cm-form-field.full-width {
    width: 100%;
}

.cm-form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

.cm-form-group input,
.cm-form-group textarea,
.cm-form-group select {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    box-sizing: border-box;
}

.cm-form-group input:focus,
.cm-form-group textarea:focus,
.cm-form-group select:focus {
    outline: none;
    border-bottom-color: #e60000;
}

.cm-form-group textarea {
    resize: vertical;
}

.cm-form-group .cm-btn {
    background-color: #e60000;
    color: #fff;
    padding: 15px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.cm-form-group .cm-btn:hover {
    background-color: #d50000;
}

@media (max-width: 600px) {
    .cm-form-group .cm-form-field {
        width: 100%;
    }
}

/* Consultation Message end*/

/* Two column section begin */
.cm-section--spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-section--title {
  font-size: 24px; /* adjust as needed */
  line-height: 1.5; /* adjust as needed */
}

.rte {
  text-align: left;
}

.custom-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.custom-col {
  flex: 1;
  padding: 10px;
  text-align: justify;
}

.cm-two-column--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto;
}

.cm-two-column--wide {
  max-width: 1600px; /* Adjust as needed */
  margin: 0 auto;
}

.cm-two-column--full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* For mobile view, stack left and right content vertically */
@media (max-width: 768px) {
  .custom-row {
    flex-direction: column;
  }
}

/* Two column section end */

/* custom form 2 begin */
.custom-contact-form--container {
  padding: 20px;
}

.home-section--title {
  font-size: 24px; /* Adjust as needed */
  margin-bottom: 20px;
  text-align: center;
}

.rte {
  text-align: left;
}

.cm-form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Large screens: 3 fields per row */
@media (min-width: 992px) {
  .cm-form-field {
    flex: 1 0 calc(33.33% - 20px); /* 3 fields per row */
  }
}

/* Medium screens: 2 fields per row */
@media (min-width: 768px) and (max-width: 991px) {
  .cm-form-field {
    flex: 1 0 calc(50% - 20px); /* 2 fields per row */
  }
}

/* Small screens: 1 field per row */
@media (max-width: 767px) {
  .cm-form-field {
    flex: 1 0 100%; /* 1 field per row */
  }
}

.cm-form-field.full-width {
  flex: 100%;
}

.cm-btn {
  background-color: #e60000; /* Adjust as needed */
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.cm-btn:hover {
  background-color: #cc0000; /* Adjust as needed */
}

#cm-success-message {
  display: none;
  color: green;
}

#cm-error-message {
  display: none;
  color: red;
}

#agreeTerms {
  vertical-align: middle;
}
/* custom form 2 end */

/* pardot form popup style begin */
      .cmModal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
      }

      /* Modal content box */
      .cmModal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 80%; /* Could be more or less, depending on screen size */
      }

      /* Close button */
      .cmClose {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
      }

      .cmClose:hover,
      .cmClose:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
      }
/* pardot form popup style end */

/* Success & Error popup style begin */

.cmModal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal content box */
.cmModal-content2 {
    background-color: #fefefe;
    margin: 20% auto; /* 10% from the top and centered */
    padding: 15px; /* Adjusted padding for a smaller popup */
    border: 1px solid #888;
    width: 90%; /* Adjusted width for responsiveness */
    max-width: 400px; /* Set a max width for the modal */
    border-radius: 10px; /* Added border radius */
}

/* Close button */
.cmClose2 {
    color: #aaa;
    float: right;
    font-size: 24px; /* Slightly smaller font size */
    font-weight: bold;
}

.cmClose2:hover,
.cmClose2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.cmModal3 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal content box */
.cmModal-content3 {
    background-color: #fefefe;
    margin: 20% auto; /* 20% from the top and centered */
    padding: 15px; /* Adjusted padding for a smaller popup */
    border: 1px solid #888;
    border-radius: 10px; /* Added border radius */
    width: 90%; /* Adjusted width for responsiveness */
    max-width: 400px; /* Set a max width for the modal */
}

/* Close button */
.cmClose3 {
    color: #aaa;
    float: right;
    font-size: 24px; /* Slightly smaller font size */
    font-weight: bold;
}

.cmClose3:hover,
.cmClose3:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* Success & Error popup style end */


/* grid section begin */

.custom-grid-section .grid {
  display: grid;
  grid-template-columns: repeat({{ section.settings.columns }}, 1fr);
  gap: 20px;
}

/* Card style */
.custom-grid-section .grid-item {
  box-sizing: border-box;
  text-align: center; /* Center all content horizontally */
  margin-bottom: 20px;
  font-family: {{ settings.font_body.family }};
  color: {{ settings.color_text }};
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center all content horizontally */
}

/* Image style */
.custom-grid-section .grid-item img {
  width: 150px; /* Increased size */
  height: 150px; /* Increased size */
  border-radius: 50%;
  margin-bottom: 15px;
}

/* Title style */
.custom-grid-section .grid-item h3 {
  font-size: {{ settings.heading_font_size }}px;
  line-height: {{ settings.heading_line_height }};
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: {{ settings.font_heading.family }};
  text-align: center; /* Center the title text */
}

/* Paragraph style */
.custom-grid-section .grid-item p {
  font-size: {{ settings.body_font_size }}px;
  line-height: {{ settings.body_line_height }};
  margin-top: 10px;
  margin-bottom: 15px;
  color: {{ settings.color_text }};
  text-align: center; /* Center the paragraph text */
}

/* Button style */
.custom-grid-section .grid-item .button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  background-color: #f9f9f9;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 1.5;
  transition: background-color 0.3s, border-color 0.3s;
  text-align: center; /* Center the button text */
}

.custom-grid-section .grid-item .button:hover {
  background-color: #eaeaea;
  border-color: #bbb;
}

/* Tablet view: Two grid items per row */
@media (max-width: 1024px) and (min-width: 769px) {
  .custom-grid-section .grid {
    grid-template-columns: repeat(2, 1fr) !important; /* Overwriting input value for tablets */
  }
}

/* Mobile view: One grid item per row */
@media (max-width: 768px) {
  .custom-grid-section .grid {
    grid-template-columns: 1fr !important;
  }
}

.custom-grid--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto;
}

.custom-grid--wide {
  max-width: 1600px; /* Adjust as needed */
  margin: 0 auto;
}

.custom-grid--full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* grid section end */

/* Job Form section begin */

/* Ensure the form container is full width */
._formContainer_stahb_30 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

/* Style the form section */
._formContainer_stahb_30 ._gridItem_stahb_172,
._formContainer_stahb_30 ._gridItemContent_stahb_257 {
    width: 100% !important;
    max-width: 100% !important;
}

/* Style the form */
._formFieldset_1ll8d_67 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Space between fields */
    padding: 0;
}

/* Ensure form fields are responsive */
._formFieldContainer_1ydxd_5 {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px; /* Space between fields */
}

._formInputField_237zm_7,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Style the submit button */
._formSubmitButton_1ll8d_81 {
    background-color: #202020;
    color: #FFFFFF;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%; /* Make button full width */
    margin-top: 10px; /* Add space above button */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    ._formFieldContainer_1ydxd_5 {
        width: 100%;
        margin-bottom: 15px;
    }

    ._formInputField_237zm_7,
    textarea {
        width: 100%;
        margin: 0 0 15px 0;
    }
}
._formContainer_stahb_30 {
  max-width:100% !important;
  width:75% !important;
}

/* Job Form section end */

/* Custom Video begin */

.cm-video-section {
  position: relative;
  text-align: center;
  color: white;
  overflow: hidden;
}

.cm-video--regular .video-container {
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto;
}

.cm-video--wide .video-container {
  max-width: 1600px; /* Adjust as needed */
  margin: 0 auto;
}

.cm-video--full-width .video-container {
  width: 100%;
  margin: 0;
}

.video-container {
  position: relative;
  width: 100%;
  /* Default height; this will be overridden by specific heights */
}

.video-height--small {
  height: 30vh; /* Adjust as needed */
}

.video-height--medium {
  height: 50vh; /* Adjust as needed */
}

.video-height--large {
  height: 70vh; /* Adjust as needed */
}

.video-background {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintain aspect ratio */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, {{ section.settings.overlay_opacity | default: '0.5' }});
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.video-content {
  z-index: 2; /* Ensure content is on top of the overlay */
  width: 100%; /* Full width for alignment control */
  display: flex;
  flex-direction: column;
  align-items: center; /* Default alignment (center) */
}

.video-section-heading {
  font-size: 2em;
  font-weight: bold;
  width: 100%; /* Full width to ensure alignment works correctly */
}

.video-section-description {
  font-size: 1.2em;
  width: 100%; /* Full width to ensure alignment works correctly */
}

/* Alignment based on settings */
.video-section-heading.left {
  text-align: left;
  align-self: flex-start; /* Align to the start of the container */
}

.video-section-heading.center {
  text-align: center;
  align-self: center; /* Center within the container */
}

.video-section-heading.right {
  text-align: right;
  align-self: flex-end; /* Align to the end of the container */
}

/* Description alignment based on settings */
.video-section-description.left {
  text-align: left;
  align-self: flex-start; /* Align to the start of the container */
}

.video-section-description.center {
  text-align: center;
  align-self: center; /* Center within the container */
}

.video-section-description.right {
  text-align: right;
  align-self: flex-end; /* Align to the end of the container */
}
/* .img-replace {
  object-fit:cover;
} */

.video-background::-webkit-media-controls {
  display: none;
}

.video-background::-webkit-media-controls-enclosure {
  display: none;
}

.video-background::-webkit-media-controls-play-button {
  display: none;
}

.video-background::-webkit-media-controls-volume-slider {
  display: none;
}

.video-background::-webkit-media-controls-fullscreen-button {
  display: none;
}

.video-background::-webkit-media-controls {
  display: none !important;
}

.video-background::-webkit-media-controls-enclosure {
  display: none !important;
}

.video-background::-webkit-media-controls-play-button,
.video-background::-webkit-media-controls-volume-slider,
.video-background::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

.video-background {
  pointer-events: none; /* Prevents interactions like play/pause */
  object-fit: cover; /* Ensures the video fits nicely within its container */
}
/* button to view full video part start */
.video-icons-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.other-video-link, .bilibili-video-link {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
}

.other-video-link:hover, .bilibili-video-link:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 768px) {
  .video-icons-container {
    bottom: 50px;
  }
}
/* button to view full video part end */

/* Custom Video end */

/* customization service page form begin */
 /* Scoped styles for the form */
.custom-form {
    width: 100%;
    max-width: 100%; /* Full width */
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
}
.form-row div {
  width:50%;
}
/* Scoped fieldset styling */
.custom-form fieldset {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    display: none; /* Initially hide all fieldsets */
}

/* Show only the first fieldset */
.custom-form fieldset:first-of-type {
    display: block;
}

/* Scoped wrapper for form fields */
.custom-form .form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Scoped input, select, and textarea styles */
.custom-form input, .custom-form select, .custom-form textarea {
    width: 48%; /* 48% width to create 2 columns per row */
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

/* Full-width fields for specific elements */
.custom-form .full-width {
    width: 100%;
}

/* Button styles */
.custom-form button, .custom-form input[type="button"], .custom-form input[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
  width: auto;
}

/* Label styling scoped */
.custom-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* Success message styling scoped */
.custom-form #successMessage {
    font-size: 20px;
    text-align: center;
    color: green;
    display: none;
    padding: 20px;
    border: 1px solid green;
    border-radius: 8px;
}

/* Media query for mobile responsiveness (1 field per row on small screens) */
@media (max-width: 768px) {
    .custom-form .form-row {
        display: block;
    }

    .custom-form input, .custom-form select, .custom-form textarea {
        width: 100%;
    }
    .form-row div {
      width: 100%;
    }
}

.invalid {
    border: 2px solid red;
    background-color: #ffe6e6;
}

.error-message {
    font-size: 0.9em;
    color: red;
    margin-left: 10px;
}
/* customization service page form end */

/* Make webinar form hidden on refresh begin */
#shopify-section-template--23909007360340__17297700797542ebde {
  display: none;
}
/* Make webinar form hidden on refresh end */

/* image-with-text button spacing begin */
.image-with-text__button {
  display: inline-block;
  margin-right: 10px; /* Space between each button */
}
/* image-with-text button spacing end */

/* blog-cta-btn begin */
.blog-cta-btn {
  color:white !important;
}
.custom-arrow {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  transform: rotate(-90deg);
  vertical-align: bottom;
  margin-left: 2px;
}
/* blog-cta-btn end */

/* cookies banner begin */
#pi_tracking_opt_in_div a {
  /* Basic appearance */
  display: inline-block; /* Ensures it behaves like a button */
  background-color: #3e3737;
  color: #fff; /* White text */
  text-decoration: none; /* Removes underline */
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  text-align: center; /* Ensures text is centered */
  margin: 5px;

  /* Smooth transitions */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
#pi_tracking_opt_in_div a:hover {
  background-color: #e4221c; /* Darker blue */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Active effect */
#pi_tracking_opt_in_div a:active {
  background-color: #e4221c; /* Even darker blue */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(2px);
}

/* Focus effect */
#pi_tracking_opt_in_div a:focus {
  outline: 2px solid #e4221c; /* Light blue */
  outline-offset: 2px;
}

/* Disabled state (optional, if managed by class) */
#pi_tracking_opt_in_div a.disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none; /* Disables interaction */
}

#pi_tracking_opt_in_div {
  position: fixed !important;
}
/* cookies banner end */

/* custom-grid-bu spacing begin */

.bu-wrapper {
  width: -webkit-fill-available; /* Use 100% instead of -webkit-fill-available for consistent cross-browser behavior */
 background-color: rgb(255, 255, 255);
    text-align: left;
    position: relative;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: rgb(31 31 31 / 12%) 0px 1px 6px, rgb(31 31 31 / 12%) 0px 1px 4px;
}

/* Card styling */
.bu-head {
  width: 100%;
  height: 485px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; /* Ensures the image covers the container without gaps */
  overflow: hidden;
}

.bu-grey {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 195px;
    background-image: linear-gradient(135deg, rgb(62, 55, 55), rgb(62, 55, 55));
    /* transform: skewY(-10deg); */
}

.bu-logo {
  position:absolute;
  top: 165px;
  left:25px;
  width: 52px;
  height: 52px;
  background-origin: content-box;
  padding: 1px;
  border: 1px solid rgb(225, 225, 225);
    border-radius: 3px;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.bu-content {
  position:absolute;
  top: 230px;
  left:25px;
  color: rgb(255, 255, 255);
}

.bu-content h3 {
  margin:0px;
  /* font-size: 1.25rem; */
  font-weight: normal;
  line-height: 1.5rem;
}

.bu-content p {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.2rem;
  text-align: justify;
  padding: 3px;
}

.bu-bottom {
  width: 100%;
  position: absolute;
  bottom: 2px;
  color: rgb(245, 247, 250);
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  border-top: dotted 1.5px;
}
.bu-bottom p {
	text-align: center;
}
.bu-bottom a {
  color: white;
  text-decoration: none;
}
.bu-content ul li {
  list-style-type: disclosure-closed;
}
.bu-content-text {
  color: white;
  text-decoration: none;
  /* font-size: 0.875rem; */
  font-weight: normal;
  line-height: 1.8rem;
  margin-left: 1em;
}

/* Mobile View - 1 item per row */
@media (max-width: 768px) {
  .grid {
        grid-template-columns: repeat(1, 1fr) !important;

  }

  .bu-head {
    width: 100%; /* Full width for each item */
  }
}

.custom-grid-bu--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto;
}

.custom-grid-bu--wide {
  max-width: 1400px; /* Adjust as needed */
  margin: 0 auto;
}

.custom-grid-bu--full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* Hover Effects for Cards */
.bu-wrapper:hover {
  transform: scale(1.05); /* Slightly enlarges the card */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* More pronounced shadow */
}
/* border & bg for cards */
.bu-wrapper {
  border: 1px solid #e0e0e0;
  background-color: #fafafa; /* Light background for cards */
}
/* Focus on Accessibility */
.bu-bottom a:focus {
  outline: 1px solid #e4221c; /* Bright focus ring for accessibility */
  outline-offset: 3px;
}
/* annimations */
.bu-wrapper {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* custom-grid-bu spacing end */


/* custom-grid-collections-bu spacing begin */
/* General Section Styling */
.collection-section {
  padding: 2rem 1rem;
  background: linear-gradient(to bottom, #f9f9f9, #eaeaea);
}

.collection-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

/* Individual Card Styling */
.collection-card {
  flex: 1 1 calc(33.333% - 2rem);
  max-width: calc(33.333% - 2rem);
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Image Styling */
.collection-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 2px solid #f0f0f0;
}

/* Card Content */
.collection-content {
  padding: 1.5rem;
}

.collection-content h3 {
  font-size: 1.8rem;
  text-align: center;
  color: #333333;
  margin-bottom: 1rem;
}

/* List Styling */
.item-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

/* Individual List Item */
.item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #f8f8f8;
  padding: 0.75rem;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: background 0.3s;
}

.item:hover {
  background: #ececec;
}

.item-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.item-info h4 {
  font-size: 1.2rem;
  margin: 0;
  color: #444444;
}
.item a {
  color: #444444 !important;
  text-decoration: none;
}
.item-info p {
  font-size: 0.9rem;
  color: #666666;
  margin: 0.25rem 0 0;
}

.item-info p {
  max-height: 4em; /* Adjust as needed */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines */
  -webkit-box-orient: vertical;
}

.view-more-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: #e4221c;
  text-decoration: none;
}

.view-more-btn:hover {
}

.collection-card h3 {
  padding: 0px  15px;
  color: #e4221c;
}

.custom-grid-collection-bu--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-grid-collection-bu--wide {
  max-width: 1400px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-grid-collection-bu--full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}

.row-col-align {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .collection-card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

@media (max-width: 768px) {
  .collection-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .item-icon {
    margin-bottom: 0.5rem;
  }
}
/* transition effect to the section */
.custom-grid-collection-bu-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.custom-grid-collection-bu-section.visible {
    opacity: 1;
    transform: translateY(0);
}
/* custom-grid-collections-bu end */

/* home-news-and-media begin */
.custom-news-media--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-news-media--wide {
  max-width: 1400px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-news-media--full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* Container */
  .news-media-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 40px 0;
    align-items: stretch; /* Ensures both columns are the same height */
  }

  /* Columns */
  .featured-blog,
  .media-block {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
  }

  /* Left Column: Blog */
  .featured-blog {
    padding: 20px;
    background-color: #fff;
  }

  .featured-blog .blog-image {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
  }

  .featured-blog .blog-title {
    font-size: var(--font-size-heading-4);
    margin: 20px 0 10px;
    color: #e4221c; /* Red color for title */
    text-align: center;
  }

  .featured-blog .blog-description {
    font-size: var(--font-size-body);
    color: #555;
    margin: 0 0 15px;
    line-height: normal;
    text-align: justify;
  }

  .featured-blog .view-blog-link {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: color 0.3s;
    text-align: center;
    color: #e4221c;
  }

  .featured-blog .view-blog-link:hover {
    color: #e73833;;
  }

  /* Right Column: Media */
  .media-block {
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .media-block .media-content {
    max-width: 100%;
    /* height: auto; */
    border-radius: 8px;
  }
  .media-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* home-news-and-media end */

/* home page highlights-banner begin */
@media screen and (min-width: 1024px) {
    .highlights-banner__content {
        padding-top: 15px;
        padding-bottom: 15px;
    }
  .highlights-banner__text {
    padding-right: 0.529688rem;
  }
}
.highlights-banner__icon {
  margin-right: 10px;
}
.highlights-banner__heading {
    /* background-color: #e4221c; */
    border-radius: 15px;
    /* padding: 5px; */
    color: #e4221c;
}
#shopify-section-template--25354723164500__dynamic_highlights_banner_DTMULQ {
  margin-bottom: -4.25em;
}
@media (max-width: 768px) {
  #shopify-section-template--25354723164500__dynamic_highlights_banner_DTMULQ {
      margin-bottom: -3.25em;
  }
}
/* home page highlights-banner end */

/* cross-ref template begin */
.custom-cross-ref--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-cross-ref--wide {
  max-width: 1400px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-cross-ref--full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* Container */
  .cross-ref-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 40px 0;
    align-items: stretch; /* Ensures both columns are the same height */
  }
/* cross-ref template end */

/* brochures-carousel begin */
.custom-brochures-carousel--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-brochures-carousel--wide {
  max-width: 1400px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-brochures-carousel--full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* brochures-carousel end */

/* cart iscal number begin */
.custom_fiscal_number {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.custom_cart_label {
    font-weight: 600;
    margin-bottom: 5px;
}

.custom_field_input {
    border: 1px solid #d9d9d9;
    padding: 10px;
    font-size: 16px;
    width: fit-content;
    border-radius: 4px;
}
/* cart iscal number end */

.blog--container .rte p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

/* baidu maps section begin */
.baidu-map--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.baidu-map--wide {
  max-width: 1400px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.baidu-map--full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* baidu maps section end */

/* Distributors G-map section begin */
.gmap-distributors--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.gmap-distributors--wide {
  max-width: 1400px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.gmap-distributors--full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* Distributors G-map section end */

/* Custom application guide begin */
.custom-application-guide--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-application-guide--wide {
  max-width: 1400px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-application-guide--full-width {
  width: 100%;
  max-width: 100%;
  /* margin: 0; */
  /* padding: 0; */
}

.custom-application-guide--spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Custom application guide end */

/* Rapid search powered by begin */
.XJZed6uGIpctmPUIRnyUW {
  display: none !important;
}
/* Rapid search powered by end */

/* Custom Global Footprint begin */
.custom-global-footprint--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-global-footprint--wide {
  max-width: 1400px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-global-footprint--full-width {
  width: 100%;
  max-width: 100%;
}

.cm-news-media-section--spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Custom Global Footprint end */

/* Custom news & blogs new begin */
.custom-news-blogs--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-news-blogs--wide {
  max-width: 1400px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-news-blogs--full-width {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 25px;
}

.custom-news-blogs--spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Custom news & blogs end */

/* Custom data sheet layout begin */
.custom-data-sheet-layout--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-data-sheet-layout--wide {
  max-width: 1400px; /* Adjust as needed */
  margin: 2.9296875rem auto;
}

.custom-data-sheet-layout--full-width {
  width: 100%;
  max-width: 100%;
  /* margin: 0; */
  /* padding: 0; */
}

.custom-data-sheet-layout--spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Custom data sheet layout end */

/* Custom Three column layout begin */
.cm-three-column--regular {
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto;
}

.cm-three-column--wide {
  max-width: 1600px; /* Adjust as needed */
  margin: 0 auto;
}

.cm-three-column--full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* Custom Three column layout end */

/* Mega menu with side bar begin */
.navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text {
  color:black;
}
/* Mega menu with side bar end */