/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.nervion-hero-wrapper {
  position: relative;
  width: 100%;
}
.nervion-hero-wrapper .nervion-hero-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0 140px 0;
  color: #FFFFFF;
}
.nervion-hero-wrapper .nervion-hero-banner .nervion-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(19, 30, 47, 0.9) 0%, rgba(19, 30, 47, 0.65) 100%);
  z-index: 1;
}
.nervion-hero-wrapper .nervion-hero-banner .g-container {
  position: relative;
  z-index: 2;
}
.nervion-hero-wrapper .nervion-hero-banner .nervion-hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.nervion-hero-wrapper .nervion-hero-banner .nervion-hero-content .nervion-hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .nervion-hero-wrapper .nervion-hero-banner .nervion-hero-content .nervion-hero-title {
    font-size: 2rem;
  }
}
.nervion-hero-wrapper .nervion-hero-banner .nervion-hero-content .nervion-hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}
@media (max-width: 768px) {
  .nervion-hero-wrapper .nervion-hero-banner .nervion-hero-content .nervion-hero-subtitle {
    font-size: 1rem;
  }
}
.nervion-hero-wrapper .nervion-hero-banner .nervion-hero-content .nervion-hero-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.nervion-hero-wrapper .nervion-hero-banner .nervion-hero-content .nervion-hero-actions .button {
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.nervion-hero-wrapper .nervion-hero-banner .nervion-hero-content .nervion-hero-actions .button.button-primary {
  background-color: #C77528;
  color: #FFFFFF;
  border: 2px solid #C77528;
}
.nervion-hero-wrapper .nervion-hero-banner .nervion-hero-content .nervion-hero-actions .button.button-primary:hover {
  background-color: #a56121;
  border-color: #a56121;
  transform: translateY(-2px);
}
.nervion-hero-wrapper .nervion-hero-banner .nervion-hero-content .nervion-hero-actions .button.button-outline {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.nervion-hero-wrapper .nervion-hero-banner .nervion-hero-content .nervion-hero-actions .button.button-outline:hover {
  background-color: #FFFFFF;
  color: #131E2F;
  transform: translateY(-2px);
}
.nervion-hero-wrapper .nervion-metrics-bar {
  position: relative;
  z-index: 3;
  margin-top: -50px;
  padding-bottom: 30px;
}
.nervion-hero-wrapper .nervion-metrics-bar .metric-card {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-bottom: 4px solid #C77528;
  transition: transform 0.3s ease;
}
.nervion-hero-wrapper .nervion-metrics-bar .metric-card:hover {
  transform: translateY(-5px);
}
.nervion-hero-wrapper .nervion-metrics-bar .metric-card .metric-icon {
  font-size: 2.2rem;
  color: #C77528;
  min-width: 45px;
  text-align: center;
}
.nervion-hero-wrapper .nervion-metrics-bar .metric-card .metric-info {
  display: flex;
  flex-direction: column;
}
.nervion-hero-wrapper .nervion-metrics-bar .metric-card .metric-info .metric-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: #131E2F;
  line-height: 1;
}
.nervion-hero-wrapper .nervion-metrics-bar .metric-card .metric-info .metric-label {
  font-size: 0.85rem;
  color: #555;
  font-weight: 500;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nervion-zones-wrapper {
  padding: 80px 0;
  background-color: #F8F9FA;
}
.nervion-zones-wrapper .nervion-section-header {
  text-align: center;
  margin-bottom: 50px;
}
.nervion-zones-wrapper .nervion-section-header .section-title {
  color: #131E2F;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.nervion-zones-wrapper .nervion-section-header .header-divider {
  width: 60px;
  height: 3px;
  background-color: #C77528;
  margin: 0 auto 15px auto;
  border-radius: 2px;
}
.nervion-zones-wrapper .nervion-section-header .section-subtitle {
  color: #444444;
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto;
}
.nervion-zones-wrapper .zone-card {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.nervion-zones-wrapper .zone-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.nervion-zones-wrapper .zone-card .zone-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.nervion-zones-wrapper .zone-card .zone-card-header .zone-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(199, 117, 40, 0.1);
  color: #C77528;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.nervion-zones-wrapper .zone-card .zone-card-header .zone-badge {
  background-color: #131E2F;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nervion-zones-wrapper .zone-card .zone-card-body {
  flex-grow: 1;
}
.nervion-zones-wrapper .zone-card .zone-card-body .zone-title {
  color: #131E2F;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.nervion-zones-wrapper .zone-card .zone-card-body .zone-axes {
  color: #C77528;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.nervion-zones-wrapper .zone-card .zone-card-body .zone-axes i {
  margin-right: 5px;
}
.nervion-zones-wrapper .zone-card .zone-card-body .zone-desc {
  color: #444444;
  font-size: 0.95rem;
  line-height: 1.6;
}
.nervion-zones-wrapper .zone-card .zone-card-footer {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #eeeeee;
}
.nervion-zones-wrapper .zone-card .zone-card-footer .zone-link {
  color: #131E2F;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.nervion-zones-wrapper .zone-card .zone-card-footer .zone-link i {
  margin-left: 5px;
  transition: transform 0.2s ease;
}
.nervion-zones-wrapper .zone-card .zone-card-footer .zone-link:hover {
  color: #C77528;
}
.nervion-zones-wrapper .zone-card .zone-card-footer .zone-link:hover i {
  transform: translateX(4px);
}
.nervion-benefits-wrapper {
  padding: 80px 0;
  background-color: #FFFFFF;
}
.nervion-benefits-wrapper .nervion-section-header {
  text-align: center;
  margin-bottom: 50px;
}
.nervion-benefits-wrapper .nervion-section-header .section-title {
  color: #131E2F;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.nervion-benefits-wrapper .nervion-section-header .header-divider {
  width: 60px;
  height: 3px;
  background-color: #C77528;
  margin: 0 auto 15px auto;
  border-radius: 2px;
}
.nervion-benefits-wrapper .nervion-section-header .section-subtitle {
  color: #444444;
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto;
}
.nervion-benefits-wrapper .benefit-item {
  display: flex;
  gap: 20px;
  padding: 25px;
  margin-bottom: 20px;
  background: #FDFDFD;
  border-radius: 8px;
  border-left: 4px solid #131E2F;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.nervion-benefits-wrapper .benefit-item:hover {
  transform: translateX(5px);
  border-left-color: #C77528;
}
.nervion-benefits-wrapper .benefit-item .benefit-icon {
  font-size: 1.8rem;
  color: #C77528;
  min-width: 45px;
  height: 45px;
  background: rgba(199, 117, 40, 0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nervion-benefits-wrapper .benefit-item .benefit-content .benefit-title {
  color: #131E2F;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.nervion-benefits-wrapper .benefit-item .benefit-content .benefit-desc {
  color: #444444;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}
.nervion-benefits-wrapper .benefits-cta-box {
  margin-top: 40px;
  background: #17253a;
  padding: 30px 40px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.nervion-benefits-wrapper .benefits-cta-box .cta-text {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 600;
}
.nervion-benefits-wrapper .benefits-cta-box .button-accent {
  background-color: #C77528;
  color: #FFFFFF;
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.nervion-benefits-wrapper .benefits-cta-box .button-accent:hover {
  background-color: #a56121;
}
.nervion-directory-wrapper {
  padding: 80px 0;
  background-color: #F4F6F9;
}
.nervion-directory-wrapper .nervion-section-header {
  text-align: center;
  margin-bottom: 40px;
}
.nervion-directory-wrapper .nervion-section-header .section-title {
  color: #131E2F;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.nervion-directory-wrapper .nervion-section-header .header-divider {
  width: 60px;
  height: 3px;
  background-color: #C77528;
  margin: 0 auto 15px auto;
  border-radius: 2px;
}
.nervion-directory-wrapper .nervion-section-header .section-subtitle {
  color: #555555;
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto;
}
.nervion-directory-wrapper .nervion-search-bar {
  max-width: 750px;
  margin: 0 auto 50px auto;
}
.nervion-directory-wrapper .nervion-search-bar .search-input-group {
  position: relative;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  overflow: hidden;
}
.nervion-directory-wrapper .nervion-search-bar .search-input-group:focus-within {
  border-color: #C77528;
  box-shadow: 0 8px 30px rgba(199, 117, 40, 0.15);
}
.nervion-directory-wrapper .nervion-search-bar .search-input-group .search-icon {
  position: absolute;
  left: 25px;
  color: #C77528;
  font-size: 1.2rem;
}
.nervion-directory-wrapper .nervion-search-bar .search-input-group input {
  width: 100%;
  padding: 18px 20px 18px 60px;
  border: none;
  font-size: 1rem;
  color: #131E2F;
  outline: none;
  background: transparent;
}
.nervion-directory-wrapper .nervion-search-bar .search-input-group input::placeholder {
  color: #959595;
}
.nervion-directory-wrapper .nervion-search-bar .search-input-group .search-submit-btn {
  background: #131E2F;
  color: #FFFFFF;
  border: none;
  padding: 14px 28px;
  margin-right: 6px;
  border-radius: 40px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.nervion-directory-wrapper .nervion-search-bar .search-input-group .search-submit-btn i {
  margin-left: 6px;
}
.nervion-directory-wrapper .nervion-search-bar .search-input-group .search-submit-btn:hover {
  background: #C77528;
}
.nervion-directory-wrapper .directory-category-card {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 22px 20px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.nervion-directory-wrapper .directory-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 117, 40, 0.3);
  box-shadow: 0 8px 25px rgba(199, 117, 40, 0.1);
}
.nervion-directory-wrapper .directory-category-card:hover .category-icon {
  background: #C77528;
  color: #FFFFFF;
}
.nervion-directory-wrapper .directory-category-card:hover .category-arrow {
  color: #C77528;
  transform: translateX(4px);
}
.nervion-directory-wrapper .directory-category-card .category-icon {
  width: 48px;
  height: 48px;
  background: rgba(19, 30, 47, 0.05);
  color: #131E2F;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.nervion-directory-wrapper .directory-category-card .category-info {
  flex-grow: 1;
}
.nervion-directory-wrapper .directory-category-card .category-info .category-title {
  color: #131E2F;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 4px 0;
}
.nervion-directory-wrapper .directory-category-card .category-info .category-count {
  color: #7b7b7b;
  font-size: 0.85rem;
  display: block;
}
.nervion-directory-wrapper .directory-category-card .category-arrow {
  color: #959595;
  font-size: 1.2rem;
  transition: all 0.2s ease;
}
/*# sourceMappingURL=custom_14.css.map */