.elementor-1004 .elementor-element.elementor-element-bd1486e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1004 .elementor-element.elementor-element-ba386f2{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ba386f2 *//* ===============================================
   TEENCONNA CAREER PAGE - CUSTOM CSS
   PASTE IN: ELEMENTOR > ADVANCED > CUSTOM CSS
   =============================================== */

/* Reset & Base */
.teenconna-career-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.teenconna-career-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #666666;
  line-height: 1.6;
}

/* Container */
.tc-career-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.tc-career-hero {
  padding: 160px 0 100px;
  background-image: url('https://teenconnadreamsdeveloper.in/wp-content/uploads/2025/11/Hero-section-image-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}

.tc-career-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 45, 45, 0.7);
  z-index: 1;
}

.tc-career-hero-content {
  position: relative;
  z-index: 2;
}

.tc-career-hero-content {
  max-width: 700px;
  margin: 0 auto;
}

.tc-career-badge {
  display: inline-block;
  padding: 8px 20px;
  background: #EE4E00;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 4px;
  margin-bottom: 25px;
}

.tc-career-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.tc-career-hero-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}

/* Form Section */
.tc-career-form-section {
  padding: 80px 0;
  background: #ffffff;
}

.tc-career-form-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.tc-career-form-header {
  text-align: center;
  margin-bottom: 50px;
}

.tc-career-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.3;
  margin-bottom: 10px;
}

.tc-career-section-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

.tc-career-form-container {
  background: #f8f8f8;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* WPForms Styling */
.tc-career-form-container .wpforms-container {
  margin: 0;
}

.tc-career-form-container .wpforms-field-label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.tc-career-form-container .wpforms-field input[type="text"],
.tc-career-form-container .wpforms-field input[type="email"],
.tc-career-form-container .wpforms-field input[type="tel"],
.tc-career-form-container .wpforms-field input[type="file"],
.tc-career-form-container .wpforms-field textarea,
.tc-career-form-container .wpforms-field select {
  width: 100%;
  padding: 12px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #666666;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.tc-career-form-container .wpforms-field input:focus,
.tc-career-form-container .wpforms-field textarea:focus,
.tc-career-form-container .wpforms-field select:focus {
  background: #ffffff;
  border-color: #EE4E00;
  outline: none;
  box-shadow: 0 0 0 3px rgba(238, 78, 0, 0.1);
}

.tc-career-form-container .wpforms-field textarea {
  min-height: 120px;
  resize: vertical;
}

.tc-career-form-container .wpforms-submit-container {
  margin-top: 25px;
  text-align: center;
}

.tc-career-form-container .wpforms-submit {
  padding: 16px 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #EE4E00;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(238, 78, 0, 0.25);
}

.tc-career-form-container .wpforms-submit:hover {
  background: #d94300;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.35);
}

.tc-career-form-container .wpforms-required-label {
  color: #EE4E00;
}

.tc-career-form-container .wpforms-field-file-upload {
  background: #ffffff;
  padding: 15px;
  border: 2px dashed #e0e0e0;
  border-radius: 4px;
  text-align: center;
}

.tc-career-form-container .wpforms-uploader {
  border: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .tc-career-hero {
    padding: 80px 0 60px;
  }
  
  .tc-career-hero-title {
    font-size: 42px;
  }
  
  .tc-career-hero-text {
    font-size: 16px;
  }
  
  .tc-career-form-section {
    padding: 50px 0;
  }
  
  .tc-career-section-title {
    font-size: 28px;
  }
  
  .tc-career-form-container {
    padding: 30px 20px;
  }
  
  .tc-career-form-container .wpforms-submit {
    width: 100%;
    padding: 14px 30px;
  }
}

@media (max-width: 480px) {
  .tc-career-hero {
    padding: 60px 0 40px;
  }
  
  .tc-career-hero-title {
    font-size: 32px;
  }
  
  .tc-career-hero-text {
    font-size: 15px;
  }
  
  .tc-career-section-title {
    font-size: 24px;
  }
  
  .tc-career-form-container {
    padding: 25px 15px;
  }
}/* End custom CSS */