/** Shopify CDN: Minification failed

Line 130:2 Unexpected "#"
Line 130:4 Unexpected "{"
Line 130:13 Expected ":"
Line 131:14 Expected identifier but found whitespace
Line 131:16 Unexpected "{"
Line 131:25 Expected ":"
Line 131:56 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Quattrocento&display=swap');

.custom-main-page {
    background: #fff;
}
.custom-main-page .page-content{
  padding-top: 0px;
  padding-bottom: 0px;
}
.custom-main-page .header h2, .custom-main-page .header .subtitle, .custom-main-page .content h3{
    font-family: Quattrocento, Arial, Helvetica, sans-serif;
}
 .factory-grid .content{
  order: 1;
}
.factory-grid .custom-slider{
  order: 0
}
.custom-page-content{
  background: #fff;
  padding: 25px 30px;
}
  /* .custom-page-content{
    box-shadow: rgba(219, 192, 179, 0.6) -10px 10px 0px 0px;
    background-color: #fff;
  } */
  .custom-main-page .header {
    text-align: center;
    margin-bottom: 10px;
  }

  .custom-main-page h2,.custom-main-page .content h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .custom-main-page .subtitle {
    color: #000;
    font-size: 1rem;
  }

  .factory-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
  }

  .custom-slider {
    flex: 1 1 45%;
    position: relative;
    display: block;
    width: 100%;
  }

  .carousel {
    width: 100%;
  }

  .carousel-cell {
    width: 100%;
  }

  .carousel-cell img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
  }

  .content {
    flex: 1 1 50%;
    padding: 20px 30px;
  }

  .content .content-text {
    font-size: 1rem;
    color: #333;
  }
  .content-block {
    display: block;
    width: 100%;
}
.custom-page-content ul{
  list-style: none;
    padding: 0;
   margin:0;
}
  .custom-page-content ul li{
    position: relative;
    margin-bottom: 1em;
    font-size: 16px;
    margin-bottom: 10px;
     padding-bottom: 10px;
    border-bottom: 1px solid;
    padding-left:35px;
  }
  .custom-page-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Ccircle cx='16' cy='16' r='12' fill='%23A1643C' stroke='%23f8f1e2' stroke-width='8'/%3E%3Cpath d='M14 12l4 4-4 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  
/* .custom-bullet-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid;
} */
  #{{ section.id }} .custom-bullet-list li {
    font-size: {{ section.settings.bullet_font_size }}px;
  }
  .custom-bullet {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #fdf4ea; /* light background behind the brown circle */
    border-radius: 50%;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .custom-bullet svg {
    width: 20px;
    height: 20px;
  }

.cta-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #e44a2b;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
    margin: 25px auto 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    max-width: max-content;
}

  .cta-btn:hover {
    background-color: #cc3e21;
  }

  .custom-main-page .hero[data-arrows=true] .flickity-next {
    right: 0px;
    top: 50%;
    left:auto;
  }
  .custom-main-page .hero[data-arrows=true] .flickity-previous {
    left: auto;
    right: 90px;
    right: auto;
    top: 50%;
  }
  .custom-main-page .flickity-button-icon {
    fill: #ffffff;
  }
  .custom-main-page .hero .flickity-button {
    background: #000;
  }
.slider-block {
    display: block;
    width: 100%;
    position: relative;
}
.footer .image-block{
  display: block;
  width:100%;
  margin: 15px auto;
  transition: transform 0.5s ease; /* Smooth animation */
}

.footer .image-block img{
  display: block;
  width:100%;
  max-width: 150px;
  margin: auto;
}
.main-project-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}
.project-block {
  text-align: center;
  flex:1;
}
.project-number {
    font-size: 3rem;
    padding-bottom: 0;
    line-height: 1;
    margin-bottom: 5px;
}
.project-text {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #d34c2f;
}
  @media (max-width: 768px) {
    .factory-grid {
      flex-direction: column;
    }
  }