.elementor-1135 .elementor-element.elementor-element-ae68c79{--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;}/* Start custom CSS for html, class: .elementor-element-ae7f28d *//* ===============================================
   TEENCONNA CONTACT US PAGE - CUSTOM CSS
   PASTE IN: ELEMENTOR > ADVANCED > CUSTOM CSS
   =============================================== */

/* Reset & Base */
.teenconna-contact-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.teenconna-contact-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #666666;
  line-height: 1.6;
}

/* Container */
.tc-ref-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.tc-contact-hero {
  position: relative;
  padding: 190px 0 100px;
  background-image: url('https://teenconnadreamsdeveloper.in/wp-content/uploads/2025/11/Conatct-us-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.tc-contact-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 45, 45, 0.75);
}

.tc-contact-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.tc-ref-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-contact-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.tc-contact-hero-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

/* Main Contact Section */
.tc-contact-main-section {
  padding: 100px 0;
  background: #ffffff;
}

.tc-contact-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* Left Side - Contact Information */
.tc-contact-info-side {
  position: sticky;
  top: 100px;
}

.tc-contact-info-header {
  margin-bottom: 50px;
}

.tc-contact-info-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.3;
  margin-bottom: 15px;
}

.tc-ref-highlight {
  color: #EE4E00;
}

.tc-contact-info-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}

.tc-contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tc-contact-info-card {
  display: flex;
  gap: 25px;
  padding: 35px;
  background: #f8f8f8;
  border-radius: 8px;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.tc-contact-info-card:hover {
  background: #ffffff;
  border-left-color: #EE4E00;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
}

.tc-contact-card-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: rgba(238, 78, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc-contact-card-icon svg {
  width: 28px;
  height: 28px;
  color: #EE4E00;
}

.tc-contact-card-content {
  flex: 1;
}

.tc-contact-card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 12px;
}

.tc-contact-card-text {
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 10px;
}

.tc-contact-card-hours {
  font-size: 14px;
  color: #999999;
  line-height: 1.6;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}

.tc-contact-card-link {
  display: block;
  font-size: 15px;
  color: #EE4E00;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.tc-contact-card-link:hover {
  color: #d94300;
}

.tc-contact-card-subtext {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}

/* Right Side - Contact Form */
.tc-contact-form-side {
  background: #f8f8f8;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.tc-contact-form-container {
  width: 100%;
}

.tc-contact-form-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.3;
  margin-bottom: 15px;
}

.tc-contact-form-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 35px;
}

.tc-contact-form-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
}

/* WPForms Styling */
.tc-contact-form-wrapper .wpforms-container {
  margin: 0 !important;
  padding: 0 !important;
}

.tc-contact-form-wrapper .wpforms-form {
  margin: 0 !important;
  padding: 0 !important;
}

.tc-contact-form-wrapper .wpforms-field-container {
  margin: 0 !important;
  padding: 0 !important;
}

.tc-contact-form-wrapper .wpforms-field {
  margin-bottom: 20px !important;
  padding: 0 !important;
}

.tc-contact-form-wrapper .wpforms-field-label {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2d2d2d !important;
  margin-bottom: 8px !important;
  display: block !important;
}

.tc-contact-form-wrapper .wpforms-field input[type="text"],
.tc-contact-form-wrapper .wpforms-field input[type="email"],
.tc-contact-form-wrapper .wpforms-field input[type="tel"],
.tc-contact-form-wrapper .wpforms-field textarea,
.tc-contact-form-wrapper .wpforms-field select {
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px 16px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  color: #666666 !important;
  background: #f8f8f8 !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
}

.tc-contact-form-wrapper .wpforms-field input:focus,
.tc-contact-form-wrapper .wpforms-field textarea:focus,
.tc-contact-form-wrapper .wpforms-field select:focus {
  background: #ffffff !important;
  border-color: #EE4E00 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(238, 78, 0, 0.1) !important;
}

.tc-contact-form-wrapper .wpforms-field textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

.tc-contact-form-wrapper .wpforms-submit-container {
  margin-top: 25px !important;
  text-align: left !important;
  padding: 0 !important;
}

.tc-contact-form-wrapper .wpforms-submit {
  padding: 10px 45px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  background: #EE4E00 !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 5px 20px rgba(238, 78, 0, 0.25) !important;
}

.tc-contact-form-wrapper .wpforms-submit:hover {
  background: #d94300 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.35) !important;
}

.tc-contact-form-wrapper .wpforms-required-label {
  color: #EE4E00 !important;
}

.tc-contact-form-wrapper .wpforms-error {
  color: #EE4E00 !important;
}

/* CRITICAL FIX: Name field row alignment */
.tc-contact-form-wrapper .wpforms-field-row {
  display: flex !important;
  gap: 15px !important;
  margin: 0 0 20px 0 !important;
  width: 100% !important;
}

.tc-contact-form-wrapper .wpforms-field-row .wpforms-field {
  flex: 1 !important;
  margin-bottom: 0 !important;
  width: auto !important;
  float: none !important;
}

.tc-contact-form-wrapper .wpforms-one-half {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tc-contact-form-wrapper .wpforms-one-half.wpforms-first {
  margin-right: 0 !important;
  padding-right: 0 !important;
  clear: none !important;
}

.tc-contact-form-wrapper .wpforms-one-half.wpforms-last {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .tc-contact-content-grid {
    gap: 60px;
  }
  
  .tc-contact-info-title {
    font-size: 36px;
  }
  
  .tc-contact-form-title {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .tc-contact-content-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .tc-contact-info-side {
    position: relative;
    top: 0;
  }
  
  .tc-contact-hero-title {
    font-size: 42px;
  }
  
  .tc-contact-info-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .tc-contact-hero {
    padding: 120px 0 60px;
  }
  
  .tc-contact-hero-title {
    font-size: 36px;
  }
  
  .tc-contact-hero-text {
    font-size: 16px;
  }
  
  .tc-contact-main-section {
    padding: 60px 0;
  }
  
  .tc-contact-form-side {
    padding: 35px 25px;
  }
  
  .tc-contact-form-wrapper {
    padding: 30px 20px;
  }
  
  .tc-contact-info-card {
    flex-direction: column;
    gap: 20px;
    padding: 25px;
  }
  
  .tc-contact-card-icon {
    width: 50px;
    height: 50px;
  }
  
  .tc-contact-card-icon svg {
    width: 24px;
    height: 24px;
  }
  
  /* Stack name fields on mobile */
  .tc-contact-form-wrapper .wpforms-field-row {
    flex-direction: column !important;
    gap: 0 !important;
  }
  
  .tc-contact-form-wrapper .wpforms-field-row .wpforms-field {
    margin-bottom: 20px !important;
  }
  
  .tc-contact-form-wrapper .wpforms-submit {
    width: 100% !important;
  }
  
  .tc-contact-form-wrapper .wpforms-one-half {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .tc-contact-hero {
    padding: 100px 0 50px;
  }
  
  .tc-contact-hero-title {
    font-size: 28px;
  }
  
  .tc-contact-hero-text {
    font-size: 15px;
  }
  
  .tc-contact-info-title {
    font-size: 26px;
  }
  
  .tc-contact-form-title {
    font-size: 24px;
  }
  
  .tc-contact-info-desc,
  .tc-contact-form-desc {
    font-size: 15px;
  }
  
  .tc-contact-form-side {
    padding: 25px 15px;
  }
  
  .tc-contact-form-wrapper {
    padding: 20px 15px;
  }
  
  .tc-contact-info-card {
    padding: 20px;
  }
}/* End custom CSS */