/** Shopify CDN: Minification failed

Line 385:19 Expected identifier but found whitespace
Line 385:21 Unexpected "{"
Line 385:30 Expected ":"
Line 386:10 Expected identifier but found whitespace
Line 386:12 Unexpected "{"
Line 386:21 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:faq-template (INDEX:2) */
.wrap-bread-crumb { margin-bottom:0; }
  .bg-breadcrumb { position: relative; }
  .breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
  .bg-breadcrumb .title-page {
    position: relative;
    z-index: 1;
  }
/* END_SECTION:faq-template */

/* START_SECTION:banner-about (INDEX:15) */
.wrap-bread-crumb { margin-bottom:0; }
  .bg-breadcrumb { position: relative; }
  .breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
  .bg-breadcrumb .title-page {
    position: relative;
    z-index: 1;
  }
/* END_SECTION:banner-about */

/* START_SECTION:blog-template (INDEX:18) */
.wrap-bread-crumb { margin-bottom:0; }
  .bg-breadcrumb { position: relative; }
  .breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
  .bg-breadcrumb .title-page {
    position: relative;
    z-index: 1;
  }
/* END_SECTION:blog-template */

/* START_SECTION:contact-form (INDEX:20) */
.contact-form-section {
  padding: 60px 0;
}

.contact-form-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.form-title {
  text-align: center;
  margin-bottom: 16px;
}

.form-description {
  text-align: center;
  margin-bottom: 40px;
  color: #666;
}

.contact-form-container {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.alert-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.alert-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field label {
  margin-bottom: 8px;
  font-weight: 500;
}

.required {
  color: #dc3545;
  margin-left: 4px;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #a48541;
}

/* Radio and Checkbox Groups */
.radio-group,
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.radio-label,
.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
}

.radio-label input[type="radio"],
.checkbox-label input[type="checkbox"] {
  margin-right: 10px;
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.radio-label:hover,
.checkbox-label:hover {
  color: #a48541;
}

.form-submit {
  margin-top: 10px;
}

.btn {
  padding: 12px 30px;
  background:  #a48541;
  color:#ffffff;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-primary {
  background-color: #a48541;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #222222;
  color: white;
}

@media (max-width: 768px) {
  .contact-form-container {
    padding: 20px;
  }
}
/* END_SECTION:contact-form */

/* START_SECTION:faq-accordion (INDEX:33) */
.faq-accordion-section {
  width: 100%;
}

.page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-accordion__heading {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem;
  text-align: center;
}

.faq-accordion__description {
  font-size: 1rem;
  margin: 0 0 2rem;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.faq-accordion__container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-accordion__item {
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-accordion__header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
}

.faq-accordion__header:hover {
  opacity: 0.9;
}

.faq-accordion__item-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-accordion__title {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
}

.faq-accordion__toggle-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faq-accordion__header[aria-expanded="true"] .faq-accordion__toggle-icon svg .vertical-line {
  opacity: 0;
  transform: rotate(90deg);
}

.faq-accordion__header[aria-expanded="true"] .faq-accordion__toggle-icon svg path:not(.horizontal-line):not(.vertical-line) {
  transform: rotate(180deg);
  transform-origin: center;
}

.faq-accordion__content-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-accordion__content {
  padding: 0 20px 20px 20px;
  line-height: 1.6;
}

.faq-accordion__content p {
  margin: 0 0 1rem;
}

.faq-accordion__content p:last-child {
  margin-bottom: 0;
}

.faq-accordion__button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.cta-button {
  display: inline-block;
  text-decoration: none;
  background-color: #a48541!important;
  color: #ffffff!important;
  border-radius: .25em;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  width:auto;
  text-decoration: none;
}

.cta-button:hover, .cta-button:active {
  background-color: #222222 !important;
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .faq-accordion__heading {
    font-size: 1.5rem;
  }
  
  .faq-accordion__header {
    padding: 14px 16px;
  }
  
  .faq-accordion__title {
    font-size: 1rem;
  }
  
  .faq-accordion__content {
    padding: 0 16px 16px 16px;
  }
}
/* END_SECTION:faq-accordion */

/* START_SECTION:image-holder (INDEX:40) */
.editable-image-grid .grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .editable-image-grid .grid {
    grid-template-columns: repeat({{ section.settings.columns_desktop }}, 1fr);
  }
}
@media (max-width: 767px) {
  .editable-image-grid .grid {
    grid-template-columns: repeat({{ section.settings.columns_mobile }}, 1fr);
  }
}
.editable-image-grid .image-wrapper {
  position: relative;
  overflow: hidden;
}

.editable-image-grid .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.editable-image-grid .overlay {
  position: absolute;
  inset: 0;
  background-color: {{ section.settings.overlay_color }};
  opacity: {{ section.settings.overlay_opacity | divided_by: 100.0 }};
  pointer-events: none;
}
/* END_SECTION:image-holder */

/* CSS from block stylesheet tags */
/* START_BLOCK:icon (INDEX:126) */
/* Icon */
  .icon-block {
    display: flex;
    fill: currentColor;
  }

  .icon-block > svg,
  .icon-block > img {
    height: auto;
  }

  .icon-block__icon {
    width: var(--width);
  }
/* END_BLOCK:icon */

/* START_BLOCK:image (INDEX:128) */
.image-block {
    display: block;
  }
  
  .image-block img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .image-block--cover img {
    object-fit: cover;
  }

  .image-block--contain img {
    object-fit: contain;
  }
  
  .placeholder-image {
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 200px;
  }
  
  .image-placeholder-svg {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
  }
/* END_BLOCK:image */