/** Shopify CDN: Minification failed

Line 115:13 Expected identifier but found whitespace
Line 115:15 Unexpected "{"
Line 115:24 Expected ":"
Line 115:50 Expected identifier but found "!"
Line 116:8 Expected identifier but found whitespace
Line 116:10 Unexpected "{"
Line 116:19 Expected ":"
Line 116:50 Expected identifier but found "!"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:video-text (INDEX:143) */
.icon-item-wrap {
  text-align: center;
}

.circle-badge {
  background-color: #e2ebfa ;
  border-radius: 624.9375rem;
    display: flex;
    height: clamp(3.75rem, 8.5vw, 6.25rem);
    justify-content: center;
    width: clamp(3.75rem, 8.5vw, 6.25rem);
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.circle-badge__inner {
 
  border: 2px solid #3f6c93;
  border-radius: 999px;
  width: clamp(2.5rem, 6.75vw, 6.25rem);
  height: clamp(2.5rem, 6.75vw, 6.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-badge__inner img {
 max-height: clamp(2rem, 3.5vw, 4.5rem);
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 768px) {

  /* Bigger outer circle */
  .circle-badge {
    width: 5.2rem;
    height: 5.2rem;
    margin-bottom: 14px;
  }

  /* Bigger inner circle */
  .circle-badge__inner {
    width: 5.4rem;
    height: 5.4rem;
    border-width: 1.5px;
  }

  /* Icon fills nicely */
  .circle-badge__inner img {
    max-height: clamp(3.5rem, 3.5vw, 4.5rem);
  }

  /* Better spacing between icons */
  .icon-grid {
    gap: 32px;
    margin-top: 32px;
  }

  /* Smaller text like reference */
  .icon-label {
    font-size: 13px;
    line-height: 1.35;
  }
}

.icon-label {
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.4;
}

.video-wrapper video{
    border: 1px solid;
    border-width: .625rem;
}
.zdz-text{
    margin-top:20px;
}
.video-text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.video-wrapper iframe,
.video-wrapper video {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.video-text-content {
 text-align: center;
}

.video-text-content .tabs-button-1 {
 
  background: {{ section.settings.button_color }} !important;
  color: {{ section.settings.button_text_color }} !important;
  display: inline-block;
    padding: 12px 28px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all 0.35s ease;
  
}
.icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  
  margin-top: 40px;
}
.icon-item {
  text-align: center;
}
.icon-item img {
      max-height: clamp(2rem, 3.5vw, 3.0625rem);
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 768px) {
  .video-text-grid {
    grid-template-columns: 1fr;
  }
  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* END_SECTION:video-text */