.elementor-1024 .elementor-element.elementor-element-eebd34c{--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-2b47fa5 *//* ==================================
   TEENCONNA ONGOING PROJECTS - CUSTOM CSS
   PASTE THIS IN ELEMENTOR > ADVANCED > CUSTOM CSS
   ================================== */

/* Reset and Base */
.teenconna-ongoing-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.teenconna-ongoing-wrapper {
  font-family: 'Poppins', sans-serif;
  color: #666666;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
}

/* Container */
.ongoing-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.ongoing-hero {
  position: relative;
  height: 600px;
  background-image: url('https://teenconnadreamsdeveloper.in/wp-content/uploads/2025/11/Hero-section-image-scaled.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.ongoing-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(45, 45, 45, 0.9) 0%, rgba(238, 78, 0, 0.10) 100%);
}

.ongoing-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
}

.ongoing-hero-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
  opacity: 0.95;
}

.ongoing-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #ffffff;
}

.ongoing-hero-subtitle {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.95;
  max-width: 700px;
  margin: 0 auto;
}

/* Section Spacing */
.ongoing-section {
  padding: 80px 0;
}

/* Typography */
.ongoing-label {
  display: inline-block;
  color: #EE4E00;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.ongoing-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.3;
  margin-bottom: 16px;
}

.ongoing-subheading {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 24px;
}

.ongoing-subheading-lg {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.ongoing-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Section Header */
.ongoing-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.ongoing-section-header .ongoing-subheading {
  max-width: 700px;
  margin: 0 auto;
}

/* Grid Layouts */
.ongoing-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.ongoing-grid-2-reverse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Introduction Section */
.ongoing-intro {
  background: #f8f8f8;
}

.ongoing-intro-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.ongoing-stats-inline {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.ongoing-stat-inline {
  text-align: center;
}

.ongoing-stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #EE4E00;
  display: block;
  margin-bottom: 8px;
}

.ongoing-stat-text {
  font-size: 15px;
  color: #666666;
  font-weight: 500;
}

/* Featured Project */
.ongoing-featured {
  background: #ffffff;
}

.ongoing-featured-header {
  text-align: center;
  margin-bottom: 50px;
}

.ongoing-project-hero {
  position: relative;
  margin-bottom: 50px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.ongoing-project-hero-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.ongoing-project-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgba(238, 78, 0, 0.95);
  padding: 16px 24px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.ongoing-badge-status {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.ongoing-badge-completion {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

.ongoing-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ongoing-detail-card {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: #f8f8f8;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.ongoing-detail-card:hover {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.ongoing-detail-icon {
  width: 32px;
  height: 32px;
  color: #EE4E00;
  flex-shrink: 0;
  margin-top: 2px;
}

.ongoing-detail-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 4px;
}

.ongoing-detail-text {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}

/* Overview Section */
.ongoing-overview {
  background: #ffffff;
}

.ongoing-content-block {
  padding: 20px 0;
}

.ongoing-image-block {
  position: relative;
}

.ongoing-content-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.ongoing-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}

.ongoing-highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #f8f8f8;
  border-radius: 6px;
}

.ongoing-highlight-icon {
  width: 20px;
  height: 20px;
  color: #EE4E00;
  flex-shrink: 0;
}

.ongoing-highlight-item span {
  font-size: 14px;
  font-weight: 500;
  color: #2d2d2d;
}

/* Amenities Section */
.ongoing-amenities {
  background: #f8f8f8;
}

.ongoing-amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ongoing-amenity-card {
  text-align: center;
  padding: 32px 20px;
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.ongoing-amenity-card:hover {
  border-color: #EE4E00;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.15);
}

.ongoing-amenity-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  color: #EE4E00;
}

.ongoing-amenity-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 1.4;
}

/* Construction Progress */
.ongoing-progress {
  background: #ffffff;
}

.ongoing-progress-wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-left: 60px;
}

.ongoing-progress-wrapper::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #e0e0e0;
}

.ongoing-progress-item {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
}

.ongoing-progress-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.ongoing-progress-marker {
  position: absolute;
  left: -47px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e0e0e0;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 4px #e0e0e0;
}

.ongoing-progress-item.completed .ongoing-progress-marker {
  background: #4CAF50;
  box-shadow: 0 0 0 4px #4CAF50;
}

.ongoing-progress-item.active .ongoing-progress-marker {
  background: #EE4E00;
  box-shadow: 0 0 0 4px #EE4E00;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

.ongoing-progress-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.ongoing-progress-date {
  font-size: 14px;
  font-weight: 600;
  color: #EE4E00;
  margin-bottom: 8px;
}

.ongoing-progress-item.completed .ongoing-progress-date {
  color: #4CAF50;
}

.ongoing-progress-desc {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
}

/* Location Section */
.ongoing-location {
  background: #f8f8f8;
}

.ongoing-location-list {
  display: grid;
  gap: 20px;
  margin-top: 32px;
}

.ongoing-location-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ongoing-location-icon {
  width: 40px;
  height: 40px;
  background: rgba(238, 78, 0, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ongoing-location-icon svg {
  width: 20px;
  height: 20px;
  color: #EE4E00;
}

.ongoing-location-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 4px;
}

.ongoing-location-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}

/* Why Invest Section */
.ongoing-invest {
  background: #ffffff;
}

.ongoing-invest-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.ongoing-invest-card {
  padding: 40px 30px;
  background: #f8f8f8;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.ongoing-invest-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #EE4E00;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.ongoing-invest-card:hover {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.ongoing-invest-card:hover::before {
  transform: scaleY(1);
}

.ongoing-invest-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: rgba(238, 78, 0, 0.15);
  line-height: 1;
  margin-bottom: 16px;
}

.ongoing-invest-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 12px;
}

.ongoing-invest-desc {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
}

/* FAQ Section */
.ongoing-faq {
  background: #f8f8f8;
}

.ongoing-faq-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.ongoing-faq-item {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.ongoing-faq-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.ongoing-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px;
  background: transparent;
  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;
}

.ongoing-faq-question:hover {
  color: #EE4E00;
  background: #ffffff;
}

.ongoing-faq-question:focus {
  color: #EE4E00;
  background: #ffffff;
}

.ongoing-faq-icon {
  width: 24px;
  height: 24px;
  color: #EE4E00;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.ongoing-faq-item.active .ongoing-faq-icon {
  transform: rotate(180deg);
}

.ongoing-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 28px;
}

.ongoing-faq-item.active .ongoing-faq-answer {
  padding: 0 28px 80px;
}

.ongoing-faq-answer p {
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
}

/* CTA Section */
.ongoing-cta {
  background: linear-gradient(135deg, #EE4E00 0%, #d94300 100%);
  padding: 80px 0;
}

.ongoing-cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.ongoing-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.ongoing-cta-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 36px;
  line-height: 1.6;
}

.ongoing-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.ongoing-cta-btn {
  display: inline-block;
  padding: 16px 36px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.ongoing-cta-btn.primary {
  background: #ffffff;
  color: #EE4E00;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.ongoing-cta-btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.ongoing-cta-btn.secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.ongoing-cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .ongoing-hero-title {
    font-size: 42px;
  }
  
  .ongoing-heading {
    font-size: 32px;
  }
  
  .ongoing-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ongoing-amenities-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .ongoing-hero {
    height: 350px;
  }
  
  .ongoing-hero-title {
    font-size: 36px;
  }
  
  .ongoing-hero-subtitle {
    font-size: 16px;
  }
  
  .ongoing-section {
    padding: 50px 0;
  }
  
  .ongoing-heading {
    font-size: 28px;
  }
  
  .ongoing-grid-2,
  .ongoing-grid-2-reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .ongoing-stats-inline {
    gap: 30px;
  }
  
  .ongoing-project-hero-img {
    height: 350px;
  }
  
  .ongoing-detail-grid {
    grid-template-columns: 1fr;
  }
  
  .ongoing-highlights {
    grid-template-columns: 1fr;
  }
  
  .ongoing-amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .ongoing-progress-wrapper {
    padding-left: 50px;
  }
  
  .ongoing-invest-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .ongoing-cta-title {
    font-size: 32px;
  }
  
  .ongoing-cta-buttons {
    flex-direction: column;
  }
  
  .ongoing-cta-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ongoing-hero-title {
    font-size: 28px;
  }
  
  .ongoing-hero-subtitle {
    font-size: 14px;
  }
  
  .ongoing-heading {
    font-size: 24px;
  }
  
  .ongoing-progress-wrapper::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #e0e0e0;
}
  
  .ongoing-text {
    font-size: 15px;
  }
  
  .ongoing-stat-number {
    font-size: 36px;
  }
  
  .ongoing-project-badge {
    top: 20px;
    right: 20px;
    padding: 12px 16px;
  }
  
  .ongoing-amenities-grid {
    grid-template-columns: 1fr;
  }
  
  .ongoing-cta-title {
    font-size: 26px;
  }
  
  .ongoing-cta-text {
    font-size: 16px;
  }
}/* End custom CSS */