/** Shopify CDN: Minification failed

Line 265:0 Unexpected "<"
Line 288:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:career-openings (INDEX:4) */
.career-openings {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.section-description {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 3rem;
}

.accordion-container {
  max-width: 1200px;
  margin: 0 auto;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}

.accordion-header {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 1.125rem;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  opacity: 1;
  background: #eeeeee;
}

.accordion-header:focus {
  outline: none;
}

.accordion-content {
  display: none;
  padding: 1.5rem;
}

.accordion-item.active .accordion-content {
  display: block;
}

.icon-plus,
.icon-minus {
  display: flex;
  align-items: center;
}

.icon-minus {
  display: none;
}

.accordion-item.active .icon-plus {
  display: none;
}

.accordion-item.active .icon-minus {
  display: flex;
}
/* END_SECTION:career-openings */

/* START_SECTION:image-heading-right-craft (INDEX:15) */
.owl-carousel .animated {
    animation-duration: 5s;
  }
  .wrapcarft img {
    display: block;
    max-width: 100%;
    height: auto;
  }
/* END_SECTION:image-heading-right-craft */

/* START_SECTION:bespoke-section (INDEX:35) */
.grid {
    text-align: center;
    margin: 0 auto;
  }

  .grid-item {
    padding: 5px;
    box-sizing: border-box;
    display: inline;
  }

  .gridimge img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  @media (min-width: 500px) {
    .grid-item {
      width: 50%;
    }
  }

  @media (min-width: 1000px) {
    .grid-item {
      width: 50%;
      padding: 14px;
    }
  }

  @media (min-width: 1700px) {
    .grid-item {
      width: 50%;
      padding: 14px;
    }
  }

  @media (min-width: 2100px) {
    .grid-item {
      width: 20%;
    }
  }

  @media (max-width: 768px) {
    .bespoke .grid {
      max-width: 100% !important;
    }

    .grid {
      padding: 20px;
      height: auto !important;
    }

    .grid-item {
      position: static !important;
    }
  }
/* END_SECTION:bespoke-section */

/* START_SECTION:lightbox (INDEX:64) */
/* Two fixed-size cards (422×524) with column gap */
#end-to-right.container {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: auto;
  margin-right: auto;
}

#end-to-right .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
  column-gap: 90px;
  row-gap: 30px;
}

#end-to-right .col-md-6,
#end-to-right .col-md-6.tabfull {
  width: 422px;
  flex: 0 0 422px;
  max-width: 422px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  #end-to-right .row {
    column-gap: 0;
    row-gap: 24px;
  }

  #end-to-right .col-md-6,
  #end-to-right .col-md-6.tabfull {
    width: 100%;
    flex: 0 0 100%;
    max-width: 422px;
  }
}

.project-card {
  position: relative;
  width: 422px;
  max-width: 100%;
}

/* Fixed card image size — 422 × 524px */
.project-image-wrap {
  position: relative;
  width: 422px;
  height: 524px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: #eee;
}

@media (max-width: 767px) {
  .project-image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 422 / 524;
  }
}

.project-image-wrap img,
.project-image-wrap .placeholder-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.project-label {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  background: #7f8f80;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 18px;
}

.view-gallary {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: underline;
  cursor: pointer;
}
/* END_SECTION:lightbox */

/* START_SECTION:made-to-order-2 (INDEX:67) */
<style>
  #end-to-left .row {
    display: flex!important;
    flex-wrap: wrap;
  }

  #end-to-left .col-md-4 {
    flex: 1 1 50%!important; /* Set each column to take up 50% of the row's width */
    max-width: 50%!important; /* Ensure the columns don't exceed 50% width */
    box-sizing: border-box!important; /* Include padding and borders in width calculations */
    padding: 10px!important; /* Add space between columns */
  }

  #end-to-left img {
    width: 100%;
    height: auto;
    display: block;
  }

  #end-to-left .after-img {
    text-align: center;
    margin-top: 10px;
  }
</style>
/* END_SECTION:made-to-order-2 */