/** Shopify CDN: Minification failed

Line 103:0 All "@import" rules must come first

**/


/* CSS from section stylesheet tags */
.custom-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.custom-banner--small { height: 300px; }
.custom-banner--medium { height: 500px; }
.custom-banner--large { height: 700px; }

.custom-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-banner__image.mobile {
  display: none;
}

.custom-banner__gradient-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.38%, #000000 100%);
  z-index: 1;
}

.custom-banner__content {
  position: absolute;
  z-index: 2;
  padding: 20px;
  /* max-width: 90%;*/
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  word-wrap: break-word;
  width: 100%;
  margin: 0 auto;
  align-items: center; /* 🔥 This line centers button and heading */
}

.custom-banner__content h2 {
  margin: 0;
  line-height: 1.3;
  word-break: break-word;
}

.custom-banner__button {
  padding: 6px 16px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 4px;
  max-width: fit-content;
}

/* Positioning */
.custom-banner__content.top-left { top: 5%; left: 5%; text-align: left; }
.custom-banner__content.top-center { top: 5%; left: 50%; transform: translateX(-50%); text-align: center; }
.custom-banner__content.top-right { top: 5%; right: 5%; text-align: right; }

.custom-banner__content.center-left { top: 50%; left: 5%; transform: translateY(-50%); text-align: left; }
.custom-banner__content.center-center { top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.custom-banner__content.center-right { top: 50%; right: 5%; transform: translateY(-50%); text-align: right; }

.custom-banner__content.bottom-left { bottom: 5%; left: 5%; text-align: left; }
.custom-banner__content.bottom-center { bottom: 5%; left: 50%; transform: translateX(-50%); text-align: center; }
.custom-banner__content.bottom-right { bottom: 5%; right: 5%; text-align: right; }

.heading-desktop { display: block; }
.heading-mobile { display: none; }

@media screen and (max-width: 749px) {
  .custom-banner--small { height: 250px; }
  .custom-banner--medium { height: 400px; }
  .custom-banner--large { height: 600px; }

  .custom-banner__image.desktop { display: none; }
  .custom-banner__image.mobile { display: block; }

  .heading-desktop { display: none; }
  .heading-mobile { display: block; }

  .custom-banner__content {
    padding: 15px;
    max-width: 95%;
    gap: 8px;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.custom-engagement-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  max-width: 1200px;
  margin: 0 auto;
 
  gap: 20px;
  font-family: 'Poppins', sans-serif;
}

.custom-engagement-image {
  flex: 1;
  text-align: center;
}

.custom-engagement-image img {
  max-width: 100%;
  height: auto;
}

.custom-engagement-content {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-engagement-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.custom-engagement-content p {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 500px;
}

.custom-engagement-content a {
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: background 0.3s ease;
}

.custom-engagement-content a:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 768px) {
  .custom-engagement-section {
    flex-direction: column;
    text-align: center;
    padding: 0px 10px 10px 10px;
  }
  .custom-engagement-content p {
  font-size: 14px;}

  .custom-engagement-content h2 {
  font-size: 19px;
  margin-bottom: 0px;
  }
  .custom-engagement-content {
    padding-top: 0px;
  }
}
.custom-process {
  padding: 0px 20px;
  max-width: max-content;
  margin: auto;
  font-family: 'Helvetica Neue', sans-serif;
}

.custom-process__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

.custom-process__line {
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  max-width: 120px;
}

.custom-process__title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0 20px;
  word-break: break-word;
  white-space: normal;
}

/* Responsive font sizes */
@media (max-width: 1024px) {
  .custom-process__title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .custom-process__title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .custom-process__title {
    font-size: 18px;
  }
}


/* Step Wrapper */
.custom-process__step {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.custom-process__step.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Reverse step */
.custom-process__step--reverse {
  flex-direction: row-reverse;
}

/* Image and Text Wrapper */
.custom-process__step-img,
.custom-process__step-text {
  width: 48%;
}

.custom-process__step-img img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border: 1px solid #e5e5e5;
}

/* Vertical divider */
.custom-process__divider {
  width: 3px;
  background-color: #000;
  margin: 0 15px;
  align-self: stretch;
}

/* Text Content */
.custom-process__step-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 50px;
}

.custom-process__step-text h3 span {
  color: #0066cc;
}

.custom-process__step-text p {
  font-size: 16px;
  color: #666;
}

/* Mobile */
@media (max-width: 768px) {
  .custom-process__step {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .custom-process__step--reverse {
    flex-direction: column;
  }
.custom-process__step-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 18px;
}
  .custom-process__step-img,
  .custom-process__step-text {
    width: 100%;
  }

  .custom-process__divider {
    display: none;
  }

  .custom-process__line {
    display: none;
  }

  .custom-process__title-wrapper {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .custom-process__title {
    margin: 10px 0;
  }
}
.video-section-wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0px auto;
  border: 4px solid #cce6ff;
  overflow: hidden;
  border-radius: 8px;
}

.video-section-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}

.video-thumbnail {
  width: 100%;
  max-width: 1920px;
  height: 720px;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.video-play-overlay img {
  width: 70px;
  height: 70px;
}
@media (max-width: 900px) {
  .video-thumbnail {
    height: 450px;
  }

  .video-play-overlay img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .video-thumbnail {
    height: 450px;
  }

  .video-play-overlay img {
    width: 50px;
    height: 50px;
  }
}
.responsive-catalog-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.responsive-catalog-section .catalog-image {
  width: 40%;
  position: relative;
  overflow: hidden;
}

.responsive-catalog-section .catalog-image img {
  width: 100%;
  transition: transform 0.3s ease;
}

.responsive-catalog-section .catalog-image:hover img {
  transform: scale(1.1);
}

.responsive-catalog-section .catalog-content {
  width: 45%;
  align-content: space-evenly;
}

.responsive-catalog-section .catalog-content h2 {
  margin-top: 0;
}

/* Update button styles */
.responsive-catalog-section .catalog-content .button {
  background-color: #f3f3f3; /* Light grey background */
  color: black; /* Black text */
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.responsive-catalog-section .catalog-content .button:hover {
  background-color: #ea8e8e; /* Light red background on hover */
  color: white; /* White text on hover */
}

@media screen and (max-width: 768px) {
  .responsive-catalog-section {
    flex-direction: column;
  }
  .responsive-catalog-section .catalog-image,
  .responsive-catalog-section .catalog-content {
    width: 100%;
  }
  .responsive-catalog-section .catalog-content{
    margin-top: 15px;
  }
}