.elementor-1022 .elementor-element.elementor-element-4d1e8e8{--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-1022 .elementor-element.elementor-element-234a77a{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-234a77a *//* ===============================================
   TEENCONNA UPCOMING PROJECTS - CUSTOM CSS
   PASTE IN: ELEMENTOR > ADVANCED > CUSTOM CSS
   =============================================== */

/* Reset & Base */
.teenconna-upcoming-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.teenconna-upcoming-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #666666;
  line-height: 1.6;
}

/* Container */
.tc-up-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.tc-up-hero {
  padding: 180px 0;
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
  text-align: center;
}

.tc-up-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.tc-up-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-up-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.2;
  margin-bottom: 20px;
}

.tc-up-hero-text {
  font-size: 17px;
  color: #666666;
  line-height: 1.8;
}

/* Introduction Section */
.tc-up-intro {
  padding: 60px 0;
  background: #ffffff;
}

.tc-up-intro-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.tc-up-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.3;
  margin-bottom: 16px;
}

.tc-up-intro-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}

/* Projects Section */
.tc-up-projects {
  padding: 60px 0 80px;
  background: #f8f8f8;
}

/* Project Card */
.tc-up-project-card {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 50px;
  align-items: center;
  margin-bottom: 80px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.tc-up-project-card.tc-up-reverse {
  grid-template-columns: 55% 45%;
}

.tc-up-project-card.tc-up-reverse .tc-up-project-image {
  order: 2;
}

.tc-up-project-card.tc-up-reverse .tc-up-project-content {
  order: 1;
}

.tc-up-project-image {
  position: relative;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
}

.tc-up-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tc-up-project-card:hover .tc-up-project-image img {
  transform: scale(1.05);
}

.tc-up-project-status {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 18px;
  background: #EE4E00;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.tc-up-project-content {
  padding: 40px;
}

.tc-up-project-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 12px;
}

.tc-up-project-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.tc-up-project-location svg {
  width: 18px;
  height: 18px;
  color: #EE4E00;
  flex-shrink: 0;
}

.tc-up-project-location span {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}

.tc-up-project-desc {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.tc-up-project-features {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}

.tc-up-feature {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tc-up-feature svg {
  width: 18px;
  height: 18px;
  color: #2d2d2d;
  flex-shrink: 0;
}

.tc-up-feature span {
  font-size: 13px;
  color: #666666;
  font-weight: 500;
}

.tc-up-project-highlights h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 12px;
}

.tc-up-project-highlights ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tc-up-project-highlights li {
  font-size: 14px;
  color: #666666;
  padding-left: 20px;
  position: relative;
}

.tc-up-project-highlights li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #EE4E00;
  font-weight: 700;
}

/* CTA Section */
.tc-up-cta {
  padding: 80px 0;
  background: #ffffff;
  text-align: center;
}

.tc-up-cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.tc-up-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 16px;
  line-height: 1.3;
}

.tc-up-cta-text {
  font-size: 17px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 32px;
}

.tc-up-cta-btn {
  display: inline-block;
  padding: 16px 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #EE4E00;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(238, 78, 0, 0.25);
}

.tc-up-cta-btn:hover {
  background: #d94300;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.35);
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .tc-up-hero-title {
    font-size: 40px;
  }
  
  .tc-up-section-title {
    font-size: 32px;
  }
  
  .tc-up-project-card,
  .tc-up-project-card.tc-up-reverse {
    grid-template-columns: 1fr;
  }
  
  .tc-up-project-card.tc-up-reverse .tc-up-project-image {
    order: 1;
  }
  
  .tc-up-project-card.tc-up-reverse .tc-up-project-content {
    order: 2;
  }
  
  .tc-up-project-image {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .tc-up-hero {
    padding: 60px 0;
  }
  
  .tc-up-hero-title {
    font-size: 36px;
  }
  
  .tc-up-hero-text {
    font-size: 16px;
  }
  
  .tc-up-intro {
    padding: 40px 0;
  }
  
  .tc-up-section-title {
    font-size: 28px;
  }
  
  .tc-up-projects {
    padding: 40px 0 60px;
  }
  
  .tc-up-project-card {
    margin-bottom: 50px;
  }
  
  .tc-up-project-image {
    min-height: 300px;
  }
  
  .tc-up-project-content {
    padding: 30px 25px;
  }
  
  .tc-up-project-title {
    font-size: 24px;
  }
  
  .tc-up-project-features {
    flex-direction: column;
    gap: 12px;
  }
  
  .tc-up-cta {
    padding: 60px 0;
  }
  
  .tc-up-cta-title {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .tc-up-hero-title {
    font-size: 28px;
  }
  
  .tc-up-hero-text {
    font-size: 15px;
  }
  
  .tc-up-section-title {
    font-size: 24px;
  }
  
  .tc-up-project-image {
    min-height: 250px;
  }
  
  .tc-up-project-content {
    padding: 25px 20px;
  }
  
  .tc-up-project-title {
    font-size: 22px;
  }
  
  .tc-up-cta-title {
    font-size: 24px;
  }
  
  .tc-up-cta-text {
    font-size: 16px;
  }
}/* End custom CSS */