.elementor-2395 .elementor-element.elementor-element-17d8434{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3b3478e *//* ===== PARTNERSHIPS REDESIGN ===== */
.partnerships-hero {
  background: linear-gradient(135deg, #722F37 0%, #5a252b 100%);
  color: white;
  padding: 100px 0 80px;
  text-align: center;
}

.partnerships-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.partnerships-hero h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.1;
}

.hero-description {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 50px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 8px;
  background: linear-gradient(45deg, #fff, #f5e8e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.9;
  font-weight: 500;
}

/* Content Sections */
.partnerships-content {
  padding: 80px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 2.8rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 700;
}

.section-header p {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Trusted Partners */
.trusted-partners {
  margin-bottom: 100px;
}

.partners-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}

.partner-logo {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 2px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
}

.partner-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: #722F37;
}

.partner-logo img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.partner-logo:hover img {
  filter: grayscale(0%);
}

/* Benefits Section */
.benefits-section {
  margin-bottom: 100px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.benefit-item {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: #722F37;
}

.benefit-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.benefit-item h3 {
  font-size: 1.3rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 600;
}

.benefit-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Partnership Models */
.models-section {
  margin-bottom: 100px;
}

.models-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.model-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.model-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: #722F37;
}

.model-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.model-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
}

.model-card h3 {
  font-size: 1.4rem;
  color: #212121;
  margin: 0;
  font-weight: 600;
}

.model-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

.model-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.model-features li {
  padding: 8px 0;
  color: #555;
  position: relative;
  padding-left: 20px;
  font-size: 0.95rem;
}

.model-features li:before {
  content: "•";
  color: #722F37;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* CTA Section */
.partnership-cta {
  background: linear-gradient(135deg, #722F37 0%, #5a252b 100%);
  color: white;
  padding: 80px 40px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 80px;
}

.cta-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid;
  display: inline-block;
}

.btn-primary {
  background: white;
  color: #722F37;
  border-color: white;
}

.btn-primary:hover {
  background: transparent;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

.btn-secondary {
  background: transparent;
  color: white;
  border-color: white;
}

.btn-secondary:hover {
  background: white;
  color: #722F37;
  transform: translateY(-2px);
}

/* Partnership Form */
.partnership-form-section {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  overflow: hidden;
}

.form-container {
  padding: 60px;
}

.form-intro {
  text-align: center;
  margin-bottom: 50px;
}

.form-intro h2 {
  font-size: 2.5rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 700;
}

.form-intro p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.partnership-form {
  max-width: 800px;
  margin: 0 auto;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 40px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  grid-column: 1 / -1;
}

.form-group label {
  font-weight: 600;
  color: #212121;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
  font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #722F37;
  box-shadow: 0 0 0 3px rgba(114, 47, 55, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.submit-btn {
  width: 100%;
  background: linear-gradient(45deg, #722F37, #8a3a44);
  color: white;
  padding: 18px;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(114, 47, 55, 0.3);
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(114, 47, 55, 0.4);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .models-grid {
    grid-template-columns: 1fr;
  }
  
  .partners-showcase {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .partnerships-hero h1 {
    font-size: 2.5rem;
  }
  
  .section-header h2 {
    font-size: 2.2rem;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 30px;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .partners-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .partner-logo {
    height: 120px;
    padding: 30px 20px;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn {
    width: 100%;
    max-width: 300px;
  }
  
  .form-container {
    padding: 40px 25px;
  }
  
  .form-intro h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  
  .partnerships-hero h1 {
    font-size: 2rem;
  }
  
  .section-header h2 {
    font-size: 1.8rem;
  }
  
  .model-header {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .partnership-cta {
    padding: 60px 25px;
  }
  
  .cta-content h2 {
    font-size: 2rem;
  }
}/* End custom CSS */