/** Shopify CDN: Minification failed

Line 381:0 All "@import" rules must come first

**/
/* Consultation Banner Section Styles */

.consultation-banner-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 40px;
  gap: 28px;
  width: 100%;
  max-width: 1440px;
  height: 345px;
  margin: 0 auto;
  flex: none;
  order: 6;
  flex-grow: 0;
}

/* Desktop Styles */
.banner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  gap: 40px;
  width: 100%;
  max-width: 1360px;
  height: 295px;
  background: linear-gradient(254.64deg, rgba(10, 17, 32, 0.87) 2.98%, rgba(11, 55, 112, 0.87) 24.2%, rgba(10, 17, 32, 0.87) 63.21%);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.banner-title {
  width: 100%;
  max-width: 1280px;
  height: 46px;
  font-family: 'Lora', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.consultation-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 40px;
  width: 933.33px;
  height: 129px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.consultation-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 20px;
  width: 426.67px;
  height: 129px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.consultation-item:first-child {
  order: 0;
}

.consultation-item:last-child {
  order: 2;
}

.consultation-description {
  width: 426.67px;
  height: 54px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.consultation-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  height: 55px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  flex: none;
  order: 1;
  flex-grow: 0;
  white-space: nowrap;
}

.primary-button {
  box-sizing: border-box;
  width: 321px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.primary-button:hover {
  background: #FFFFFF;
  border: none;
  text-decoration: none;
  transform: translateY(0px);
  box-shadow: none;
}

.primary-button:hover .button-text {
  color: #1F1F1F;
}

.secondary-button {
  box-sizing: border-box;
  width: 317px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.secondary-button:hover {
  box-sizing: border-box;
  background: #FFFFFF;
  border: none;
  text-decoration: none;
  transform: translateY(0px);
  box-shadow: none;
}

.secondary-button:hover .button-text {
  color: #1F1F1F;
}

.button-text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  flex: none;
  order: 0;
  flex-grow: 0;
  transition: color 0.3s ease;
}

.primary-button .button-text {
  width: 257px;
  height: 27px;
  color: #FFFFFF;
}

.secondary-button .button-text {
  width: 253px;
  height: 27px;
  color: #FFFFFF;
}

.vertical-divider {
  width: 2px;
  height: 129px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  display: block !important;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .consultation-banner-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 16px;
    width: 100%;
    max-width: 390px;
    height: 364px;
    flex: none;
    order: 7;
    flex-grow: 0;
    padding-top: 0px;
  }

  .banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
    width: 100%;
    max-width: 358px;
    height: 270px;
    background: linear-gradient(254.64deg, rgba(10, 17, 32, 0.87) 2.98%, rgba(11, 55, 112, 0.87) 24.2%, rgba(10, 17, 32, 0.87) 63.21%);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .banner-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 28px;
    gap: 10px;
    width: 100%;
    max-width: 358px;
    height: 85px;
    font-family: 'Lora', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 1;
  }

  .consultation-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 12px;
    width: 289px;
    height: 122px;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .consultation-item {
    width: 100%;
    height: auto;
    gap: 0;
    padding: 0;
  }

  .consultation-item:first-child {
    order: 0;
    flex-grow: 0;
  }

  .consultation-item:last-child {
    order: 1;
    flex-grow: 0;
  }

  .consultation-description {
    display: none;
  }

  .consultation-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;
    height: 55px;
    border-radius: 4px;
    flex: none;
    flex-grow: 0;
  }

  .primary-button {
    box-sizing: border-box;
    width: 289px;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid #FFFFFF;
    order: 0;
  }

  .primary-button:hover {
    box-sizing: border-box;
    background: #FFFFFF;
    border: none;
  }

  .primary-button:hover .button-text {
    color: #1F1F1F;
  }

  .secondary-button {
    box-sizing: border-box;
    width: 289px;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid #FFFFFF;
    order: 1;
  }

  .secondary-button:hover {
    box-sizing: border-box;
    background: #FFFFFF;
    border: none;
  }

  .secondary-button:hover .button-text {
    color: #1F1F1F;
  }

  .button-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .primary-button .button-text {
    width: 225px;
    height: 24px;
    color: #FFFFFF;
  }

  .secondary-button .button-text {
    width: 222px;
    height: 24px;
    color: #FFFFFF;
  }

  .vertical-divider {
    display: none !important;
  }
}

/* Ensure proper font loading */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');
