/** Shopify CDN: Minification failed

Line 99:0 Unexpected "}"

**/
.rich-text-custom-y{
  background-color: #eeeeee;
  padding-top: 40px;
  padding-bottom: 60px;
}

.rich-text-custom-y-container{
  padding: unset !important;
  background-color: #eeeeee;
}

 slider-component.no-margin-desktop-slider {
    --desktop-margin-left-first-item: 0 !important;
  }

  slider-component.no-margin-desktop-slider .slider__slide:first-child {
    margin-left: 0 !important;
  }

.slider--desktop:after{
  padding-left: unset !important;
}

.rich-text__text.rte.scroll-trigger h2{
  color: #326fc3;
  font-weight: 800;
  font-size: 32px;
}

.img-text{
  display: flex;
  align-items: center;
  gap: 12px;
}

.img-text .heading-icon{
  margin-top: 8px;
}

.rich-text__subheading{
  color: #326fc3;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5rem;
  list-style: none;
  padding: 0;
  margin: auto;
  max-width: 1000px;
  width: 80%;
  justify-items: center;
  background-color: white;
  padding-block: 20px;
}

.logo-grid li {
  display: flex;
  justify-content: center;
}

.logo-grid img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr); /* 📱 jadi 2 kolom di mobile */
  }
}

@media screen and (max-width: 749px) {
  .grid--1-col-phone {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}



  .logo-row li {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .logo-row img {
    max-width: 100px;
    height: auto;
  }
}



.logo-row li img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
  display: block;
}

.custom-richtext p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.custom-richtext ul,
.custom-richtext ol {
  padding-left: 3rem;
  margin-bottom: 1rem;
}

.custom-richtext ul li,
.custom-richtext ol li {
  margin-bottom: 0.5rem;
  list-style-position: outside;
}


/* heading sections */
.heading-size--size1 {
  font-size: 24px;
  color: #326fc3;
}

.heading-size--size2 {
  font-size: 32px; 
  color: #326fc3;
}

.heading-size--size3 {
  font-size: 40px;
  color: #326fc3;
}

.heading-size--size4 {
  font-size: 48px;
  color: #326fc3;
}

@media (max-width: 768px){
  .heading-size--size1 {
  font-size: 18px;
  color: #326fc3;
}

.heading-size--size2 {
  font-size: 20px; 
  color: #326fc3;
}

.heading-size--size3 {
  font-size: 24px;
  color: #326fc3;
}

.heading-size--size4 {
  font-size: 28px;
  color: #326fc3;
}
}


/* Pastikan bullet muncul */
.custom-richtext ul {
  list-style-type: disc;
}

.custom-richtext ol {
  list-style-type: decimal;
}


.subheading--sm {
  font-size: 0.875rem;
}

.subheading--base {
  font-size: 1rem;
}

.subheading--lg {
  font-size: 32px;
}

@media (max-width: 768px){
  .custom-richtext{
    text-align: justify;
    font-size: 14px;
  }
  
  .subheading--sm {
  font-size: 0.875rem;
}

.subheading--base {
  font-size: 1rem;
}

.subheading--lg {
  font-size: 16px;
}
}

.font-weight--300 { font-weight: 300; }
.font-weight--400 { font-weight: 400; }
.font-weight--500 { font-weight: 500; }
.font-weight--600 { font-weight: 600; }
.font-weight--800 { font-weight: 800; }


.font-weight--normal {
  font-weight: 300 !important;
}

.font-weight--bold {
  font-weight: bold;
}

.font-weight--lighter {
  font-weight: lighter;
}

.font-weight--500 {
  font-weight: 500;
}

.font-weight--600 {
  font-weight: 600;
}

.font-weight--700 {
  font-weight: 700;
}
