.elementor-1156 .elementor-element.elementor-element-32d5e4d{--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-1156 .elementor-element.elementor-element-e375dc0{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-e375dc0 *//* ===============================================
   TEENCONNA BUYER'S GUIDE PAGE - CUSTOM CSS
   PASTE IN: ELEMENTOR > ADVANCED > CUSTOM CSS
   =============================================== */

/* Reset & Base */
.teenconna-buyers-guide-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.teenconna-buyers-guide-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;
}

.tcbg-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;
}

.tcbg-section-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.tcbg-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Hero Section - PARALLAX REMOVED */
.tcbg-hero-section {
  position: relative;
  padding: 200px 0 120px;
  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;
  /* CRITICAL: Force static positioning to prevent parallax */
  transform: none !important;
  will-change: auto !important;
}

.tcbg-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 45, 45, 0.7);
}

.tcbg-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.tcbg-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 62px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.tcbg-hero-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 35px;
}

.tcbg-hero-btn {
  display: inline-block;
  padding: 16px 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #EE4E00;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(238, 78, 0, 0.3);
}

.tcbg-hero-btn:hover {
  background: #d94300;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.4);
  color: #ffffff;
}

/* Why Section */
.tcbg-why-section {
  padding: 100px 0;
  background: #ffffff;
}

.tcbg-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.tcbg-why-content h2 {
  text-align: left;
  margin-bottom: 25px;
}

.tcbg-features-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.tcbg-feature-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 25px;
  background: #f8f8f8;
  border-radius: 8px;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.tcbg-feature-item:hover {
  background: #ffffff;
  border-left-color: #EE4E00;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transform: translateX(5px);
}

.tcbg-feature-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;
}

.tcbg-feature-icon svg {
  width: 24px;
  height: 24px;
  color: #EE4E00;
}

.tcbg-feature-text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.tcbg-feature-text p {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
  margin: 0;
}

.tcbg-why-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.tcbg-why-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.tcbg-why-image:hover img {
  transform: scale(1.05);
}

/* Process Section */
.tcbg-process-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.tcbg-process-header {
  margin-bottom: 60px;
}

.tcbg-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tcbg-process-card {
  position: relative;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  border-top: 4px solid transparent;
}

.tcbg-process-card:hover {
  border-top-color: #EE4E00;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.tcbg-step-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(238, 78, 0, 0.1);
  color: #EE4E00;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.tcbg-step-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 25px;
  transition: all 0.3s ease;
}

.tcbg-process-card:hover .tcbg-step-icon {
  background: #EE4E00;
}

.tcbg-step-icon svg {
  width: 32px;
  height: 32px;
  color: #EE4E00;
  transition: color 0.3s ease;
}

.tcbg-process-card:hover .tcbg-step-icon svg {
  color: #ffffff;
}

.tcbg-step-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 1.4;
  margin-bottom: 15px;
}

.tcbg-step-text {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
}

/* CTA Section - PARALLAX REMOVED */
.tcbg-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;
  /* CRITICAL: Force static positioning to prevent parallax */
  transform: none !important;
  will-change: auto !important;
}

.tcbg-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(238, 78, 0, 0.92);
}

.tcbg-cta-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.tcbg-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 20px;
}

.tcbg-cta-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  margin-bottom: 40px;
}

.tcbg-cta-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 700px;
  margin: 0 auto 40px;
}

.tcbg-cta-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.tcbg-cta-feature svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.tcbg-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.tcbg-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);
}

.tcbg-cta-btn-primary:hover {
  background: #f8f8f8;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #EE4E00;
}

/* FAQ Section */
.tcbg-faq-section {
  padding: 100px 0;
  background: #ffffff;
}

.tcbg-faq-header {
  margin-bottom: 60px;
}

.tcbg-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.tcbg-faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.tcbg-faq-item:hover {
  border-color: #EE4E00;
}

.tcbg-faq-question {
  width: 100%;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #2d2d2d;
  transition: all 0.3s ease;
}

.tcbg-faq-question:hover {
  background: #2d2d2d;
}

.tcbg-faq-question:focus {
  background: #2d2d2d;
}

.tcbg-faq-question svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #EE4E00;
  transition: transform 0.3s ease;
}

.tcbg-faq-item.active .tcbg-faq-question svg {
  transform: rotate(180deg);
}

.tcbg-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f8f8f8;
}

.tcbg-faq-item.active .tcbg-faq-answer {
  max-height: 500px;
}

.tcbg-faq-answer p {
  padding: 25px 30px;
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
  margin: 0;
}

/* Final CTA Section - PARALLAX REMOVED */
.tcbg-final-cta-section {
  position: relative;
  padding: 100px 0;
  background: #2d2d2d;
  background-image: linear-gradient(rgba(45, 45, 45, 0.92), rgba(45, 45, 45, 0.92)),
                    url('https://teenconnadreamsdeveloper.in/wp-content/uploads/2025/11/pexels-eartharchive-5147364-scaled.jpg');
  background-size: cover;
  background-position: center;
  /* CRITICAL: Force static positioning to prevent parallax */
  transform: none !important;
  will-change: auto !important;
}

.tcbg-final-cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.tcbg-final-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 20px;
}

.tcbg-final-cta-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  margin-bottom: 40px;
}

.tcbg-final-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.tcbg-final-btn-primary {
  display: inline-block;
  padding: 16px 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #EE4E00;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(238, 78, 0, 0.3);
}

.tcbg-final-btn-primary:hover {
  background: #d94300;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.4);
  color: #ffffff;
}

.tcbg-final-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;
}

.tcbg-final-btn-secondary:hover {
  background: #ffffff;
  color: #2d2d2d;
  transform: translateY(-3px);
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* BULLETPROOF: Override any parallax attempts */
[data-parallax] {
  transform: none !important;
  will-change: auto !important;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .tcbg-why-grid {
    gap: 60px;
  }
  
  .tcbg-hero-title {
    font-size: 52px;
  }
  
  .tcbg-section-title,
  .tcbg-cta-title,
  .tcbg-final-cta-title {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .tcbg-why-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .tcbg-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tcbg-faq-section {
    padding: 80px 0;
  }
  
  .tcbg-faq-list {
    max-width: 100%;
  }
  
  .tcbg-faq-question {
    font-size: 16px;
    padding: 22px 25px;
  }
  
  .tcbg-faq-answer p {
    padding: 22px 25px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .tcbg-hero-section {
    padding: 140px 0 80px;
  }
  
  .tcbg-hero-title {
    font-size: 38px;
  }
  
  .tcbg-hero-text {
    font-size: 16px;
  }
  
  .tcbg-why-section,
  .tcbg-process-section,
  .tcbg-cta-section,
  .tcbg-final-cta-section {
    padding: 60px 0;
  }
  
  .tcbg-section-title,
  .tcbg-cta-title,
  .tcbg-final-cta-title {
    font-size: 32px;
  }
  
  .tcbg-process-grid {
    grid-template-columns: 1fr;
  }
  
  .tcbg-cta-features {
    grid-template-columns: 1fr;
  }
  
  .tcbg-cta-buttons,
  .tcbg-final-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  
  .tcbg-cta-btn-primary,
  .tcbg-final-btn-primary,
  .tcbg-final-btn-secondary {
    width: 100%;
    text-align: center;
  }
  
  /* FAQ MOBILE FIX */
  .tcbg-faq-section {
    padding: 60px 0;
  }
  
  .tcbg-faq-header {
    margin-bottom: 40px;
  }
  
  .tcbg-faq-item {
    margin-bottom: 12px;
  }
  
  .tcbg-faq-question {
    padding: 18px 15px !important;
    font-size: 14px !important;
    gap: 12px !important;
    align-items: flex-start !important;
    line-height: 1.5 !important;
  }
  
  .tcbg-faq-question svg {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
  }
  
  .tcbg-faq-answer {
    max-height: 0 !important;
  }
  
  .tcbg-faq-item.active .tcbg-faq-answer {
    max-height: 2000px !important;
  }
  
  .tcbg-faq-answer p {
    padding: 18px 15px !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
  }
}

@media (max-width: 480px) {
  .tcbg-hero-section {
    padding: 120px 0 60px;
  }
  
  .tcbg-hero-title {
    font-size: 32px;
  }
  
  .tcbg-hero-text {
    font-size: 15px;
  }
  
  .tcbg-section-title,
  .tcbg-cta-title,
  .tcbg-final-cta-title {
    font-size: 28px;
  }
  
  .tcbg-process-card {
    padding: 30px 20px;
  }
  
  .tcbg-step-title {
    font-size: 18px;
  }
  
  .tcbg-feature-item {
    padding: 20px;
  }
  
  /* FAQ 480px */
  .tcbg-faq-section {
    padding: 50px 0;
  }
  
  .tcbg-faq-header {
    margin-bottom: 30px;
  }
  
  .tcbg-faq-item {
    margin-bottom: 10px;
  }
  
  .tcbg-faq-question {
    padding: 16px 14px !important;
    font-size: 13px !important;
    gap: 10px !important;
    align-items: flex-start !important;
  }
  
  .tcbg-faq-question svg {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    flex-shrink: 0 !important;
    margin-top: 1px !important;
  }
  
  .tcbg-faq-item.active .tcbg-faq-answer {
    max-height: 2500px !important;
  }
  
  .tcbg-faq-answer p {
    padding: 16px 14px !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 360px) {
  .tcbg-faq-question {
    padding: 14px 12px !important;
    font-size: 12px !important;
    gap: 8px !important;
  }
  
  .tcbg-faq-question svg {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
  }
  
  .tcbg-faq-answer p {
    padding: 14px 12px !important;
    font-size: 11px !important;
  }
  
  .tcbg-faq-item.active .tcbg-faq-answer {
    max-height: 3000px !important;
  }
}/* End custom CSS */