.elementor-738 .elementor-element.elementor-element-13afe0b3{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-738 .elementor-element.elementor-element-5b38681d{text-align:start;}/* Start custom CSS *//* ========================================
   Specialist Network Page Styles
   Current Ventures - Final Version
   ======================================== */

/* Page Container */
.cv-specialist-page {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #231F20;
  line-height: 1.6;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.cv-specialist-page h1,
.cv-specialist-page h2 {
  font-family: Constantia, 'Hoefler Text', Georgia, serif;
  font-weight: 600;
}

/* Hero Section */
.cv-hero-section {
  background: linear-gradient(135deg, #4CBBEB 0%, #1172BA 50%, #396CB5 100%);
  padding: 80px 40px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cv-hero-section h1 {
  font-family: Constantia, 'Hoefler Text', Georgia, serif;
  font-size: 2.8rem;
  color: #FFFFFF;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
  width: 100%;
}

.cv-hero-section h1 span {
  color: #FFFCFD;
  opacity: 0.9;
}

.cv-hero-section p {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.25rem;
  color: #FFFFFF;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.95;
  text-align: center;
  width: 100%;
}

/* Section Container */
.cv-section {
  max-width: 900px;
  margin: 0 auto 60px auto;
  padding: 0 20px;
}

.cv-section h2 {
  font-family: Constantia, 'Hoefler Text', Georgia, serif;
  font-size: 2rem;
  color: #231F20;
  margin-bottom: 30px;
  text-align: center;
}

.cv-section h2 span {
  color: #1172BA;
}

/* Benefits Grid */
.cv-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.cv-benefit-card {
  background: #FFFCFD;
  border: 1px solid #E8E8E8;
  border-left: 4px solid #1172BA;
  padding: 25px 30px;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}

.cv-benefit-card:hover {
  box-shadow: 0 4px 15px rgba(17, 114, 186, 0.15);
}

.cv-benefit-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1172BA;
  margin: 0 0 10px 0;
}

.cv-benefit-card p {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  color: #231F20;
  margin: 0;
  line-height: 1.5;
}

/* Form Section */
.cv-form-section {
  background: #FFFCFD;
  border: 2px solid #1172BA;
  border-radius: 12px;
  padding: 50px 40px;
  margin-bottom: 60px;
}

.cv-form-section h2 {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}

.cv-form-section > p {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

#hubspot-form-container {
  max-width: 600px;
  margin: 0 auto;
}

/* Steps Section */
.cv-steps-list {
  background: linear-gradient(135deg, #4CBBEB 0%, #1172BA 50%, #396CB5 100%);
  border-radius: 12px;
  padding: 50px 40px;
  margin-bottom: 40px;
}

.cv-steps-list h2 {
  font-family: Constantia, 'Hoefler Text', Georgia, serif;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}

.cv-steps-list h2 span {
  color: #FFFFFF;
}

.cv-steps-list ol {
  max-width: 600px;
  margin: 0 auto;
  padding-left: 25px;
  list-style: decimal;
}

.cv-steps-list li {
  color: #FFFFFF;
  font-size: 1.1rem;
  margin-bottom: 18px;
  padding-left: 10px;
  line-height: 1.5;
}

.cv-steps-list li strong {
  color: #FFFFFF;
}

/* Contact Box */
.cv-contact-box {
  background: #231F20;
  color: #FFFCFD;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
}

.cv-contact-box h3 {
  font-family: Constantia, 'Hoefler Text', Georgia, serif;
  font-size: 1.5rem;
  margin: 0 0 15px 0;
  color: #FFFCFD;
}

.cv-contact-box p {
  margin: 0;
  font-size: 1.1rem;
}

.cv-contact-box a {
  color: #4CBBEB;
  text-decoration: none;
}

.cv-contact-box a:hover {
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cv-hero-section {
    padding: 50px 25px;
  }
  
  .cv-hero-section h1 {
    font-size: 2rem;
  }
  
  .cv-hero-section p {
    font-size: 1.1rem;
  }
  
  .cv-section h2 {
    font-size: 1.6rem;
  }
  
  .cv-benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .cv-form-section {
    padding: 30px 20px;
  }
  
  .cv-steps-list {
    padding: 30px 20px;
  }
  
  .cv-contact-box {
    padding: 30px 20px;
  }
}/* End custom CSS */