/** Shopify CDN: Minification failed

Line 176:13 Unexpected "{"
Line 176:22 Expected ":"
Line 177:16 Expected identifier but found whitespace
Line 177:18 Unexpected "{"
Line 177:27 Expected ":"
Line 177:78 Expected ":"
Line 178:19 Expected identifier but found whitespace
Line 178:21 Unexpected "{"
Line 178:30 Expected ":"
Line 178:84 Expected ":"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:book-consultation (INDEX:3) */
/* hide our mobile selects on desktop */
#date-time-picker-wrapper .time-dropdowns {
  display: none;
}
/* show them (and flex-layout) below 768px */
@media (max-width: 767px) {
  #date-time-picker-wrapper .time-dropdowns {
    display: flex;
    gap: 8px;
    margin-top:10px;
  }
}
.book-consultation-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 20px;
  justify-content:space-between;
}

.consultation-left {
  flex: 1 1 300px;
  max-width: 700px;
}
.consultation-right {
  flex:1 1 300px;
  max-width: 450px;
  background-color: #f9fafb;
  padding:20px;
}

.consultation-left h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}
  .consultation-left p{
    font-size:18px;
  }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px 30px;
  margin-top: 20px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap:
12px;
  margin-bottom: 20px;
}

.feature-item img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.feature-item .text {
  font-size: 14px;
}

.feature-item .text strong {
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
  font-size: 18px;
}

.consultation-left blockquote {
  font-style: italic;
  margin-top: 20px;
  border-left:3px solid #d42f48;
  padding-left: 15px;
  color: #444;
  margin-left: 0;
}
#shopify-section-template--22581712847156__video_with_text_nLCjzx .video-container video, #shopify-section-template--22581712847156__video_with_text_nLCjzx .video-container iframe {
  object-fit: contain;
}

.consultation-right form {
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.consultation-right .full-width{
  width:100%;
}
  .consultation-right .full-width input{
    width:100%;
  }
  .consultation-right input:focus-visible{
    box-shadow:none;
    outline:none;
  }
  .consultation-right .flex-grid{
    display:flex;
    align-items: center;
    justify-content: center;
    gap:20px;
    flex-wrap:wrap;
  }
  .consultation-right .flex-grid .form-field{
    flex:1 1 calc(50% - 30px);
    max-width: calc(50% - 0px);
    box-sizing: border-box;
  }
   .consultation-right #date-time-picker-wrapper{
     flex: 1 1 calc(100% - 30px);
      max-width: calc(100% - 0px);
   }
  .consultation-right #date-time-picker-wrapper .time-dropdowns select {
    padding: 5px 10px;
  }
  .consultation-right .flex-grid .form-field .field-label{
    display:block;
  }
   .consultation-right .flex-grid .form-field input{
    width:100%;
  }
.consultation-right input {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.consultation-right button {
  background-color: #ff5c7b;
  color: white;
  border:none;
  padding:14px;
  font-size: 16px;
  border-radius:4px;
  cursor: pointer;
  width: 100%;
}
  .consultation-right button:hover::after,.consultation-right button:hover::before{
    display:none;
  }
 .consultation-right .form-status-list {
  padding:0;
  margin:0px;
}

.consultation-right .disclaimer {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}
   .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
  @media screen and (max-width: 768px){
    .consultation-left h2 {
    font-size: 36px;
    line-height: 40px;
}
    .flatpickr-calendar.hasTime.animate.arrowBottom.arrowLeft.rightMost.open {
      margin:0px auto;
      right: 0;
      left: 0;
    }
  }
/* END_SECTION:book-consultation */

/* START_SECTION:comfort-scale-legend (INDEX:13) */
.comfort-legend {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.legend-color-box {
  width: 30px;
  height: 30px;
  border-radius: 6px;
}
.legend-text {
  display: flex;
  flex-direction: column;
}
.legend-title {
  font-weight: 600;
  font-size: 1rem;
}
.legend-description {
  font-size: 0.95rem;
  color: #333;
}
/* END_SECTION:comfort-scale-legend */

/* START_SECTION:video-with-text (INDEX:94) */
.video-flex-box{
    display:flex;
    flex-wrap:wrap;
    gap:50px;
  }
  
.video-with-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.video-column,
.text-column {
  flex:1 1 calc(50% - 30px);
  max-width: calc(50% - 30px);
  box-sizing: border-box;
}
  .text-column {
  display:flex;
    align-items:center;
}
  .content-holder h2{
    margin-top:0;
    font-size:30px;
    font-weight:700;
  }
  .content-holder .richtext p{
    font-size:18px;
  }

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  max-height: 500px;
  overflow:hidden;
  height: 100%;
}

.video-container video,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: unset !important;
}

@media screen and (max-width: 768px) {
  .video-with-text-wrapper {
    flex-direction: column;
  }

  .video-column,
  .text-column {
    flex:1 1 calc(100% - 0px);
  max-width: calc(100% - 0px);
  }
  .video-container video,
  .video-container iframe {
  position: relative;
}
}
/* END_SECTION:video-with-text */