/** Shopify CDN: Minification failed

Line 4212:19 Expected identifier but found whitespace
Line 4212:21 Unexpected "{"
Line 4212:30 Expected ":"
Line 4434:10 Expected identifier but found whitespace
Line 4434:12 Unexpected "{"
Line 4434:21 Expected ":"
Line 4434:53 Unexpected "20px"
Line 4434:59 Unexpected "{"
Line 4434:68 Expected ":"
Line 4434:102 Expected ":"
... and 22 more hidden warnings

**/


/* CSS from section stylesheet tags */
.enzolt-contact-section {
  padding: 60px 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.enzolt-contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  gap: 40px;
}
.contact-left {
  flex: 1;
  min-width: 300px;
}
.contact-left h2 {
  font-size: 36px;
  font-family: 'Aeonik', sans-serif;
  margin-bottom: 10px;
}
.contact-left p {
  margin-bottom: 40px;
}
.contact-info li {
  margin-bottom: 10px;
  color: #000;
}
.contact-right {
  flex: 1;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-top:100px; */
}
.radio-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
}
.radio-tabs label {
  font-size: 16px;
  font-family: 'Aeonik', sans-serif;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.radio-tabs input[type="radio"] {
  accent-color: #000;
}
.form-box {
  background: #f6f6f6;
  padding: 30px;
  border-radius: 20px;
}
.form-container {
  display: none;
}
.form-container.active {
  display: block;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 20px;
  margin-bottom: 15px;
  border-radius: 9999px;
  border: none;
  font-family: 'Aeonik', sans-serif;
  font-size: 14px;
}
.contact-form textarea {
  border-radius: 20px;
  resize: none;
  height: 120px;
}
.dual-fields {
  display: flex;
  gap: 10px;
}
.dual-fields input,
.dual-fields select {
  flex: 1;
}
.submit-button {
  background: #D7FF00;
  color: #000;
  font-family: 'Aeonik', sans-serif;
  font-size: 16px;
  padding: 14px;
  width: 100%;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
}

.contact-info li {
  margin-bottom: 10px;
  color: #000;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
  .contact-info {
    padding-inline-start: 0px;
  } 

.contact-info li img {
  flex-shrink: 0;
  margin-top: 3px;
}

.contact-info li span {
  display: inline-block;
  max-width: 100%;
}

@media (max-width: 768px) {
  .enzolt-contact-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .radio-tabs {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .contact-left, .contact-right {
    width: 100%;
  }

  .form-box {
    width: 100%;
    padding: 20px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .enzolt-contact-section {
    padding: 40px 20px; /* reduce padding on small screens */
    overflow-x: hidden;
  }

  .dual-fields {
    flex-direction: column;
  }

  .dual-fields input,
  .dual-fields select {
    width: 100%;
  }

  .form-box {
    padding: 20px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 15px;
  }
}
.enzolt-app-wrapper {
  min-height: 100vh;
  padding: 100px 0 0;
  font-family: 'Aeonik', sans-serif;
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #79D9FF 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.enzolt-app-wrapper .enzolt-top-text {
  text-align: center;
  z-index: 2;
}

.enzolt-app-wrapper .enzolt-subtext {
  font-weight: 500;
  margin-bottom: 10px;
}

.enzolt-app-wrapper .enzolt-heading {
  font-weight: 500;
  margin-bottom: 60px;
}

.enzolt-app-wrapper .enzolt-center-image {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.enzolt-app-wrapper .enzolt-left-block {
  position: absolute;
  bottom: 40px;
  left: 40px;
  text-align: left;
  max-width: 360px;
  z-index: 3;
}

.enzolt-app-wrapper .enzolt-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.enzolt-app-wrapper .enzolt-bottom-icon {
  max-width: 40px;
  height: auto;
}

.enzolt-app-wrapper .enzolt-bottom-title {
  font-weight: 400;
}

.enzolt-app-wrapper .enzolt-bottom-desc {
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
}

.enzolt-app-wrapper .enzolt-download-btn {
  background: #000;
  color: #CEFF00;
  font-weight: 400;
  padding: 10px 24px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  border: none;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .enzolt-app-wrapper {
    padding: 60px 20px 0;
    height: auto;
  }
  .enzolt-app-wrapper .enzolt-left-block {
    left: 20px;
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
   .enzolt-app-wrapper {
    min-height: 85vh;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
     padding-bottom: 50px;
  }

  .enzolt-app-wrapper .enzolt-top-text {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .enzolt-app-wrapper .enzolt-subtext {
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center;
    color: var(--custom-subtext-color, #77A8FF);
  }

  .enzolt-app-wrapper .enzolt-heading {
    font-size: 32px !important;
    line-height: 44px !important;
    margin: 8px 0 24px;
    text-align: center;
    color: var(--custom-heading-color, #000);
  }

  .enzolt-app-wrapper .enzolt-left-block {
    order: 2;
        position: relative;
        top: auto;
        
        bottom: auto;
        text-align: left;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        
        max-width: 55%;
        margin-left: auto;
        margin-right: 50px;
  }

  .enzolt-app-wrapper .enzolt-title-wrap {
    justify-content: flex-start;
  }

  .enzolt-app-wrapper .enzolt-bottom-title {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .enzolt-app-wrapper .enzolt-bottom-desc {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .enzolt-app-wrapper .enzolt-download-btn {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 10px 20px;
  }

  .enzolt-app-wrapper .enzolt-center-image {
    order: 3;
    margin: 40px auto 0;
    width: 100%;
    height: auto;
    transform: scale(1.4);
  }
}
.enzolt-section-outer-wrapper-company {
  padding: 40px;
  box-sizing: border-box;
}

.enzolt-banner-wrapper-company {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-radius: 40px;
}

.enzolt-banner-container-company {
  max-width: 1400px;
  margin: 0 auto;
  background: transparent;
  border-radius: 40px;
  padding: 40px;
  height: 770px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

  .animated-heading-line {
  display: block;
  line-height: inherit;
  margin-bottom: 10px;
  white-space: nowrap;
    word-wrap: break-word;
}

.animated-heading-line .word {
  display: inline-block;
  margin-right: 10px;
}

.fade-in-letter {
  display: inline-block;
  opacity: 0;
  animation: fadeIn 0.4s forwards;
  vertical-align: bottom;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 1500px) {
  .enzolt-banner-container-company {
    height: 820px;
  }
}

.enzolt-subheading-company {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 100px;
  margin: 0;
  color: inherit;
}

.enzolt-heading-company {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  margin: 0;
  color: inherit;
}

.enzolt-heading-company span {
  color: #CEFF00;
}

.enzolt-image-container-company {
  margin-top: 40px;
}

.enzolt-image-container-company img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}


 /* Tablet (max-width: 1024px) */
  @media screen and (max-width: 1024px) {
    .enzolt-subheading-company {
      font-size: 32px !important;
      line-height: 60px !important;
    }
    .enzolt-heading-company {
      font-size: 80px !important;
      line-height: 80px !important;
    }
  }

  /* Mobile (max-width: 767px) */
  @media screen and (max-width: 767px) {
    .enzolt-subheading-company {
      font-size: 16px !important;
      line-height: 40px !important;
    }
    .enzolt-heading-company {
      font-size: 48px !important;
      line-height: 48px !important;
    }
    .enzolt-banner-container-company {
      height: 300px;
    }
    .enzolt-section-outer-wrapper-company {
    padding: 20px;
    box-sizing: border-box;
}
.animated-heading-line {
  white-space: normal; /* Allow wrapping */
  word-wrap: break-word; /* Break if needed */
}

.fade-in-letter {
  display: inline-block;
  opacity: 0;
  animation: fadeIn 0.4s forwards;
  vertical-align: bottom;
}
  }
.enzolt-wrapper {
  width: 100%;
  height: 599px;
  padding: 0px 40px 20px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.enzolt-container {
  height: 599px;
  width: 100%;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 40px;
  text-align: left;
  margin-bottom: 40px;
}

.enzolt-heading-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.enzolt-heading-row .x-large {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: 198px;
  line-height: 198px;
  margin: 0;
  color: #0c0c0c;
}

.enzolt-heading-row .subtitle-block {
  display: flex;
  flex-direction: column;
  margin-top: 93px;
}

.enzolt-heading-row .subtitle-block span {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: #0c0c0c;
  white-space: nowrap;
}

.enzolt-description {
  font-family: 'Aeonik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 347px;
  width: 100%;
  color: #0c0c0c;
  margin-bottom: 40px;
}

.enzolt-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 77px;
  width: 722px;
  border-radius: 38.5px;
  padding: 0 24px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  text-decoration: none;
  margin: 0 auto;
  box-sizing: border-box;
}

.enzolt-button .text {
  font-family: 'Aeonik', sans-serif;
  font-weight: 400;
  font-size: 15.34px;
  line-height: 21.5px;
  color: #ffffff;
  white-space: nowrap;
}

.enzolt-button .right-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.enzolt-button .price {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: 22.3px;
  color: #ffffff;
  white-space: nowrap;
}

.enzolt-button .buy-now {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 30px;
  background: #d3ff00;
  color: #000000;
  white-space: nowrap;
}

/* ---------- ✅ RESPONSIVE STYLING ---------- */

@media screen and (min-width: 1500px) {
  .enzolt-container {
    height: 700px;
  }

  .enzolt-wrapper {
    height: 700px;
  }
}

@media screen and (max-width: 1024px) {
  .enzolt-heading-row .x-large {
    font-size: 140px;
    line-height: 140px;
  }

  .enzolt-heading-row .subtitle-block {
    margin-top: 70px;
  }

  .enzolt-heading-row .subtitle-block span {
    font-size: 28px;
    line-height: 32px;
  }

  .enzolt-button {
    width: 100%;
    max-width: 600px;
    height: 65px;
  }

  .enzolt-button .price {
    font-size: 20px;
  }

  .enzolt-button .buy-now {
    font-size: 15px;
    padding: 6px 18px;
  }
}

@media screen and (max-width: 767px) {
  .enzolt-container {
  
 
  flex-direction: column;
  justify-content: flex-start;
  
}

  .enzolt-wrapper {
 
  padding: 0px 20px 20px 20px;
  }
   .enzolt-heading-row {
    flex-direction: row; /* ✅ keep row for mobile */
    gap: 12px;
    align-items: flex-end;
    margin-bottom: 16px;
  }

  .enzolt-heading-row .x-large {
    font-size: 100px;
    line-height: 100px;
  }

  .enzolt-heading-row .subtitle-block {
    margin-top: 50px; /* ✅ bring closer */
    margin-bottom: 10px;
  }

  .enzolt-heading-row .subtitle-block span {
    font-size: 22px;
    line-height: 26px;
  }

  .enzolt-description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 180px;
  }

  .enzolt-button {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 16px 20px;
    gap: 8px;
    height: auto;
    border-radius: 8px;
  }

  .enzolt-button .text {
    font-size: 14px;
    margin-right: 0;
    text-align: center;
  }

  .enzolt-button .right-group {
    flex-direction: row; /* ✅ make price + button appear in one row */
    justify-content: center;
    gap: 12px;
  }

  .enzolt-button .price {
    font-size: 18px;
  }

  .enzolt-button .buy-now {
    font-size: 14px;
    padding: 6px 16px;
  }
}
.enzolt-comfort-section {
  width: 100%;
  margin: 0 auto;
  padding: 160px 244px;
  box-sizing: border-box;
}

.enzolt-title {
  text-align: center;
  margin-bottom: 50px;
}

.enzolt-title h4 {
  color: #3E64AC;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: 'Aeonik', sans-serif;
  margin-bottom: 10px;
}

.enzolt-title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-family: 'Aeonik', sans-serif;
  color: #000;
  margin-top: 0px;
}

.enzolt-block {
  display: flex;
  align-items: flex-start;
  background: #DFF4FF;
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  gap: 60px;
}

.enzolt-block-image {
  position: relative;
  width: 60%;
  overflow: hidden;
}

.enzolt-main-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.overlay-image {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}

.overlay-image--1 {
  width: 210px;
  height: 103px;
}

.overlay-image--2 {
  width: 186px;
  height: 142px;
}

.overlay-image--3 {
  width: 251px;
  height: 86px;
}

.enzolt-block-text {
  flex: 1 1 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: normal;
  
}

.enzolt-block-text h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  font-family: 'Aeonik', sans-serif;
  color: #000;
  margin-bottom: 20px;
}

.enzolt-block-text p {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Aeonik', sans-serif;
  font-weight: 400;
  color: #333;
  margin: 0;
  width:530px;
}

/* ✅ Desktop XL */
@media screen and (min-width: 1500px) {
  .enzolt-block-image {
    width: 70%;
  }

  .enzolt-block-text {
    width: 30%;
  }
}

/* ✅ Tablet Fix (between 1024px and 1330px) */
@media screen and (max-width: 1330px) and (min-width: 769px) {
  .enzolt-comfort-section {
    padding: 40px 40px;
  }

  .enzolt-block {
    flex-direction: row;
    gap: 40px;
    padding: 30px 20px;
  }

  .enzolt-block-image {
    width: 60%;
  }

  .enzolt-block-text {
    width: 40%;
    padding: 0;
  }

  .enzolt-block-text h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .enzolt-block-text p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
}

/* ✅ Mobile Responsive Fix */
@media screen and (max-width: 768px) {
  .enzolt-comfort-section {
    padding: 40px 20px;
    padding-bottom: 0px !important;
  }

  .enzolt-block {
    flex-direction: column;
    gap: 24px;
    padding: 24px 20px;
  }

  .enzolt-block-image,
  .enzolt-block-text {
    width: 100%;
  }

  .enzolt-block-text {
    padding: 0;
    justify-content: flex-start !important;
  }

  .enzolt-block-text h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .enzolt-block-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .overlay-image {
    bottom: 15px;
    left: 15px;
  }

  .overlay-image--1,
  .overlay-image--2,
  .overlay-image--3 {
    width: 60%;
    height: auto;
  }
}
/* Between 1030px to 1426px (fix horizontal layout + gap) */
@media screen and (max-width: 1426px) and (min-width: 1025px) {
  .enzolt-comfort-section {
    padding: 40px 60px;
  }

  .enzolt-block {
    flex-direction: row;
    gap: 40px;
    padding: 30px 30px;
  }

  .enzolt-block-image {
    width: 55%;
  }

  .enzolt-block-text {
    width: 45%;
  }

  .enzolt-block-text h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .enzolt-block-text p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ✅ Mobile Responsive Fix */
@media screen and (max-width: 768px) {
  .enzolt-comfort-section {
    padding: 40px 20px;
  }

  .enzolt-block {
    flex-direction: column;
    gap: 24px;
    padding: 24px 20px;
  }

  .enzolt-block-image,
  .enzolt-block-text {
    width: 100%;
  }

  .enzolt-block-text {
    padding: 0;
    justify-content: flex-start !important;
  }

  .enzolt-block-text h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .enzolt-block-text p {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
  }

  .overlay-image {
    bottom: 15px;
    left: 15px;
  }

  .overlay-image--1,
  .overlay-image--2,
  .overlay-image--3 {
    width: 60%;
    height: auto;
  }
}

  /* AOS custom blur animation */
[data-aos="blur-in"] {
  filter: blur(10px);
  opacity: 0;
  transition: filter 1s ease-out, opacity 1s ease-out;
}

[data-aos="blur-in"].aos-animate {
  filter: blur(0);
  opacity: 1;
}

  @media screen and (min-width: 1440px) and (max-width: 1499px) {
  .enzolt-block {
    height: 450px;
    gap:0px !important;
  }

  .enzolt-block-image {
    height: 100%;
  }

  .enzolt-main-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.enzolt-crisis-wrapper {
  padding-left: 280px;
  padding-right: 280px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Aeonik', sans-serif;
}

.enzolt-crisis-icon img {
  margin-bottom: 20px;
  width: var(--icon-size, 40px);
  height: auto;
}

.enzolt-crisis-heading {
  font-weight: 500;
  color: var(--heading-color, #000);
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.enzolt-crisis-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.enzolt-crisis-left,
.enzolt-crisis-right {
  font-weight: 400;
  color: var(--paragraph-color, #000);
  margin-bottom: 20px;
}

.enzolt-crisis-left p,
.enzolt-crisis-right p {
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .enzolt-crisis-content {
    display: flex;
    gap: 60px;
  }

  .enzolt-crisis-left,
  .enzolt-crisis-right {
    flex: 1 1 50%;
    margin-bottom: 0;
  }

  .enzolt-crisis-heading {
    font-size: var(--heading-size-desktop);
    line-height: var(--heading-line-height-desktop);
  }

  .enzolt-crisis-left,
  .enzolt-crisis-right {
    font-size: var(--para-size-desktop);
    line-height: var(--para-line-height-desktop);
  }
}

@media screen and (max-width: 1024px) {
  .enzolt-crisis-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .enzolt-crisis-heading {
    font-size: var(--heading-size-tab);
    line-height: var(--heading-line-height-tab);
  }

  .enzolt-crisis-left,
  .enzolt-crisis-right {
    font-size: var(--para-size-tab);
    line-height: var(--para-line-height-tab);
  }
}

@media screen and (max-width: 767px) {
  .enzolt-crisis-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .enzolt-crisis-heading {
    font-size: var(--heading-size-mob);
    line-height: var(--heading-line-height-mob);
  }

  .enzolt-crisis-left,
  .enzolt-crisis-right {
    font-size: var(--para-size-mob);
    line-height: var(--para-line-height-mob);
  }

  .enzolt-crisis-left p,
  .enzolt-crisis-right p {
    margin-bottom: 16px;
  }
}
.highlight-banner-outer {
  padding: 0 40px;
  box-sizing: border-box;
}

.highlight-banner-wrapper {
  padding: 60px;
  border-radius: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px;
  color: #0A0A0A;
  font-family: 'Aeonik', sans-serif;
  overflow: hidden;
}

.highlight-banner-text {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  max-width: 900px;
  font-family: 'Aeonik', sans-serif;
}

.highlight-banner-text div {
  margin-bottom: 8px;
}

.highlight-banner-button {
  background: #000000;
  color: #CEFF00;
  padding: 10px 30px;
  font-size: 16px;
  font-family: 'Aeonik', sans-serif;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  align-self: flex-end;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .highlight-banner-text {
    font-size: 40px;
    line-height: 52px;
  }
}

@media screen and (max-width: 1024px) {
  .highlight-banner-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
    align-items: center;
  }

  .highlight-banner-text {
    font-size: 28px;
    line-height: 40px;
  }

  .highlight-banner-button {
    margin-top: 20px;
    align-self: center;
  }
}

@media (max-width: 768px) {
    .highlight-banner-outer {
        padding: 0 20px; 
    }
    .highlight-banner-wrapper {
        
        padding: 40px 20px 50px;
  
    }
}
.enzolt-intro-section {
  position: relative;
  padding: 180px 20px 20px;
  font-family: 'Aeonik', sans-serif;
  text-align: center;
  z-index: 3;
  background: transparent;
}

.enzolt-intro-heading {
  font-size: 14px;
    color: #6C94C5;
  height: 20px;
  margin-bottom: 6px;
  font-weight: 600;
}

.enzolt-intro-title {
      font-size: 24px;
    font-weight: 500;
    font-family: 'Aeonik';
  color: #000;
  margin-bottom: 16px;
}

.enzolt-intro-text {
  max-width: 560px;
  margin: 0 auto 20px;
  color: #333;
      font-size: 20px;
    font-weight: 400;
  line-height: 1.5;
}

.enzolt-vision-button {
  background: none;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 40px;
      color: black;
    text-decoration: none;
}

.enzolt-vision-button:hover {
  background: #000;
  color: #fff;
}

/* Video Scroll Reveal */
.enzolt-video-reveal-container {
  position: relative;
  height: 200vh;
}

.enzolt-video-scroll-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

.enzolt-video-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.enzolt-video-mask-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.enzolt-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url("/cdn/shop/files/ENZOLT_svg.svg?v=1754394942");
  mask-image: url("/cdn/shop/files/ENZOLT_svg.svg?v=1754394942");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 45vmax 45vmax;
  mask-size: 45vmax 45vmax;
  transition: -webkit-mask-size 0.2s ease-out, mask-size 0.2s ease-out;
  pointer-events: none;
   will-change: mask-size, -webkit-mask-size;
}
@media (max-width: 767px) {
  .enzolt-video-mask-wrapper {
    height: 130%;
  }

  .enzolt-video-reveal-container {
    height: 200vh;
  }

  .enzolt-video {
    -webkit-mask-size: 45vmax 45vmax;
    mask-size: 45vmax 45vmax;
  }
}

  
/* Counter Section */
.enzolt-counter-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 160px 20px;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.enzolt-counter {
  text-align: center;
  flex: 1 1 200px;
}

.enzolt-counter h3 {
   font-size: 60px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #000;
    font-family: 'Aeonik';
}

.enzolt-counter p {
  font-size: 16px;
  color: #777;
  font-family: 'Aeonik';
}


  /* Tablet (up to 991px) */
@media (max-width: 991px) {
  .enzolt-counter h3 {
    font-size: 26px;
  }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .enzolt-counter h3 {
    font-size: 30px;
  }
  .enzolt-counter p {
  font-size: 14px;
  color: #777;
  font-family: 'Aeonik';
}
  .enzolt-intro-section {
    position: relative;
    padding: 100px 20px 20px;
  }
}

.enzolt-video {
  will-change: transform, mask-size, -webkit-mask-size;
  backface-visibility: hidden;
  transform: translateZ(0);
}

@media (max-width: 767px) {
  .enzolt-video-pin,
  .enzolt-video-scroll-wrapper,
  .enzolt-video-reveal-container {
    height: 500px !important;
        position: relative !important;
        padding-top: 20px;
  }

  .enzolt-video {
    display: block !important;
    width: 100% !important;
    height: 60vh !important; /* Keeps aspect ratio */
    object-fit: cover !important;

    /* Remove any masking */
    -webkit-mask-image: none !important;
    mask-image: none !important;
    -webkit-mask: none !important;
    mask: none !important;

    /* Reset transforms from scroll effect */
    transform: none !important;
    will-change: auto !important;
  }
  .enzolt-counter-section {
   
    padding: 100px 20px;
    
}
}
.enzolt-leader-section {
  padding-left: var(--padding-left, 160px);
  padding-right: var(--padding-right, 255px);
  padding-top: var(--padding-top, 60px);
  padding-bottom: var(--padding-bottom, 60px);
  background-color: var(--bg-color, #ffffff);
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
}

.enzolt-leader-eyebrow {
  text-align: center;
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #7CA9D3;
  margin-bottom: 10px;
}

.enzolt-leader-heading {
  text-align: center;
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  margin-bottom: 60px;
  font-size: var(--heading-size, 24px);
  line-height: var(--heading-lineheight, 30px);
  color: var(--heading-color, #000000);
}

.enzolt-leader-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 80px;
}

.enzolt-leader-image {
  flex: 0 0 50%;
  max-width: 520px;
  min-width: 350px;
  border-radius: 20px;
  overflow: hidden;
  order: var(--image-order, 0);
}

.enzolt-leader-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.enzolt-leader-text {
  flex: 1;
  max-width: 500px;
  font-family: 'Aeonik', sans-serif;
  color: #000;
  align-self: center;
  order: var(--text-order, 1);
}

.enzolt-leader-name {
  font-size: var(--name-size, 24px);
  line-height: var(--name-lineheight, 30px);
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--name-color, #000000);
}

.enzolt-leader-quote {
  font-size: var(--quote-size, 20px);
  line-height: var(--quote-lineheight, 28px);
  font-style: italic;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--quote-color, #000000);
}

.enzolt-leader-description {
  font-size: var(--desc-size, 18px);
  line-height: var(--desc-lineheight, 25px);
  font-weight: 400;
  color: var(--desc-color, #000000);
}

/* ✅ Below 1350: enable wrap and reduce max-widths */
@media screen and (max-width: 1350px) {
  .enzolt-leader-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .enzolt-leader-content {
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
  }

  .enzolt-leader-image,
  .enzolt-leader-text {
    max-width: 100%;
    width: 100%;
  }

  .enzolt-leader-text {
    max-width: 600px;
  }

  .enzolt-leader-image {
    max-width: 500px;
  }
}

/* ✅ Tablet tweaks */
@media screen and (max-width: 1024px) {
  .enzolt-leader-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .enzolt-leader-content {
    flex-direction: column;
    align-items: center;
  }

  .enzolt-leader-text {
    text-align: center;
  }
}

/* ✅ Mobile tweaks */
@media screen and (max-width: 767px) {
  .enzolt-leader-section {
    padding: 40px 20px;
  }

  .enzolt-leader-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .enzolt-leader-name {
    font-size: 20px;
    line-height: 26px;
  }

  .enzolt-leader-quote {
    font-size: 18px;
    line-height: 24px;
  }

  .enzolt-leader-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.enzolt-oem-section-outer-wrapper {
  padding: 40px;
  box-sizing: border-box;
}

.enzolt-oem-banner-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  box-sizing: border-box;
}

.enzolt-oem-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  z-index: 0;
  scale: 1.1;
}

.enzolt-oem-banner-container {
  max-width: 1400px;
  margin: 0 auto;
  background: transparent;
  border-radius: 40px;
  padding: 40px;
  height: 770px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.fade-in-letter {
  display: inline-block;
  opacity: 0;
  animation: fadeIn 0.4s forwards;
  vertical-align: bottom;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 1500px) {
  .enzolt-oem-banner-container {
    height: 820px;
  }
}

.enzolt-oem-subheading {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 100px;
  margin: 0;
  color: inherit;
}

.enzolt-oem-heading {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  margin: 0;
  color: inherit;
}

.enzolt-oem-image-container {
  margin-top: 40px;
}

.enzolt-oem-image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .enzolt-oem-subheading {
    font-size: 32px !important;
    line-height: 60px !important;
  }
  .enzolt-oem-heading {
    font-size: 80px !important;
    line-height: 80px !important;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {

  .enzolt-oem-section-outer-wrapper {
    padding: 20px;
    box-sizing: border-box;
}

  .enzolt-oem-banner-container {
    height: auto;
  }

  .enzolt-oem-subheading {
    font-size: 24px !important;
    line-height: 40px !important;
  }
  .enzolt-oem-heading {
    font-size: 24px !important;
      padding: 50px;
    line-height: 30px !important;
  }
}
.enzolt-power-wrapper {
  background-color: #0A0A0A;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  font-family: 'Aeonik', sans-serif;
  position: relative;
  overflow: hidden;
}

.enzolt-power-wrapper .enzolt-background-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.06;
  max-width: 90%;
  z-index: 1;
}

.enzolt-power-wrapper .enzolt-content {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
}

.enzolt-power-wrapper .enzolt-heading {
  font-size: 40px;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 20px;
  color: white;
}

.enzolt-power-wrapper .enzolt-highlight {
  color: #CEFF00;
}

.enzolt-power-wrapper .enzolt-paragraph {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
  color: #D0D0D0;
}

.enzolt-power-wrapper .enzolt-main-image {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 60px auto;
  position: relative;
  overflow: hidden;
}
.enzolt-power-wrapper .enzolt-main-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.enzolt-power-wrapper .enzolt-label {
  position: absolute;
  z-index: 3;
}
.enzolt-power-wrapper .enzolt-label.solar {
  top: 10%;
  left: 20%;
}
.enzolt-power-wrapper .enzolt-label.grid {
  bottom: 5%;
  right: 15%;
}

.enzolt-power-wrapper .enzolt-bottom-text {
  font-size: 16px;
  line-height: 24px;
  color: #B0B0B0;
  margin-bottom: 40px;
  max-width: 377px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .enzolt-power-wrapper .enzolt-bottom-text {
    margin-top: 260px;
  }
}

.enzolt-power-wrapper .enzolt-hours-block {
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 60px;
}

.enzolt-power-wrapper .enzolt-hours {
  font-size: 100px;
  line-height: 70px;
  font-weight: 500;
  color: #CEFF00;
}

.enzolt-power-wrapper .enzolt-full-lottie {
  margin-top: 60px;
  width: 100%;
  display: block;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
  .enzolt-power-wrapper .enzolt-heading {
    font-size: 32px;
    line-height: 50px;
  }
  .enzolt-power-wrapper .enzolt-paragraph,
  .enzolt-power-wrapper .enzolt-bottom-text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .enzolt-power-wrapper .enzolt-hours {
    font-size: 70px;
    line-height: 60px;
  }
  .enzolt-power-wrapper .enzolt-hours-block {
    font-size: 20px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .enzolt-power-wrapper {
    padding: 60px 16px;
  }
  .enzolt-power-wrapper .enzolt-heading {
    font-size: 26px;
    line-height: 40px;
  }
  .enzolt-power-wrapper .enzolt-paragraph,
  .enzolt-power-wrapper .enzolt-bottom-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
  }
  .enzolt-power-wrapper .enzolt-hours {
    font-size: 50px;
    line-height: 50px;
  }
  .enzolt-power-wrapper .enzolt-hours-block {
    font-size: 16px;
    line-height: 40px;
  }
}
.enzolt-rnd-scroll-section {
  font-family: 'Aeonik', sans-serif;
  padding: 150px 5vw;
  position: relative;

}

.rnd-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.rnd-label-top {
  color: #6C94C5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.rnd-heading-top {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.rnd-scroll-wrapper {
  position: relative;
  padding-top: 100px; /* Adjust to fix anchor offset */
}

.rnd-scroll-sticky {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.rnd-left {
  flex: 1;
  position: relative;
}

.scroll-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 93%;
  background: #E0E0E0;
  overflow: hidden;
  z-index:-1;
}

.scroll-indicator-fill {
  width: 100%;
  background: #6C94C5;
  height: 0%;
  transform-origin: top;
}

.rnd-block {
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 4px solid transparent;
  opacity: 0.5;
  transition: all 0.4s ease;
}

.rnd-block.active {
  opacity: 1;
  border-left-color:rgb(29, 199, 225);
}

.rnd-title {
  font-size: 32px;
  line-height: 45.6px;
  font-weight: 700;
  margin-bottom: 10px;
}

.rnd-subtitle {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.rnd-desc {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}

.rnd-desc ul {
  padding-left: 20px;
  margin: 0;
}

.rnd-desc li {
  list-style: disc;
  margin-bottom: 10px;
}

.rnd-right {
  flex: 1;
 
  top: 20vh;
  align-self: flex-start;
}

.rnd-right img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  max-height: 500px;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.rnd-caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 42px;
  font-weight: 700;
  line-height: 110%;
  color: white;
  max-width: 70%;
  z-index: 2;
}

@media (max-width: 767px) {
  .enzolt-rnd-scroll-section {
    padding: 80px 20px;
  }

  .rnd-scroll-sticky {
    flex-direction: column;
    padding: 0;
  }

  .rnd-right {
    position: relative;
    top: unset;
    margin-bottom: 40px;
  }

  .scroll-indicator,
  .scroll-indicator-fill {
    display: none;
  }

  .rnd-block {
    opacity: 1 !important;
    border-left-color: #6C94C5 !important;
  }
}

.enzolt-rnd-mobile-section {
  display: none;
}

.rnd-mobile-block {
  margin-bottom: 60px;
}

.rnd-mobile-content {
  margin-bottom: 60px;
}

.rnd-mobile-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  max-height: 400px;
}

/* Mobile Only */
@media (max-width: 767px) {
  .enzolt-rnd-scroll-section {
    display: none !important;
  }
  .enzolt-rnd-mobile-section {
    display: block !important;
    padding: 60px 20px;
  }
}

@media (max-width: 767px) {
  .rnd-title {
    font-size: 18px;
    line-height: 32px;
  }

  .rnd-subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .rnd-desc {
    font-size: 14px;
    line-height: 26px;
  }

  .rnd-desc ul {
    padding-left: 16px;
  }

  .rnd-mobile-block {
    margin-bottom: 40px;
}

  .rnd-desc li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }
}
.enzolt-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: var(--enzolt-padding-top, 100px) 300px var(--enzolt-padding-bottom, 60px) 300px;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  padding-top: 100px;
}

.enzolt-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.enzolt-subheading {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #6C94C5;
}

.enzolt-heading {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-bottom: 25px;
  margin-top: 5px;
}

.enzolt-btn {
  display: inline-block;
  padding: 8px 20px;
  width: 140px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 8px;
  font-family: 'Aeonik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.enzolt-right {
  flex: 1 1 50%;
  max-width: 700px;
  display: flex;
  justify-content: flex-end;
}

.enzolt-right img {
  width: 100%;
  max-width: 566px;
  height: auto;
  aspect-ratio: 566 / 317;
  border-radius: 30px;
  display: block;
}

/* Tablet */
@media screen and (max-width: 1200px) {
  .enzolt-section {
    padding: var(--enzolt-padding-top, 40px) 40px var(--enzolt-padding-bottom, 40px);
    flex-direction: column;
    text-align: center;
  }

  .enzolt-left,
  .enzolt-right {
    max-width: 100%;
    flex: 1 1 100%;
    align-items: center;
  }

  .enzolt-left {
    align-items: center;
  }

  .enzolt-btn {
    margin: 0 auto;
  }
}

/* Mobile */
@media screen and (max-width: 600px) {
  .enzolt-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .enzolt-btn {
    width: 45%;
  }
}

  @media screen and (min-width: 1201px) and (max-width: 1417px) {
  .enzolt-section {
    padding: var(--enzolt-padding-top, 40px) 120px var(--enzolt-padding-bottom, 40px);
    text-align: center;
    align-items: center;
  }

  .enzolt-left {
    align-items: center;
    text-align: center;
  }

  .enzolt-right {
    justify-content: center;
  }

  .enzolt-btn {
    margin: 0 auto;
  }
}
.enzolt-team-outer {
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}

.enzolt-team-wrapper {
  background-color: var(--bg-color, #DFF6FF);
  border-radius: 40px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}

.enzolt-team-heading {
  text-align: center;
  margin-bottom: 40px;
}

.enzolt-team-eyebrow {
  font-size: 12px;
  color: #5E5E5E;
  margin-bottom: 8px;
  font-weight: 500;
  text-transform: uppercase;
}

.enzolt-team-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.enzolt-team-image {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px auto;
  border-radius: 20px;
  overflow: hidden;
}

.enzolt-team-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.enzolt-team-description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: left;
}

  @media screen and (min-width: 1500px) {
  .enzolt-team-image {
    max-width: 1200px;
  }

  .enzolt-team-description {
    max-width: 1200px;
  }
}


.enzolt-team-description p:last-of-type em {
  font-style: italic;
  font-weight: 500;
  display: block;
  margin-top: 20px;
}

.enzolt-team-svg {
  position: absolute;
  bottom: -29px;
  right: -52px;
  width: 32%;
  height: auto;
  opacity: 0;
  transform: scale(0.95);
  animation: fadeGrow 1.5s ease-in-out 0.3s forwards;
  pointer-events: none;
}

@keyframes fadeGrow {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Tablet view */
@media screen and (max-width: 1024px) {
  .enzolt-team-outer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .enzolt-team-wrapper {
    padding: 50px 30px;
  }

  .enzolt-team-title {
    font-size: 18px;
  }

  .enzolt-team-description {
    font-size: 15px;
    line-height: 22px;
  }

  .enzolt-team-svg {
    width: 220px;
    bottom: -20px;
    right: -30px;
  }
}

/* Mobile view */
@media screen and (max-width: 767px) {
  .enzolt-team-outer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .enzolt-team-wrapper {
    padding: 40px 20px;
  }

  .enzolt-team-title {
    font-size: 17px;
  }

  .enzolt-team-description {
    font-size: 14px;
    line-height: 21px;
  }

  .enzolt-team-svg {
    width: 160px;
    bottom: -16px;
    right: -24px;
  }
}
.enzolt-wrapper-outer {
  padding-left: 120px;
  padding-right: 120px;
  box-sizing: border-box;
}

.enzolt-tech-box {
  width: 100%;
  background-color: #B2E9FF;
  padding: 40px;
  border-radius: 40px;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  box-sizing: border-box;
}

.enzolt-tech-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  font-family: 'Aeonik', sans-serif;
  padding: 0 0;
}

.enzolt-tech-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 250px;
}

.enzolt-tech-logo {
  width: 60px;
  height: auto;
}

.enzolt-tech-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}

.enzolt-tech-divider {
  width: 1px;
  height: 30px;
  background-color: #90C8DA;
}

.enzolt-tech-desc {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #000;
  white-space: nowrap;
}

.enzolt-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.enzolt-tech-button {
  width: 108px;
  height: 40px;
  background-color: #D4FF00;
  color: #000;
  border-radius: 10px;
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.enzolt-tech-button:hover {
  opacity: 0.85;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .enzolt-wrapper-outer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .enzolt-wrapper-outer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .enzolt-tech-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .enzolt-tech-content {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .enzolt-tech-desc,
  .enzolt-tech-title {
    white-space: normal;
  }

  .enzolt-button-wrapper {
    justify-content: center;
    width: 100%;
    margin-top: 12px;
  }
}

  @media screen and (max-width: 1024px) {
  .enzolt-wrapper-outer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .enzolt-tech-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .enzolt-tech-content {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .enzolt-tech-desc,
  .enzolt-tech-title {
    white-space: normal;
  }

  .enzolt-button-wrapper {
    justify-content: center;
    width: 100%;
    margin-top: 12px;
  }
}
@font-face {
  font-family: 'Aeonik';
  src: url('/cdn/shop/files/Aeonik_Regular.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Aeonik';
  src: url('/cdn/shop/files/Aeonik_Medium.woff2') format('woff2');
  font-weight: 500;
}

.feature-section-wrapper {
  padding: 218px 40px;
  font-family: 'Aeonik', sans-serif;
  position: relative;
  overflow-x: hidden; 
}

.feature-section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.feature-section-heading p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #6C94C5;
  margin-bottom: 5px;
}

.feature-section-heading h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}

.feature-block {
  display: grid;
  grid-template-columns: 40px 1fr 1fr;
  gap: 80px;
  align-items: start;
  padding: 40px 20px;
  border-top: 1px solid #AEE8FF;
  position: relative;
  height: 188px;
}

.feature-number {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
}

.feature-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  color: #000;
  white-space: pre-line;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 328px;
  height: 88px;
}

.feature-desc {
  width: 297px;
  height: 72px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #222;
}

.feature-image {
  position: absolute;
  right: 40px;
  top: -150px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  width: 200px;
  height: auto;
  border-radius: 10px;
}

.feature-block:hover .feature-image {
  opacity: 1;
}

/* ✅ Responsive Fixes Only */
@media screen and (max-width: 1024px) {
  .feature-block {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
    height: auto;
  }

  .feature-number {
    font-size: 14px;
    line-height: 24px;
  }

  .feature-title {
    font-size: 24px;
    line-height: 32px;
    width: 100% !important;
    height: auto;
  }

  .feature-desc {
    font-size: 16px;
    line-height: 24px;
    width: 50% !important;
    height: auto;
    white-space: normal;
    word-break: break-word;
  }

  .feature-image {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .feature-section-wrapper {
    padding: 80px 20px;
  }

  .feature-block {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-title {
    font-size: 24px;
    line-height: 32px;
    width: 100% !important;
    height: auto;
  }

  .feature-desc {
    font-size: 14px;
    line-height: 20px;
    width: 100% !important;
    height: auto;
    white-space: normal;
    word-break: break-word;
  }

  .feature-number {
    font-size: 14px;
    line-height: 24px;
  }
}
@font-face {
  font-family: 'Aeonik';
  src: url('{{ "Aeonik-Regular.woff2" | asset_url }}') format('woff2'),
       url('{{ "Aeonik-Regular.woff" | asset_url }}') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('{{ "Aeonik-Medium.woff2" | asset_url }}') format('woff2'),
       url('{{ "Aeonik-Medium.woff" | asset_url }}') format('woff');
  font-weight: 500;
  font-style: normal;
}

.get-started-outer {
  padding: 0 40px;
  box-sizing: border-box;
}

.get-started-wrapper {
  padding: 60px;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-family: 'Aeonik', sans-serif;
  overflow: hidden;
}

.get-started-subtext strong {
  font-weight: 600;
}

.get-started-subtext h1 {
    font-size: 22px;
    line-height: 32px;
    color: #111111;
    font-family: 'Aeonik', sans-serif;
    font-weight: 400;
}

.get-started-button {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  padding: 14px 28px;
  border-radius: 10px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  white-space: nowrap;
}

.get-started-button:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1024px) {
  .get-started-wrapper {
    padding: 40px 20px 50px;
  }

  .get-started-heading {
    font-size: 36px !important;
    line-height: 44px !important;
  }

  .get-started-subtext {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
.hero-wrapper {
  width: 100%;
  height: 100vh;
  margin-top:-100PX;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 40px 40px;
  /* background: linear-gradient(to bottom, #eafaff 0%, #ffffff 100%);
  font-family: 'Aeonik', sans-serif; */
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  /* padding-bottom: 40px; */
}

.hero-text-block {
  max-width: 720px;
}

.hero-title {
  font-size: var(--heading-font-desktop);
  line-height: 45px;
  font-weight: 400;
  color: #ffffff;
}

.hero-title-line {
  display: block;
  line-height: 60px;
  /* margin-bottom: 20px; */
  white-space: nowrap;
}

.hero-title-line .word {
  display: inline-block;
  margin-right: 20px;
}

.fade-in-letter {
  display: inline-block;
  opacity: 0;
  animation: fadeIn 0.4s forwards;
  vertical-align: bottom;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.hero-subtext {
  font-size: var(--subtext-font-desktop);
  line-height: 28px;
  /* margin-top: 50px; */
  color: var(--subtext-color);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
  display: none;
}

.hero-buttons a {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #060902;
}

.hero-buttons .btn-discover {
  background: #D7FC00;
}

.hero-buttons .btn-know {
  border: 1px solid #060902;
  background: #fff;
}

.scroll-down-indicator {
  position: absolute !important;
  right: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  display: none;
}

.scroll-down-indicator span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #88b3bd;
  font-size: 14px;
}

.scroll-down-indicator img {
  width: 20px;
  height: 20px;
}

/* Tablet */
@media (max-width: 1023px) {
  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 30px 40px;
    height: auto;
    min-height: 90vh;
  }

  .hero-title {
    font-size: var(--heading-font-tablet);
  }

   .hero-title-line {
     line-height: 55px;
    margin-bottom: 12px;
    white-space: nowrap;
  }

  .hero-subtext {
    font-size: var(--subtext-font-tablet);
  }

  .scroll-down-indicator {
    right: 20px;
    bottom: 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hero-wrapper {
    padding: 20px 20px 40px;
  }

  .hero-title {
    font-size: var(--heading-font-mobile);
  }

  .hero-title-line {
     line-height: 30px;
    margin-bottom: 0px;
    white-space: nowrap;
  }

  .hero-subtext {
    font-size: var(--subtext-font-mobile);
  }

  .hero-buttons a {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 18px;
  }

  .scroll-down-indicator {
    display: none;
  }
}

.hero-wrapper {
  position: relative;
  overflow: hidden; /* ensure video doesn't overflow */
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.hero-left,
.scroll-down-indicator {
  position: relative;
  z-index: 1;
}

/* Fix word gaps on mobile */
@media (max-width: 767px) {
  .hero-title-line {
    white-space: normal !important; /* override previous nowrap */
    display: block;                 /* ensure it's not a flex row */
    word-spacing: normal;
    letter-spacing: 0;
  }
  .hero-title-line .word {
    display: inline;                /* avoid inline-block gaps */
    margin-right: 0.25em;           /* natural word space */
  }
  .hero-title-line .word:last-child {
    margin-right: 0;
  }
  .hero-title-line .fade-in-letter {
    display: inline;                /* prevent extra spacing per letter */
  }
}
.ec1800-wrapper {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.ec1800-section {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  height: 85vh;
  padding: 0 40px;
  font-family: 'Aeonik', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  border-radius: 40px;
  position: relative;
  background-size: cover;
  text-align: center;
}

  .ec1800-heading {
/* font-size: 60px; */
font-family: 'Aeonik';
/* line-height: 80px; */
    font-size: clamp(36px, 4vw, 100px) !important;
  line-height: 150px;
font-weight: 400;
margin-bottom: 10px;
color: #ffffff;
    padding-top: 20%;
     display: inline-block;
  text-align: center;
  white-space: nowrap;
  will-change: letter-spacing;
  transition: letter-spacing 0.3s ease-out;
}

.ec1800-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* vertically center the content */
  color: #ffffff;
  text-align: center;
  padding-top: 0; /* remove top padding to allow vertical centering */
   
}

  .ec1800-subheading{
    padding-bottom: 30px;
        padding-top: 50px;

    padding-right: 45px;
  }

.ec1800-button {
  width: 131px;
  height: 44px;
  font-size: 16px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
  padding: 0;
}

.ec1800-button:hover {
  background-color: #ffffff;
  color: #000000;
}

.ec1800-launching {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(36px, 6vw, 100px);
  line-height: 150px;
  font-family: 'Aeonik', sans-serif;
  color: #CEFF00;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  max-width: 100vw;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1500px) {
  .ec1800-section {
    height: 95vh;
  }
}

@media (max-width: 767px) {
  .ec1800-wrapper {
    padding: 0 20px;
  }

  .ec1800-section {
    padding: 0 20px;
    border-radius: 20px;
    height: auto;
    min-height: 35vh;
  }

  /* .ec1800-content {
    padding-top: 80px;
  } */

  .ec1800-button {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }

  .ec1800-launching {
    font-size: clamp(28px, 10vw, 60px);
    line-height: 90px;
    bottom: 20px;
  }
}

  @media (max-width: 767px) {

  
  .ec1800-content {
    padding-top: 60px;
    justify-content: flex-start;
  }
}

  .ec1800-content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
    line-height:100px;
}

.ec1800-heading-block {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;

  /* ✅ Fixed width for all devices */
  width: 100%;
  max-width: 900px; /* adjust this value as needed */
  padding: 0 20px; /* optional side padding for safety */
}

  /* Tablet */
@media (max-width: 1024px) {
  .ec1800-heading-block {
    top: 34%;
    max-width: 700px;
    padding: 0 16px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .ec1800-heading-block {
    top: 26%;
    max-width: 90%;
    padding: 0 14px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .ec1800-heading-block {
    top: 34%;
    padding: 0 12px;
  }
   .ec1800-subheading{
    padding-bottom: 30px;
        padding-top: 0px;

   padding-right: 15px;
        font-size: 12px !important;
  }
}
  @media (max-width: 767px) {
  .ec1800-heading {
    font-size: 24px !important;
  }
}

@media (max-width: 768px) {
  .ec1800-section {
    background-size: cover !important; /* or 100% if you want full width only */
    background-position: center !important;
  }
}
.inverter-section-wrapper {
  text-align: center;
  padding: 60px 59.5px;
  box-sizing: border-box;
}

.inverter-subheading {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: var(--subheading-size, 14px);
  color: #6C94C5;
  margin-bottom: 8px;
}

.inverter-heading {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: var(--heading-size, 24px);
  line-height: 30px;
  margin: 0px 0 50px;
  color: #000;
}

.inverter-lottie-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 40px;
  background-color: var(--lottie-bg, #F5F5F5);
  padding: 20px;
  box-sizing: border-box;
}

.inverter-lottie-container lottie-player {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px;
}

@media screen and (max-width: 1024px) {
  .inverter-section-wrapper {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 768px) {
  .inverter-section-wrapper {
    padding: 40px 20px;
  }
 .inverter-lottie-container lottie-player {
    transform: scale(1.2);
  }
  .inverter-heading {
    font-size: calc(var(--heading-size, 24px) - 4px);
    line-height: 28px;
  }

  .inverter-subheading {
    font-size: calc(var(--subheading-size, 14px) - 2px);
  }
}
  @media screen and (max-width: 767px) {
 .inverter-lottie-container{
    border-radius: 20px;
  }
  }
.faq-wrapper {
  background-color: #daf5ff;
  padding: 60px 162px;
  /* border-radius: 16px; */
  font-family: 'Aeonik', sans-serif;
}

.faq-heading-label {
  text-align: center;
  color: #6C94C5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}

.faq-heading-main {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}

.faq-item {
  background: #fff;
  margin-bottom: 16px;
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

.faq-answer {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  margin-top: 0;
}

.faq-item.active .faq-answer {
  opacity: 1;
  margin-top: 12px;
}

.faq-toggle {
  font-size: 20px;
  font-weight: 600;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .faq-wrapper {
    padding: 60px 60px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .faq-wrapper {
    padding: 40px 20px;
  }

  .faq-heading-main {
    font-size: 20px;
    line-height: 28px;
  }

  .faq-heading-label {
    font-size: 13px;
    line-height: 18px;
  }

  .faq-question {
    font-size: 15px;
  }

  .faq-answer {
    font-size: 15px;
    line-height: 22px;
  }
}
.enzolt-feature-strip {
  background-color: #fff;
  font-family: 'Aeonik', sans-serif;
}

.enzolt-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  align-items: center;
  justify-content: center;
  padding: 0 162px;
}

.enzolt-feature {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.enzolt-feature img {
  width: 48px;
  height: auto;
}

.enzolt-feature-text {
  font-size: 20px;
  font-weight: 500;
  color: #282828;
  line-height: auto;
}

@media (max-width: 1024px) {
  .enzolt-feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0 40px;
  }

  .enzolt-feature {
    justify-content: center;
  }

  .enzolt-feature-text {
    font-size: 18px;
  }

  .enzolt-feature img {
    width: 42px;
  }
}

@media (max-width: 767px) {

  .enzolt-feature-strip {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .enzolt-feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 20px;
  }

  .enzolt-feature {
    justify-content: left;
    text-align: center;
  }

  .enzolt-feature-text {
    font-size: 10px;
  }

  .enzolt-feature img {
    width: 36px;
  }
}
.custom-product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 60px;
  font-family: 'Aeonik', sans-serif;
}

.custom-product-images-grid {
  display: flex;
  gap: 20px;
  flex-direction: row; /* Default layout for desktop */
}

.custom-product-images-grid .left-image {
  display: flex;
  justify-content: center;
}

.custom-product-images-grid .left-image img {
  object-fit: cover; /* Ensures the image covers the area */
  width: 447px; /* Fixed width for left image */
  height: 500px; /* Fixed height for left image */
  border-radius: 12px;
}

.custom-product-images-grid .right-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.custom-product-images-grid .right-images .top-image {
  object-fit: cover; /* Ensures the image covers the area */
  width: 288px; /* Fixed width for the top right image */
  height: 298px; /* Fixed height for the top right image */
  border-radius: 12px;
}

.custom-product-images-grid .right-images .bottom-image {
  object-fit: cover; /* Ensures the image covers the area */
  width: 288px; /* Fixed width for the bottom right image */
  height: 190px; /* Fixed height for the bottom right image */
  border-radius: 12px;
}

.product-details {
  display: flex;
  flex-direction: column;
  margin-top: 20px; /* Margin top for product details */
  margin-bottom: 20px; /* Margin bottom for product details */
}

.product-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #E8E8E8; /* Border bottom with the specified color */
}

.product-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #333;
  margin-bottom: 20px;
    margin-top: 20px;
}

.product-price {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.shipping-info {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px;
}


.pincode-check .label,
.quantity-wrapper .label {
  font-weight: 500;
  margin-bottom: 4px;
  border-top: 1.08px solid #E8E8E8;
  padding-top: 25px;
  padding-bottom: 25px;
}

  .color-swatch-group .label {
  font-weight: 500;
  margin-bottom: 4px;
  border-top: 1.08px solid #E8E8E8;
  padding-top: 25px;
  padding-bottom: 0px;
}

.color-dots {
  display: flex;
  gap: 10px;
  padding-bottom: 25px;
}
.color-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
}
.color-dot.selected {
  border: 2px solid #000;
}

.quantity-box {
  display: flex;
  align-items: center;
  background: #f4f4f4;
  border-radius: 999px;
  padding: 8px 20px;
  width: fit-content;
}
.quantity-box button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.quantity-box input {
  width: 30px;
  text-align: center;
  font-size: 16px;
  border: none;
  background: none;
}

.stock-text {
  font-size: 14px;
  color: #222;
  margin-left: 12px;
}

.buttons-wrapper {
  display: flex;
  gap: 14px;
  border-bottom: 1px solid #E8E8E8;
  padding-top: 25px;
  padding-bottom: 25px;
}
.buttons-wrapper button {
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px;
  padding: 12px 24px;
  cursor: pointer;
  font-family: 'Aeonik', sans-serif;
}
.add-cart {
  background: #fff;
  border: 2px solid #000;
  color: #000;
}
.buy-now {
  background: #2D2D2D;
  color: #fff;
  border: none;
}

.pincode-check {
  margin-top: 28px;
  width: 60%;
}
.pincode-row {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.pincode-row input {
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px solid #ccc;
  flex: 1;
  font-family: 'Aeonik', sans-serif;
}
.pincode-row button {
  background: #CEFF00;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  padding: 12px 24px;
  cursor: pointer;
}
.pincode-msg ul {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  padding-left: 18px;
  list-style: disc;
}

.pincode-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.pincode-popup.show {
  opacity: 1;
  visibility: visible;
}

.pincode-popup .popup-content {
  background: white;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

.pincode-popup .popup-content p {
  font-size: 16px;
}

.pincode-popup .popup-content .icon {
  font-size: 32px;
  margin-top: 10px;
}

.pincode-popup .popup-content button {
  background: #CEFF00;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .custom-product-wrapper {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .custom-product-images-grid {
    flex-direction: column;
    gap: 20px;
  }

  .custom-product-images-grid .left-image img {
    width: 100%; /* Main image takes 100% width */
    height: auto; /* Maintain aspect ratio */
  }

  .custom-product-images-grid .right-images {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }

  .custom-product-images-grid .right-images .top-image,
  .custom-product-images-grid .right-images .bottom-image {
    width: 50%; /* Below images take 50% width */
    height: auto; /* Maintain aspect ratio */
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .custom-product-wrapper {
    grid-template-columns: 1fr; /* Stack images vertically on tablet */
    padding: 30px 20px; /* Adjust padding for tablet */
  }

  .custom-product-images-grid {
    flex-direction: column; /* Stack images vertically */
    gap: 20px; /* Space between images */
  }

  .custom-product-images-grid .left-image img {
    width: 100%; /* Main image takes 100% width */
    height: auto; /* Maintain aspect ratio */
  }

  .custom-product-images-grid .right-images {
    display: block; /* Stack right images vertically */
  }

  .custom-product-images-grid .right-images .top-image,
  .custom-product-images-grid .right-images .bottom-image {
    width: 50%; /* Below images take 50% width */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 20px; /* Add space between images */
  }
}

  #variant-container, .color-swatch-group {
  display: block !important;  /* Force the element to remain visible */
}

/* If you are targeting a specific product variant */
.product-variant {
  display: block !important;  /* Make sure the variant is always visible */
}
.tabs-wrapper {
  width: 95%;
  margin: 60px auto;
  font-family: 'Aeonik', 'Helvetica Neue', sans-serif;
  
  overflow-x: hidden;
}

.section-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #6C94C5;
  text-align: center;
  margin-bottom: 6px;
}

.section-heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.scroll-hide {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.scroll-hide::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.tabs {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 30px;
  min-width: max-content;
}

.tab-button {
  padding: 12px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #999;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
  padding: 20px;
}

.tab-button:hover {
  color: #323232;
}

.tab-button.active {
  color: #323232;
  border-color: #323232;
}

.tab-content {
  display: none;
  width: 100%;
}

.tab-content.active {
  display: block;
}

.tab-content table {
      border-collapse: collapse;
    width: 95%;
    margin-top: 20px;
    font-family: 'Aeonik', sans-serif;
    font-size: 14px;
    min-width: 600px;
    padding-left: 20px;
    margin-left: 20px;
}

.tab-content th,
.tab-content td {
  padding: 12px 20px;
  border: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
}

.tab-content thead {
  background-color: #e6f4fc;
}

.tab-content thead th {
  font-weight: 600;
}

.tab-content tbody td:first-child {
  width: 40%;
}

.tab-content tbody td:last-child {
  width: 60%;
}

@media (max-width: 1024px) {
  .tabs-wrapper {
    padding: 0 40px;
  }

  .tabs {
    gap: 24px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .tab-content table {
    font-size: 13.5px;
  }

  .tab-content th,
  .tab-content td {
    padding: 10px 14px;
  }
}

@media (max-width: 767px) {

  .tab-content table {
    margin-left:0px;
  }
  
  .tabs-wrapper {
    padding: 0 16px;
    margin: 40px auto;
  }

  .section-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .section-label {
    font-size: 13px;
    line-height: 18px;
  }

  .tabs {
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 24px;
  }

  .tabs::-webkit-scrollbar {
    display: none;
  }

  .tab-button {
    font-size: 15px;
    padding: 10px;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
  }

  .tab-button.active {
    border-color: #323232;
  }

  .tab-content-wrapper {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .tab-content-wrapper::-webkit-scrollbar {
    display: none;
  }

  .tab-content table {
    min-width: 500px;
  }
}
@font-face {
  font-family: 'Aeonik';
  src: url('/cdn/shop/files/Aeonik_Regular_a48a1027-e03a-48fd-8459-70a0444a96bd.woff2?v=1750940941') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Aeonik';
  src: url('/cdn/shop/files/Aeonik_Medium.woff2?v=1751350151') format('woff2');
  font-weight: 500;
}

.redefined-features-section {
  padding: 100px 92px;
  background: linear-gradient(to bottom, #E7F9FF 0%, #FFFFFF 100%);
  font-family: 'Aeonik', sans-serif;
}

.redefined-title-wrapper {
  max-width: 1400px;
  margin: 0 auto 40px;
  text-align: left;
}

.redefined-heading {
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  max-width: 60%;
}

.redefined-heading span {
  color: #00B7EE;
}

.redefined-features-wrapper {
  background: #fff;
  border-radius: 40px;
  padding: 60px 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.redefined-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 116px; /* ← Added vertical gap between rows */
}

.redefined-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.redefined-item img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.redefined-item-text h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #00B7EE;
  margin: 0 0 5px;
}

.redefined-item-text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

/* Tablet */
@media (max-width: 1024px) {
  .redefined-features-section {
    padding: 80px 20px;
  }

  .redefined-heading {
    font-size: 40px;
    line-height: 52px;
  }

  .redefined-features-wrapper {
    padding: 40px 20px;
  }

  .redefined-grid {
    grid-template-columns: 1fr;
    gap: 40px 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .redefined-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .redefined-item {
    flex-direction: row;
  }

  .redefined-item img {
    width: 50px;
    height: 50px;
  }

  .redefined-item-text h4,
  .redefined-item-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.related-launch-section {
  padding: 100px 0px;
  font-family: 'Aeonik', sans-serif;
  text-align: center;
}
.related-subhead {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Aeonik Medium', sans-serif;
  color: #6587A9;
  margin-bottom: 4px;
}
.related-mainhead {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Aeonik Medium', sans-serif;
  margin-bottom: 40px;
}
.related-launch-text {
  font-size: 100px;
  line-height: 150px;
  font-family: 'Aeonik Regular', sans-serif;
  margin-bottom: 100px;
  color: black;
}
.related-grid {
  display: flex;
    justify-content: center;
    column-gap: 90px;
    row-gap: 60px;
    width: 100%;
}
.related-item {
  width: 300px;
  text-align: left;
}
.related-item img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}
.related-price {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Aeonik Medium', sans-serif;
  margin-top: 30px;
}
.related-title {
  font-size: 20px;
  font-family: 'Aeonik Bold', sans-serif;
  margin-top: 10px;
}
.related-desc {
  font-size: 14px;
  margin-top: 8px;
  line-height: 24px;
  text-transform: uppercase;
}
.related-desc strong {
  font-weight: bold;
}

/* Tablet */
@media (max-width: 1024px) {
  .related-launch-section {
    padding: 80px 60px;
  }
  .related-launch-text {
    font-size: 60px;
    line-height: 80px;
  }
  .related-item {
    width: 45%;
  }
  .related-grid {
    column-gap: 40px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .related-launch-section {
    padding: 60px 20px;
  }
  .related-grid {
    flex-direction: column;
    align-items: center;
  }
  .related-item {
    width: 100%;
    max-width: 320px;
  }
  .related-launch-text {
    font-size: 40px;
    line-height: 60px;
  }
}


  .related-item {
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
  filter: grayscale(20%);
}
.smart-control-section {
  padding: 150px 200px 150px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: 'Aeonik', sans-serif;
}

.smart-control-heading {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #00C3FF;
}

.smart-control-subheading {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
}

.smart-control-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 20px auto 40px;
  max-width: 378px;
  color: #fff;
}

.smart-control-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}

.smart-control-icons img {
  width: 55px;
  height: 55px;
  background-color: {{ section.settings.icon_bg_color }};
  border-radius: 8px;
}

.smart-control-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 0 80px;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 100px;
}

.smart-control-left-image {
  width: 100%;
  max-width: 560px;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  display: block;
}

.smart-control-right-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 560px;
}

.smart-control-right-column lottie-player {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Zoom + Glow */
/* .smart-control-left-image:hover,
.smart-control-right-column lottie-player:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 40px rgba(0, 195, 255, 0.3);
} */

@media (max-width: 1024px) {
  .smart-control-section {
    padding: 80px 20px;
  }
}

@media (max-width: 767px) {
  .smart-control-heading,
  .smart-control-subheading {
    font-size: 28px;
    line-height: 36px;
  }

  .smart-control-description {
    font-size: 14px;
    line-height: 22px;
  }

  .smart-control-icons {
    gap: 12px;
    margin-bottom: 40px;
  }

  .smart-control-images {
    grid-template-columns: 1fr;
  }

  .smart-control-right-column {
    flex-direction: column;
  }
}
@font-face {
  font-family: 'Aeonik';
  src: url('{{ "Aeonik_Regular.woff2" | asset_url }}') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Aeonik';
  src: url('{{ "Aeonik_Medium.woff2" | asset_url }}') format('woff2');
  font-weight: 500;
}

.stay-powered-section-wrapper {
  padding: 40px;
  box-sizing: border-box;
}

.stay-powered-wrapper {
  width: 100%;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
  position: relative;
  overflow: hidden;
  padding: 80px 40px;
  box-sizing: border-box;
}

.stay-powered-heading {
  font-family: 'Aeonik', sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  margin: 0 0 115px;
  word-break: break-word;
}

.stay-powered-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 100%;
  flex-wrap: wrap;
}

.stay-powered-paragraph {
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #616161;
  max-width: 600px;
  margin: 0;
}

.stay-powered-btn {
  position: relative;
  background: #000;
  color: #CEFF00;
  padding: 12px 20px;
  border-radius: 10px;
  font-family: 'Aeonik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  transition: 0.3s ease;
  white-space: nowrap;
}

.stay-powered-btn:hover {
  background: #333;
}

@media (max-width: 1024px) {
  .stay-powered-heading {
    font-size: 70px;
    line-height: 80px;
  }

  .stay-powered-btn {
    font-size: 15px;
    padding: 10px 18px;
  }
}

@media (max-width: 768px) {
  .stay-powered-heading {
    font-size: 48px;
    line-height: 58px;
  }

  .stay-powered-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .stay-powered-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .stay-powered-btn {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .stay-powered-heading {
    font-size: 30px;
    line-height: 44px;
    margin: 0 0 50px;
  }

  .stay-powered-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .stay-powered-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
  .stay-powered-section-wrapper {
      padding: 20px;}
  .stay-powered-wrapper {
        padding: 40px 40px;}
}

@media (max-width: 768px) {
    .stay-powered-wrapper {
        padding: 40px 40px 50px; 
    }
}
.technology-hero-section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 103vh;
  padding: {{ section.settings.padding_top_desk }}px 20px {{ section.settings.padding_bottom_desk }}px;
  box-sizing: border-box;
  margin-top: -140px;
  text-align: center;
}

.technology-hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120vh;
  text-align: center;
  box-sizing: border-box;
}

.technology-hero-heading {
  font-size: 60px;
  line-height: 100px;
  font-family: 'Aeonik', sans-serif;
  font-weight: 400;
  color: white;
  max-width: 1050px;
  
  margin: 0 auto 40px;
}

.technology-hero-heading span {
  color: #CEFF00;
}

.technology-hero-center-image {
  width: 394px;
  height: 372px;
  margin: 0 auto 40px;
}

.technology-hero-center-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.technology-hero-subheading {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Aeonik', sans-serif;
  font-weight: 500;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
}

.technology-hero-corner-image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: auto;
}

/* Tablet (≤1024px) */
@media screen and (max-width: 1024px) {
  .technology-hero-section {
    padding: {{ section.settings.padding_top_tab }}px 16px {{ section.settings.padding_bottom_tab }}px;
    margin-top: -100px;
  }

  .technology-hero-inner {
    min-height: calc(100vh - {{ section.settings.padding_top_tab }}px - {{ section.settings.padding_bottom_tab }}px);
  }

  .technology-hero-heading {
    font-size: 42px;
    line-height: 70px;
    max-width: 90%;
    word-break: break-word;
  text-wrap: balance;
  }

  .technology-hero-center-image {
    width: 320px;
    height: auto;
    margin-bottom: 30px;
  }

  .technology-hero-subheading {
    font-size: 18px;
    line-height: 26px;
    max-width: 90%;
  }

  .technology-hero-corner-image {
    width: 50px;
  }
}

/* Mobile (≤767px) */
@media screen and (max-width: 767px) {
  .technology-hero-section {
    padding: {{ section.settings.padding_top_mob }}px 12px {{ section.settings.padding_bottom_mob }}px;
    margin-top: -80px;
  }

  .technology-hero-inner {
    min-height: calc(100vh - {{ section.settings.padding_top_mob }}px - {{ section.settings.padding_bottom_mob }}px);
    padding-top: 0;
    padding-bottom: 0;
  }

  .technology-hero-heading {
    font-size: {{ section.settings.heading_size_mob }}px;
    line-height: 50px;
  }

  .technology-hero-center-image {
    width: 260px;
  }

  .technology-hero-subheading {
    font-size: {{ section.settings.subheading_size_mob }}px;
    line-height: 24px;
  }

  .technology-hero-corner-image {
    width: 40px;
  }
}

.fade-in-letter {
  opacity: 0;
  animation: fadeIn 0.4s forwards;
  vertical-align: bottom;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}