.elementor-869 .elementor-element.elementor-element-174dc98{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-869 .elementor-element.elementor-element-b12d0ba{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b12d0ba *//* ==================================
   TEENCONNA ABOUT PAGE - CUSTOM CSS
   PASTE THIS IN ELEMENTOR > ADVANCED > CUSTOM CSS
   ================================== */

/* Reset and Base Styles */
.teenconna-about-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.teenconna-about-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.teenconna-about-wrapper {
  font-family: 'Poppins', sans-serif;
  color: #666666;
  line-height: 1.6;
}

/* Container */
.teenconna-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.teenconna-hero {
  position: relative;
  height: 600px;
  background-image: url('https://teenconnadreamsdeveloper.in/wp-content/uploads/2025/11/pexels-eartharchive-5147364-scaled.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  width: 100%;
}

.teenconna-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(238, 78, 0, 0.85) 0%, rgba(45, 45, 45, 0.85) 100%);
}

.teenconna-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
  max-width: 100%;
}

.teenconna-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #ffffff;
}

.teenconna-hero-subtitle {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.95;
}

/* Section Spacing */
.teenconna-section {
  padding: 80px 0;
  width: 100%;
}

/* Typography */
.teenconna-label {
  display: inline-block;
  color: #EE4E00;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.teenconna-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.3;
  margin-bottom: 24px;
}

.teenconna-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Grid Layouts */
.teenconna-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.teenconna-grid-2-reverse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Overview Section */
.teenconna-overview {
  background: #ffffff;
}

.teenconna-content-block {
  padding: 20px 0;
}

.teenconna-image-block {
  position: relative;
  max-width: 100%;
}

.teenconna-main-image,
.teenconna-secondary-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: block;
}

.teenconna-main-image:hover,
.teenconna-secondary-image:hover {
  transform: scale(1.02);
}

/* Features List */
.teenconna-features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}

.teenconna-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.teenconna-check-icon {
  width: 20px;
  height: 20px;
  color: #EE4E00;
  flex-shrink: 0;
}

/* Stats Section */
.teenconna-stats-section {
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  padding: 60px 0;
  width: 100%;
}

.teenconna-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.teenconna-stat-card {
  text-align: center;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.teenconna-stat-card:hover {
  background: rgba(238, 78, 0, 0.1);
  transform: translateY(-5px);
}

.teenconna-stat-icon {
  width: 48px;
  height: 48px;
  color: #EE4E00;
  margin: 0 auto 20px;
}

.teenconna-stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.teenconna-stat-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
}

/* Vision & Mission Section */
.teenconna-vm-section {
  background: #f8f8f8;
}

.teenconna-tabs-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.teenconna-tabs-header {
  display: flex;
  border-bottom: 2px solid #f0f0f0;
}

.teenconna-tab-btn {
  flex: 1;
  padding: 20px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.teenconna-tab-btn:hover {
  color: #EE4E00;
  background: #fef5f1;
}

.teenconna-tab-btn.active {
  color: #EE4E00;
  background: #fef5f1;
}

.teenconna-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: #EE4E00;
}

.teenconna-tabs-content {
  padding: 40px;
}

.teenconna-tab-panel {
  display: none;
}

.teenconna-tab-panel.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

.teenconna-tab-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.teenconna-tab-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 16px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Values Section */
.teenconna-values-section {
  background: #ffffff;
}

.teenconna-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.teenconna-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.teenconna-value-card {
  padding: 40px 30px;
  background: #f8f8f8;
  border-radius: 12px;
  border-left: 4px solid #EE4E00;
  transition: all 0.3s ease;
}

.teenconna-value-card:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(238, 78, 0, 0.15);
}

.teenconna-value-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: rgba(238, 78, 0, 0.2);
  margin-bottom: 16px;
}

.teenconna-value-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 12px;
}

.teenconna-value-desc {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
}

/* Timeline Section */
.teenconna-timeline-section {
  background: #f8f8f8;
}

.teenconna-timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 60px;
}

.teenconna-timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #EE4E00;
}

.teenconna-timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.teenconna-timeline-marker {
  position: absolute;
  left: -47px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #EE4E00;
  border: 4px solid #f8f8f8;
  box-shadow: 0 0 0 4px #EE4E00;
}

.teenconna-timeline-content {
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.teenconna-timeline-year {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #EE4E00;
  margin-bottom: 8px;
}

.teenconna-timeline-event {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
}

/* Why Choose Us Section */
.teenconna-why-section {
  background: #ffffff;
}

.teenconna-why-list {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}

.teenconna-why-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.teenconna-why-icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: rgba(238, 78, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.teenconna-why-icon {
  width: 28px;
  height: 28px;
  color: #EE4E00;
}

.teenconna-why-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.teenconna-why-text {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
}

/* CTA Section */
.teenconna-cta-section {
  background: linear-gradient(135deg, #EE4E00 0%, #d94300 100%);
  padding: 80px 0;
  text-align: center;
  width: 100%;
}

.teenconna-cta-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.teenconna-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.teenconna-cta-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 32px;
  line-height: 1.6;
}

.teenconna-cta-btn {
  display: inline-block;
  padding: 16px 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #EE4E00;
  background: #ffffff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.teenconna-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  color: #EE4E00 !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .teenconna-hero-title {
    font-size: 40px;
  }
  
  .teenconna-heading {
    font-size: 32px;
  }
  
  .teenconna-grid-2,
  .teenconna-grid-2-reverse {
    gap: 40px;
  }
  
  .teenconna-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .teenconna-hero {
    height: 350px;
  }
  
  .teenconna-hero-title {
    font-size: 32px;
  }
  
  .teenconna-hero-subtitle {
    font-size: 16px;
  }
  
  .teenconna-section {
    padding: 50px 0;
  }
  
  .teenconna-heading {
    font-size: 28px;
  }
  
  .teenconna-grid-2,
  .teenconna-grid-2-reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .teenconna-features-list {
    grid-template-columns: 1fr;
  }
  
  .teenconna-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .teenconna-values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .teenconna-timeline {
    padding-left: 50px;
  }
  
  .teenconna-tabs-header {
    flex-direction: column;
  }
  
  .teenconna-tabs-content {
    padding: 30px 20px;
  }
  
  .teenconna-cta-title {
    font-size: 28px;
  }
  
    .teenconna-timeline::before {
      content: '';
      position: absolute;
      left: 10px;
      top: 0;
      bottom: 0;
      width: 3px;
      background: #EE4E00;
    }
}

@media (max-width: 480px) {
  .teenconna-hero-title {
    font-size: 26px;
  }
  
  .teenconna-hero-subtitle {
    font-size: 14px;
  }
  
  .teenconna-heading {
    font-size: 24px;
  }
  
  .teenconna-text {
    font-size: 15px;
  }
  
  .teenconna-stat-number {
    font-size: 36px;
  }
  
  .teenconna-value-number {
    font-size: 36px;
  }
  
  .teenconna-cta-title {
    font-size: 24px;
  }
  
  .teenconna-cta-text {
    font-size: 16px;
  }
}/* End custom CSS */