.elementor-1172 .elementor-element.elementor-element-e6cf499{--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-0e166ae *//* ===============================================
   TEENCONNA NRI CORNER PAGE - CUSTOM CSS
   PASTE IN: ELEMENTOR > ADVANCED > CUSTOM CSS
   =============================================== */

/* Reset & Base */
.teenconna-investment-journey-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.teenconna-investment-journey-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;
}

/* Common Elements */
.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-highlight {
  color: #EE4E00;
}

.tcij-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: center;
}

.tcij-section-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.tcij-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Hero Section */
.tcij-hero-section {
  position: relative;
  padding: 180px 0 100px;
  background-image: url('https://teenconnadreamsdeveloper.in/wp-content/uploads/2025/11/Buyers-guide-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.tcij-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 45, 45, 0.75);
}

.tcij-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.tcij-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 20px;
}

.tcij-hero-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Form Section */
.tcij-form-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.tcij-form-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* Left Content */
.tcij-form-content {
  padding-right: 20px;
}

.tcij-form-content .tcij-section-title {
  text-align: left;
  margin-bottom: 20px;
}

.tcij-benefits-list {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.tcij-benefit-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 25px;
  background: #ffffff;
  border-radius: 8px;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.tcij-benefit-item:hover {
  border-left-color: #EE4E00;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transform: translateX(5px);
}

.tcij-benefit-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: rgba(238, 78, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tcij-benefit-icon svg {
  width: 24px;
  height: 24px;
  color: #EE4E00;
}

.tcij-benefit-text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.tcij-benefit-text p {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
  margin: 0;
}

.tcij-contact-info {
  display: none;
}

.tcij-contact-item {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}

.tcij-contact-item:hover {
  border-color: #EE4E00;
  box-shadow: 0 3px 15px rgba(238, 78, 0, 0.1);
}

.tcij-contact-item svg {
  width: 30px;
  height: 30px;
  color: #EE4E00;
  flex-shrink: 0;
}

.tcij-contact-item strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 4px;
}

.tcij-contact-item p {
  font-size: 15px;
  color: #666666;
  margin: 0;
}

/* Right Form Container */
.tcij-form-container {
  position: sticky;
  top: 100px;
}

.tcij-form-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #EE4E00;
}

.tcij-form-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.tcij-form-subtitle {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.tcij-form-wrapper {
  margin-bottom: 20px;
}

/* WordPress Form Styling */
.tcij-form-wrapper .wpforms-container {
  margin: 0;
}

.tcij-form-wrapper .wpforms-field-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.tcij-form-wrapper input[type="text"],
.tcij-form-wrapper input[type="email"],
.tcij-form-wrapper input[type="tel"],
.tcij-form-wrapper textarea,
.tcij-form-wrapper select {
  width: 100%;
  padding: 14px 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2d2d2d;
  background: #f8f8f8;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.tcij-form-wrapper input[type="text"]:focus,
.tcij-form-wrapper input[type="email"]:focus,
.tcij-form-wrapper input[type="tel"]:focus,
.tcij-form-wrapper textarea:focus,
.tcij-form-wrapper select:focus {
  background: #ffffff;
  border-color: #EE4E00;
  outline: none;
  box-shadow: 0 0 0 3px rgba(238, 78, 0, 0.1);
}

.tcij-form-wrapper textarea {
  min-height: 120px;
  resize: vertical;
}

.tcij-form-wrapper .wpforms-submit-container {
  margin-top: 25px;
}

.tcij-form-wrapper button[type="submit"],
.tcij-form-wrapper input[type="submit"] {
  width: 100%;
  padding: 16px 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #EE4E00;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(238, 78, 0, 0.3);
}

.tcij-form-wrapper button[type="submit"]:hover,
.tcij-form-wrapper input[type="submit"]:hover {
  background: #d94300;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.4);
}

.tcij-form-footer {
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.tcij-form-footer p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #666666;
  margin: 0;
}

.tcij-form-footer svg {
  width: 18px;
  height: 18px;
  color: #EE4E00;
  flex-shrink: 0;
}

/* Why Choose Us Section */
.tcij-why-section {
  padding: 100px 0;
  background: #ffffff;
}

.tcij-why-header {
  margin-bottom: 60px;
}

.tcij-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tcij-feature-card {
  padding: 40px 30px;
  background: #f8f8f8;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  border-top: 4px solid transparent;
}

.tcij-feature-card:hover {
  background: #ffffff;
  border-top-color: #EE4E00;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.tcij-feature-icon-large {
  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 25px;
  transition: all 0.3s ease;
}

.tcij-feature-card:hover .tcij-feature-icon-large {
  background: #EE4E00;
}

.tcij-feature-icon-large svg {
  width: 32px;
  height: 32px;
  color: #EE4E00;
  transition: color 0.3s ease;
}

.tcij-feature-card:hover .tcij-feature-icon-large svg {
  color: #ffffff;
}

.tcij-feature-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 15px;
}

.tcij-feature-card p {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
  margin: 0;
}

/* CTA Section */
.tcij-cta-section {
  position: relative;
  padding: 100px 0;
  background-image: url('https://teenconnadreamsdeveloper.in/wp-content/uploads/2025/11/Real-estate-5-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tcij-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(238, 78, 0, 0.92);
}

.tcij-cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.tcij-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 20px;
}

.tcij-cta-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  margin-bottom: 40px;
}

.tcij-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.tcij-cta-btn-primary {
  display: inline-block;
  padding: 16px 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #EE4E00;
  background: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.tcij-cta-btn-primary:hover {
  background: #f8f8f8;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #EE4E00;
}

.tcij-cta-btn-secondary {
  display: inline-block;
  padding: 16px 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tcij-cta-btn-secondary:hover {
  background: #ffffff;
  color: #EE4E00;
  transform: translateY(-3px);
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .tcij-form-layout {
    gap: 60px;
  }

  .tcij-hero-title {
    font-size: 46px;
  }

  .tcij-section-title,
  .tcij-cta-title {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .tcij-form-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .tcij-form-container {
    position: static;
    top: auto;
  }

  .tcij-form-content {
    padding-right: 0;
  }

  .tcij-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tcij-hero-section {
    padding: 140px 0 80px;
  }

  .tcij-hero-title {
    font-size: 36px;
  }

  .tcij-hero-text {
    font-size: 16px;
  }

  .tcij-form-section,
  .tcij-why-section,
  .tcij-cta-section {
    padding: 60px 0;
  }

  .tcij-section-title,
  .tcij-cta-title,
  .tcij-form-title {
    font-size: 32px;
  }

  .tcij-form-card {
    padding: 30px 25px;
  }

  .tcij-features-grid {
    grid-template-columns: 1fr;
  }

  .tcij-contact-info {
    margin-top: 30px;
  }

  .tcij-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .tcij-cta-btn-primary,
  .tcij-cta-btn-secondary {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .tcij-hero-section {
    padding: 120px 0 60px;
  }

  .tcij-hero-title {
    font-size: 28px;
  }

  .tcij-hero-text {
    font-size: 15px;
  }

  .tcij-section-title,
  .tcij-cta-title {
    font-size: 28px;
  }

  .tcij-form-title {
    font-size: 24px;
  }

  .tcij-benefit-item,
  .tcij-feature-card {
    padding: 25px 20px;
  }

  .tcij-contact-item {
    padding: 15px;
  }
}/* End custom CSS */