/** Shopify CDN: Minification failed

Line 11:2 Unexpected ","

**/

@media screen and (min-width: 750px) {
  .image-text h3 {
    font-size: 3.8rem;
  }
  ,
  .image-text p {
    font-size: 1.7rem;
  }
  .full-page-wrapper {
    background-image: url("/cdn/shop/files/Untitled_design_61_3.png?v=1750711064");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
  }
}




.custom-image-overlay-section {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.image-card {
  width: 25vw;
  text-align: center;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 6rem;
}



.image-wrapper {
  position: relative;
  overflow: hidden;
}

.main-image {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}

.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.image-wrapper:hover .overlay-image {
  opacity: 1;
}

.image-text {
  margin-top: 1rem;
  cursor: pointer;
}

.image-text h3 {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 749px){
  .full-page-wrapper{
    background-image: none !important;
  }
  .image-card {
  padding: 0rem 0rem;
    width:45vw;
}
}

.image-text p {
  font-size: 1.2rem;
  margin-top:0rem;
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 2rem;
  box-sizing: border-box;
}

body {
  overflow: auto !important;
}


.modal-content {
  background: #E9E4DC;
  padding: 2rem;
  border-radius: 10px;
  max-height:90vh;
  max-width:60vw;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 5px 30px rgba(0,0,0,0.2);
}

.modal-profile {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.modal-image {
  width: 200px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.fa-brands, .fab{
  color:#0F402D;
}
.modal-text {
  flex: 1;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
  margin-top: 0rem;
}

.close-modal{
  font-size:3rem;
      top: 0.2rem;
    right: 2rem;
}

.modal-info {
  padding-top: 0rem;
  border-top: 1px solid #ddd;
}

.modal-heading {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.modal-caption {
  font-size: 1.7rem;
  color: #666;
  margin-bottom: 1rem;
}

.modal-social a {
  font-size: 1.4rem;
  margin-right: 1rem;
  color: #333;
}

.image-social{
  color: #C05621;
}


    @media screen and (max-width: 749px) {
      .custom-image-overlay-section {
  display: flex;
  justify-content: center;
  gap: 0rem;
  flex-wrap: nowrap;}
      
      .modal-info{
        padding-top:0rem;
        border-top:0px;
      }
      .modal-heading{
        margin-top:1rem;
        font-size:3rem;
        margin-bottom:0rem;
        text-align: center;
        
      }
      .modal-caption{
        margin-top:0rem;
        text-align: center;
      }

      .modal-text{
        padding-top:2rem;
        border-top: 1px solid #ddd;
        text-align:left;
      }
.modal-content{
  max-width:90vw;
  max-height:80vh;
}

      .modal-profile{
        align-items: center;
        text-align: left;
        
      }

      .modal-social{
        text-align: center;
        padding-bottom:1rem;
      }

      
      }

