.elementor-2386 .elementor-element.elementor-element-4104258{--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-a4802d4 *//* ===== CAREERS PAGE STYLES ===== */
.careers-hero {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #722F37 0%, #5a252b 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.careers-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.03"><polygon points="100,100 200,50 300,100 400,50 500,100 600,50 700,100 800,50 900,100 1000,50 1000,150 900,200 800,150 700,200 600,150 500,200 400,150 300,200 200,150 100,200 0,150 0,50" fill="white"/></svg>');
  background-size: 400px 400px;
}

.careers-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 600px;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
  background: linear-gradient(45deg, #fff 0%, #f5e8e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-content p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
}

.hero-stats {
  display: flex;
  gap: 40px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(45deg, #722F37, #8a3a44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  font-weight: 500;
}

.hero-image {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
}

.hero-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Careers Content */
.careers-content {
  padding: 80px 0;
  background: #f8f9fa;
}

.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;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* No Openings Card */
.no-openings-card {
  background: white;
  padding: 80px 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  border: 2px dashed #e9ecef;
  max-width: 600px;
  margin: 0 auto;
}

.no-openings-icon {
  font-size: 4rem;
  margin-bottom: 30px;
}

.no-openings-card h3 {
  font-size: 2rem;
  color: #212121;
  margin-bottom: 20px;
  font-weight: 600;
}

.no-openings-card p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-badge {
  display: inline-block;
  background: linear-gradient(45deg, #722F37, #8a3a44);
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

/* Benefits Section */
.benefits-section {
  margin: 100px 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.benefit-card {
  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;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.benefit-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.benefit-card h4 {
  font-size: 1.3rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 600;
}

.benefit-card p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Future Roles */
.future-roles-section {
  margin: 100px 0;
}

.roles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.role-category {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.role-category h4 {
  font-size: 1.2rem;
  color: #212121;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.role-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.role-category li {
  padding: 8px 0;
  color: #666;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 20px;
}

.role-category li:before {
  content: "•";
  color: #722F37;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.role-category li:last-child {
  border-bottom: none;
}

/* Stay Connected */
.stay-connected-section {
  margin: 100px 0;
}

.connection-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.connection-content {
  padding: 50px;
  background: linear-gradient(135deg, #722F37 0%, #5a252b 100%);
  color: white;
}

.connection-content h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.connection-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}

.connection-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-icon {
  font-size: 1.2rem;
}

.connection-form {
  padding: 50px;
}

.interest-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.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;
}

.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: 100px;
  font-family: inherit;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(45deg, #722F37, #8a3a44);
  color: white;
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(114, 47, 55, 0.3);
  border: none;
  cursor: pointer;
  justify-content: center;
  margin-top: 10px;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(114, 47, 55, 0.4);
  gap: 15px;
}

.submit-btn svg {
  transition: transform 0.3s ease;
}

.submit-btn:hover svg {
  transform: translateX(5px);
}

/* Alternative Engagement */
.alternative-engagement {
  text-align: center;
  margin-top: 80px;
}

.alternative-engagement h3 {
  font-size: 2.2rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 700;
}

.alternative-engagement p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
}

.engagement-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.engagement-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.engagement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: #722F37;
  color: inherit;
  text-decoration: none;
}

.engagement-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.engagement-card h4 {
  font-size: 1.3rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 600;
}

.engagement-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.engagement-cta {
  color: #722F37;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.engagement-card:hover .engagement-cta {
  transform: translateX(5px);
}

/* ===== INTERNSHIPS SECTION STYLES ===== */
.internships-section {
  margin: 100px 0;
}

.internship-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.internship-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.internship-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(45deg, #722F37, #8a3a44);
}

.internship-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  border-color: #722F37;
}

.internship-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  display: block;
}

.internship-card h3 {
  font-size: 1.4rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 600;
}

.internship-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

.internship-details {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  text-align: left;
}

.internship-details li {
  padding: 8px 0;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.95rem;
}

.internship-details li:last-child {
  border-bottom: none;
}

.internship-details strong {
  color: #212121;
}

.internship-cta {
  display: inline-block;
  background: #722F37;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #722F37;
}

.internship-cta:hover {
  background: transparent;
  color: #722F37;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(114, 47, 55, 0.3);
}

/* Internship Form Section */
.internship-form-section {
  margin: 100px 0;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  overflow: hidden;
}

.form-container {
  padding: 60px;
}

.form-header {
  text-align: center;
  margin-bottom: 50px;
}

.form-header h3 {
  font-size: 2.5rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 700;
}

.form-header p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.application-form {
  max-width: 800px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 25px;
}

.form-note {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  margin: 30px 0;
  border-left: 4px solid #722F37;
}

.form-note p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
}

.form-note strong {
  color: #722F37;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-image {
    position: relative;
    width: 100%;
    margin-top: 40px;
    right: auto;
    top: auto;
    transform: none;
  }
  
  .hero-content {
    max-width: 100%;
    text-align: center;
  }
  
  .hero-stats {
    justify-content: center;
  }
  
  .benefits-grid,
  .roles-grid,
  .engagement-options,
  .internship-cards {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  
  .connection-card {
    grid-template-columns: 1fr;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 768px) {
  .careers-hero {
    padding: 100px 0 60px;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .section-header h2 {
    font-size: 2.2rem;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 20px;
  }
  
  .no-openings-card {
    padding: 50px 25px;
  }
  
  .connection-content,
  .connection-form {
    padding: 40px 25px;
  }
  
  .form-container {
    padding: 40px 25px;
  }
  
  .form-header h3 {
    font-size: 2rem;
  }
  
  .internship-card {
    padding: 30px 25px;
  }
}

@media (max-width: 480px) {
  .careers-container {
    padding: 0 15px;
  }
  
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .section-header h2 {
    font-size: 1.8rem;
  }
  
  .benefit-card,
  .role-category,
  .engagement-card {
    padding: 30px 20px;
  }
  
  .form-container {
    padding: 30px 20px;
  }
  
  .form-header h3 {
    font-size: 1.8rem;
  }
}/* End custom CSS */