.elementor-1088 .elementor-element.elementor-element-20e743d{--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-1088 .elementor-element.elementor-element-d43a922{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-d43a922 *//* ===============================================
   TEENCONNA ENQUIRY PAGE - CUSTOM CSS
   PASTE IN: ELEMENTOR > ADVANCED > CUSTOM CSS
   =============================================== */

/* Reset & Base */
.teenconna-enquiry-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.teenconna-enquiry-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #666666;
  line-height: 1.6;
}

/* Container */
.tc-eq-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.tc-eq-hero {
  position: relative;
  padding: 170px 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-eq-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 45, 45, 0.75);
}

.tc-eq-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.tc-eq-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-eq-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.tc-eq-hero-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

/* Form Section */
.tc-eq-form-section {
  padding: 80px 0;
  background: #f8f8f8;
}

.tc-eq-form-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.tc-eq-form-header {
  text-align: center;
  margin-bottom: 50px;
}

.tc-eq-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.3;
  margin-bottom: 10px;
}

.tc-eq-section-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

.tc-eq-form-container {
  background: #ffffff;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* WPForms Styling */
.tc-eq-form-container .wpforms-container {
  margin: 0;
}

.tc-eq-form-container .wpforms-field-label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 8px;
  display: block;
}

.tc-eq-form-container .wpforms-field input[type="text"],
.tc-eq-form-container .wpforms-field input[type="email"],
.tc-eq-form-container .wpforms-field input[type="tel"],
.tc-eq-form-container .wpforms-field textarea,
.tc-eq-form-container .wpforms-field select {
  width: 100%;
  padding: 12px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #666666;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.tc-eq-form-container .wpforms-field input:focus,
.tc-eq-form-container .wpforms-field textarea:focus,
.tc-eq-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-eq-form-container .wpforms-field textarea {
  min-height: 120px;
  resize: vertical;
}

.tc-eq-form-container .wpforms-submit-container {
  margin-top: 25px;
  text-align: center;
}

.tc-eq-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-eq-form-container .wpforms-submit:hover {
  background: #d94300;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.35);
}

.tc-eq-form-container .wpforms-required-label {
  color: #EE4E00;
}

/* Contact Information Section */
.tc-eq-contact-info {
  padding: 80px 0;
  background: #ffffff;
}

.tc-eq-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.tc-eq-info-card {
  background: #f8f8f8;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}

.tc-eq-info-card:hover {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.tc-eq-info-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-eq-info-icon svg {
  width: 35px;
  height: 35px;
  color: #EE4E00;
}

.tc-eq-info-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 12px;
}

.tc-eq-info-value {
  font-size: 16px;
  font-weight: 600;
  color: #EE4E00;
  margin-bottom: 8px;
}

.tc-eq-info-time {
  font-size: 14px;
  color: #999999;
  line-height: 1.6;
}

/* CTA Section */
.tc-eq-cta-section {
  padding: 80px 0;
  background: #2d2d2d;
  text-align: center;
}

.tc-eq-cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.tc-eq-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.tc-eq-cta-text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 35px;
}

.tc-eq-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.tc-eq-cta-btn,
.tc-eq-cta-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-eq-cta-btn {
  background: #EE4E00;
  color: #ffffff;
  box-shadow: 0 5px 20px rgba(238, 78, 0, 0.3);
}

.tc-eq-cta-btn svg {
  width: 20px;
  height: 20px;
}

.tc-eq-cta-btn:hover {
  background: #d94300;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.4);
  color: #ffffff;
}

.tc-eq-cta-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.tc-eq-cta-btn-secondary svg {
  width: 20px;
  height: 20px;
}

.tc-eq-cta-btn-secondary:hover {
  background: #ffffff;
  color: #2d2d2d;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .tc-eq-hero-title {
    font-size: 42px;
  }
  
  .tc-eq-section-title {
    font-size: 32px;
  }
  
  .tc-eq-info-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .tc-eq-hero {
    padding: 120px 0 60px;
  }
  
  .tc-eq-hero-title {
    font-size: 36px;
  }
  
  .tc-eq-hero-text {
    font-size: 16px;
  }
  
  .tc-eq-form-section,
  .tc-eq-contact-info,
  .tc-eq-cta-section {
    padding: 50px 0;
  }
  
  .tc-eq-section-title {
    font-size: 28px;
  }
  
  .tc-eq-form-container {
    padding: 30px 20px;
  }
  
  .tc-eq-form-container .wpforms-submit {
    width: 100%;
  }
  
  .tc-eq-cta-buttons {
    flex-direction: column;
  }
  
  .tc-eq-cta-btn,
  .tc-eq-cta-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .tc-eq-hero {
    padding: 100px 0 50px;
  }
  
  .tc-eq-hero-title {
    font-size: 28px;
  }
  
  .tc-eq-hero-text {
    font-size: 15px;
  }
  
  .tc-eq-section-title {
    font-size: 24px;
  }
  
  .tc-eq-form-container {
    padding: 25px 15px;
  }
  
  .tc-eq-cta-title {
    font-size: 26px;
  }
  
  .tc-eq-cta-text {
    font-size: 15px;
  }
}/* End custom CSS */