.elementor-1115 .elementor-element.elementor-element-97de75d{--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-0b12324 *//* ===============================================
   TEENCONNA REFERRAL PAGE - CUSTOM CSS
   PASTE IN: ELEMENTOR > ADVANCED > CUSTOM CSS
   =============================================== */

/* Reset & Base */
.teenconna-referral-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.teenconna-referral-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-ref-hero {
  position: relative;
  padding: 190px 0 100px;
  background-image: url('https://teenconnadreamsdeveloper.in/wp-content/uploads/2025/11/Real-estate-3-scaled.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
}

.tc-ref-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 45, 45, 0.75);
}

.tc-ref-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-ref-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.tc-ref-hero-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

/* Section Headers */
.tc-ref-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.tc-ref-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.3;
  margin-bottom: 12px;
}

.tc-ref-highlight {
  color: #EE4E00;
}

.tc-ref-section-desc {
  font-size: 17px;
  color: #666666;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* How It Works Section */
.tc-ref-how-section {
  padding: 100px 0;
  background: #ffffff;
}

.tc-ref-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.tc-ref-step-card {
  position: relative;
  background: #f8f8f8;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}

.tc-ref-step-card:hover {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.tc-ref-step-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: rgba(238, 78, 0, 0.1);
  line-height: 1;
}

.tc-ref-step-icon {
  width: 80px;
  height: 80px;
  background: rgba(238, 78, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.tc-ref-step-icon svg {
  width: 40px;
  height: 40px;
  color: #EE4E00;
}

.tc-ref-step-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 12px;
}

.tc-ref-step-text {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
}

/* Who Can Refer Section */
.tc-ref-who-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.tc-ref-who-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.tc-ref-who-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 35px;
}

.tc-ref-who-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.tc-ref-who-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.tc-ref-who-item-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #EE4E00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc-ref-who-item-icon svg {
  width: 16px;
  height: 16px;
  color: #ffffff;
}

.tc-ref-who-item-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 6px;
}

.tc-ref-who-item-text {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
}

.tc-ref-who-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.tc-ref-who-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

/* Rewards Section */
.tc-ref-rewards-section {
  padding: 100px 0;
  background: #ffffff;
}

.tc-ref-rewards-content {
  margin-top: 20px;
}

.tc-ref-rewards-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.tc-ref-rewards-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.tc-ref-rewards-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.tc-ref-reward-card {
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}

.tc-ref-reward-primary {
  background: linear-gradient(135deg, #EE4E00 0%, #d94300 100%);
  color: #ffffff;
}

.tc-ref-reward-secondary {
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  color: #ffffff;
}

.tc-ref-reward-tertiary {
  background: #f8f8f8;
  color: #2d2d2d;
  border: 2px solid #e0e0e0;
}

.tc-ref-reward-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.tc-ref-reward-amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.tc-ref-reward-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  opacity: 0.95;
}

.tc-ref-reward-desc {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

.tc-ref-reward-tertiary .tc-ref-reward-amount {
  color: #EE4E00;
}

.tc-ref-rewards-benefits {
  background: #f8f8f8;
  padding: 40px;
  border-radius: 8px;
  border-left: 4px solid #EE4E00;
}

.tc-ref-benefits-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.tc-ref-benefits-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.tc-ref-benefits-list li {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}

.tc-ref-benefits-list li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: -4px;
  color: #EE4E00;
  font-size: 20px;
  font-weight: 700;
}

/* Form Section */
.tc-ref-form-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.tc-ref-form-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.tc-ref-form-header {
  text-align: center;
  margin-bottom: 50px;
}

.tc-ref-form-container {
  background: #ffffff;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* WPForms Styling */
.tc-ref-form-container .wpforms-container {
  margin: 0;
}

.tc-ref-form-container .wpforms-field-label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 8px;
  display: block;
}

.tc-ref-form-container .wpforms-field input[type="text"],
.tc-ref-form-container .wpforms-field input[type="email"],
.tc-ref-form-container .wpforms-field input[type="tel"],
.tc-ref-form-container .wpforms-field textarea,
.tc-ref-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-ref-form-container .wpforms-field input:focus,
.tc-ref-form-container .wpforms-field textarea:focus,
.tc-ref-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-ref-form-container .wpforms-field textarea {
  min-height: 120px;
  resize: vertical;
}

.tc-ref-form-container .wpforms-submit-container {
  margin-top: 25px;
  text-align: center;
}

.tc-ref-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-ref-form-container .wpforms-submit:hover {
  background: #d94300;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.35);
}

.tc-ref-form-container .wpforms-required-label {
  color: #EE4E00;
}

/* Terms Section */
.tc-ref-terms-section {
  padding: 100px 0;
  background: #ffffff;
}

.tc-ref-terms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tc-ref-terms-card {
  background: #f8f8f8;
  padding: 40px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.tc-ref-terms-card:hover {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.tc-ref-terms-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #EE4E00;
}

.tc-ref-terms-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tc-ref-terms-list li {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  padding-left: 25px;
  position: relative;
}

.tc-ref-terms-list li:before {
  content: '→';
  position: absolute;
  left: 0;
  color: #EE4E00;
  font-weight: 700;
}

/* Success Stories Section */
.tc-ref-success-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.tc-ref-success-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tc-ref-success-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.tc-ref-success-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.tc-ref-success-quote {
  width: 50px;
  height: 50px;
  background: rgba(238, 78, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.tc-ref-success-quote svg {
  width: 24px;
  height: 24px;
  color: #EE4E00;
}

.tc-ref-success-text {
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 25px;
  font-style: italic;
}

.tc-ref-success-author {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.tc-ref-success-avatar {
  width: 50px;
  height: 50px;
  background: #EE4E00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}

.tc-ref-success-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 4px;
}

.tc-ref-success-role {
  font-size: 13px;
  color: #999999;
}

/* CTA Section */
.tc-ref-cta-section {
  padding: 100px 0;
  background: #2d2d2d;
  text-align: center;
}

.tc-ref-cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.tc-ref-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
  line-height: 1.3;
}

.tc-ref-cta-text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  margin-bottom: 40px;
}

.tc-ref-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.tc-ref-cta-btn,
.tc-ref-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-ref-cta-btn {
  background: #EE4E00;
  color: #ffffff;
  box-shadow: 0 5px 20px rgba(238, 78, 0, 0.3);
}

.tc-ref-cta-btn svg {
  width: 20px;
  height: 20px;
}

.tc-ref-cta-btn:hover {
  background: #d94300;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.4);
  color: #ffffff;
}

.tc-ref-cta-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.tc-ref-cta-btn-secondary svg {
  width: 20px;
  height: 20px;
}

.tc-ref-cta-btn-secondary:hover {
  background: #ffffff;
  color: #2d2d2d;
  transform: translateY(-3px);
}

/* Smooth Scroll for Form Link */
html {
  scroll-behavior: smooth;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .tc-ref-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tc-ref-who-content {
    gap: 50px;
  }
  
  .tc-ref-rewards-cards {
    grid-template-columns: 1fr;
  }
  
  .tc-ref-benefits-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .tc-ref-section-title {
    font-size: 36px;
  }
  
  .tc-ref-hero-title {
    font-size: 42px;
  }
  
  .tc-ref-who-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .tc-ref-who-image img {
    height: 400px;
  }
  
  .tc-ref-terms-grid {
    grid-template-columns: 1fr;
  }
  
  .tc-ref-success-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .tc-ref-hero {
    padding: 120px 0 60px;
  }
  
  .tc-ref-hero-title {
    font-size: 36px;
  }
  
  .tc-ref-hero-text {
    font-size: 16px;
  }
  
  .tc-ref-how-section,
  .tc-ref-who-section,
  .tc-ref-rewards-section,
  .tc-ref-form-section,
  .tc-ref-terms-section,
  .tc-ref-success-section,
  .tc-ref-cta-section {
    padding: 60px 0;
  }
  
  .tc-ref-section-title {
    font-size: 32px;
  }
  
  .tc-ref-section-header {
    margin-bottom: 40px;
  }
  
  .tc-ref-steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .tc-ref-form-container {
    padding: 30px 20px;
  }
  
  .tc-ref-form-container .wpforms-submit {
    width: 100%;
  }
  
  .tc-ref-cta-buttons {
    flex-direction: column;
  }
  
  .tc-ref-cta-btn,
  .tc-ref-cta-btn-secondary {
    width: 100%;
    justify-content: center;
  }
  
  .tc-ref-who-image img {
    height: 350px;
  }
  
  .tc-ref-rewards-image img {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .tc-ref-hero {
    padding: 100px 0 50px;
  }
  
  .tc-ref-hero-title {
    font-size: 28px;
  }
  
  .tc-ref-hero-text {
    font-size: 15px;
  }
  
  .tc-ref-section-title {
    font-size: 26px;
  }
  
  .tc-ref-section-desc {
    font-size: 15px;
  }
  
  .tc-ref-form-container {
    padding: 25px 15px;
  }
  
  .tc-ref-cta-title {
    font-size: 28px;
  }
  
  .tc-ref-cta-text {
    font-size: 15px;
  }
  
  .tc-ref-step-card,
  .tc-ref-terms-card,
  .tc-ref-success-card {
    padding: 30px 20px;
  }
  
  .tc-ref-reward-amount {
    font-size: 38px;
  }
  
  .tc-ref-who-image img {
    height: 300px;
  }
  
  .tc-ref-rewards-image img {
    height: 250px;
  }
}/* End custom CSS */