.elementor-1068 .elementor-element.elementor-element-b2bb647{--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-1068 .elementor-element.elementor-element-6181c66{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6181c66 *//* ===============================================
   TEENCONNA CHANNEL PARTNER - CUSTOM CSS
   PASTE IN: ELEMENTOR > ADVANCED > CUSTOM CSS
   =============================================== */

/* Reset & Base */
.teenconna-channel-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.teenconna-channel-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #666666;
  line-height: 1.6;
}

/* Container */
.tc-ch-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.tc-ch-hero {
  position: relative;
  padding: 230px 0 100px;
  background-image: url('https://teenconnadreamsdeveloper.in/wp-content/uploads/2025/11/Real-estate-1-scaled.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
}

.tc-ch-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 45, 45, 0.75);
}

.tc-ch-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.tc-ch-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: 20px;
}

.tc-ch-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.tc-ch-hero-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
}

/* Section Headers */
.tc-ch-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.tc-ch-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.3;
  margin-bottom: 10px;
}

.tc-ch-section-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

.tc-ch-section-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* Why Partner Section */
.tc-ch-why-section {
  padding: 80px 0;
  background: #ffffff;
}

.tc-ch-why-grid {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 60px;
  align-items: center;
}

.tc-ch-why-image {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.tc-ch-why-image img {
  width: 100%;
  height: auto;
  display: block;
}

.tc-ch-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tc-ch-benefit-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.tc-ch-benefit-icon {
  width: 40px;
  height: 40px;
  background: rgba(238, 78, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tc-ch-benefit-icon svg {
  width: 20px;
  height: 20px;
  color: #EE4E00;
}

.tc-ch-benefit-text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 5px;
}

.tc-ch-benefit-text p {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

/* Benefits Section */
.tc-ch-benefits-section {
  padding: 80px 0;
  background: #f8f8f8;
}

.tc-ch-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tc-ch-benefit-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

.tc-ch-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(238, 78, 0, 0.15);
}

.tc-ch-card-icon {
  width: 70px;
  height: 70px;
  background: rgba(238, 78, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.tc-ch-card-icon svg {
  width: 35px;
  height: 35px;
  color: #EE4E00;
}

.tc-ch-benefit-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 12px;
}

.tc-ch-benefit-card p {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

/* Who Can Join Section */
.tc-ch-who-section {
  padding: 80px 0;
  background: #ffffff;
}

.tc-ch-who-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.tc-ch-who-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.tc-ch-who-card {
  background: #f8f8f8;
  padding: 30px 25px;
  border-radius: 8px;
  border-top: 3px solid #EE4E00;
  transition: all 0.3s ease;
}

.tc-ch-who-card:hover {
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.tc-ch-who-card h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.tc-ch-who-card p {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
}

/* Process Timeline Section */
.tc-ch-process-section {
  padding: 80px 0;
  background: #f8f8f8;
}

.tc-ch-process-timeline {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.tc-ch-process-step {
  text-align: center;
}

.tc-ch-step-number {
  width: 60px;
  height: 60px;
  background: #EE4E00;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
}

.tc-ch-step-content h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.tc-ch-step-content p {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

/* Form Section */
.tc-ch-form-section {
  padding: 80px 0;
  background: #ffffff;
}

.tc-ch-form-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.tc-ch-form-header {
  text-align: center;
  margin-bottom: 50px;
}

.tc-ch-form-container {
  background: #f8f8f8;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* WPForms Styling */
.tc-ch-form-container .wpforms-container {
  margin: 0;
}

.tc-ch-form-container .wpforms-field-label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.tc-ch-form-container .wpforms-field input[type="text"],
.tc-ch-form-container .wpforms-field input[type="email"],
.tc-ch-form-container .wpforms-field input[type="tel"],
.tc-ch-form-container .wpforms-field textarea,
.tc-ch-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-ch-form-container .wpforms-field input:focus,
.tc-ch-form-container .wpforms-field textarea:focus,
.tc-ch-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-ch-form-container .wpforms-field textarea {
  min-height: 120px;
  resize: vertical;
}

.tc-ch-form-container .wpforms-submit-container {
  margin-top: 25px;
  text-align: center;
}

.tc-ch-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-ch-form-container .wpforms-submit:hover {
  background: #d94300;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.35);
}

.tc-ch-form-container .wpforms-required-label {
  color: #EE4E00;
}

/* Contact CTA Section */
.tc-ch-contact-section {
  padding: 80px 0;
  background: #2d2d2d;
  text-align: center;
}

.tc-ch-contact-content {
  max-width: 700px;
  margin: 0 auto;
}

.tc-ch-contact-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.tc-ch-contact-text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 35px;
}

.tc-ch-contact-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.tc-ch-contact-btn,
.tc-ch-contact-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 35px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tc-ch-contact-btn {
  background: #EE4E00;
  color: #ffffff;
  box-shadow: 0 5px 20px rgba(238, 78, 0, 0.3);
}

.tc-ch-contact-btn svg {
  width: 20px;
  height: 20px;
}

.tc-ch-contact-btn:hover {
  background: #d94300;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.4);
  color: #ffffff;
}

.tc-ch-contact-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.tc-ch-contact-btn-secondary:hover {
  background: #ffffff;
  color: #2d2d2d;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .tc-ch-hero-title {
    font-size: 42px;
  }
  
  .tc-ch-section-title {
    font-size: 32px;
  }
  
  .tc-ch-why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .tc-ch-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tc-ch-who-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tc-ch-process-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tc-ch-hero {
    padding: 80px 0 60px;
  }
  
  .tc-ch-hero-title {
    font-size: 36px;
  }
  
  .tc-ch-hero-text {
    font-size: 16px;
  }
  
  .tc-ch-why-section,
  .tc-ch-benefits-section,
  .tc-ch-who-section,
  .tc-ch-process-section,
  .tc-ch-form-section,
  .tc-ch-contact-section {
    padding: 50px 0;
  }
  
  .tc-ch-section-title {
    font-size: 28px;
  }
  
  .tc-ch-benefits-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .tc-ch-who-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .tc-ch-process-timeline {
    grid-template-columns: 1fr;
  }
  
  .tc-ch-form-container {
    padding: 30px 20px;
  }
  
  .tc-ch-form-container .wpforms-submit {
    width: 100%;
  }
  
  .tc-ch-contact-buttons {
    flex-direction: column;
  }
  
  .tc-ch-contact-btn,
  .tc-ch-contact-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .tc-ch-hero-title {
    font-size: 28px;
  }
  
  .tc-ch-hero-text {
    font-size: 15px;
  }
  
  .tc-ch-section-title {
    font-size: 24px;
  }
  
  .tc-ch-form-container {
    padding: 25px 15px;
  }
  
  .tc-ch-contact-title {
    font-size: 26px;
  }
}/* End custom CSS */