.elementor-904 .elementor-element.elementor-element-61b0c06{--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-904 .elementor-element.elementor-element-a23a725{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-a23a725 *//* ===============================================
   TEENCONNA ACHIEVEMENTS PAGE - CUSTOM CSS
   PASTE IN: ELEMENTOR > ADVANCED > CUSTOM CSS
   =============================================== */

/* Reset & Base */
.teenconna-achievement-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.teenconna-achievement-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #666666;
  line-height: 1.6;
}

/* Container */
.tc-ach-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section - 2 Column Layout */
.tc-ach-hero {
  padding: 150px 0;
  background: #f8f8f8;
  width: 100%;
}

.tc-ach-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.tc-ach-hero-left {
  padding-right: 20px;
}

.tc-ach-hero-badge {
  display: inline-block;
  padding: 6px 16px;
  background: #2d2d2d;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.tc-ach-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.tc-ach-hero-text {
  font-size: 17px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 40px;
}

.tc-ach-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tc-ach-hero-stat h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 5px;
}

.tc-ach-hero-stat p {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}

.tc-ach-hero-right {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.tc-ach-hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  display: block;
}

/* Section Introduction */
.tc-ach-section-intro {
  text-align: left;
  margin-bottom: 50px;
}

.tc-ach-section-intro-white {
  text-align: left;
  margin-bottom: 50px;
}

.tc-ach-section-intro-white .tc-ach-section-title {
  color: #ffffff;
}

.tc-ach-section-intro-white .tc-ach-section-desc {
  color: rgba(255, 255, 255, 0.8);
}

/* Introduction Section */
.tc-ach-intro-section {
  padding: 80px 0;
  background: #ffffff;
}

.tc-ach-intro-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.tc-ach-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(238, 78, 0, 0.1);
  color: #EE4E00;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.tc-ach-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.3;
  margin-bottom: 20px;
}

.tc-ach-intro-text {
  font-size: 17px;
  color: #666666;
  line-height: 1.8;
  margin-top: 20px;
}

/* Header Center */
.tc-ach-header-center {
  text-align: center;
  margin-bottom: 60px;
}

/* Major Achievements Section */
.tc-ach-major-section {
  padding: 80px 0;
  background: #f8f8f8;
}

.tc-ach-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Achievement Card */
.tc-ach-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.tc-ach-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(238, 78, 0, 0.2);
}

.tc-ach-card-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.tc-ach-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tc-ach-card:hover .tc-ach-card-image img {
  transform: scale(1.1);
}

.tc-ach-card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #EE4E00;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.tc-ach-card-content {
  padding: 28px;
}

.tc-ach-card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 12px;
  line-height: 1.4;
}

.tc-ach-card-desc {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.tc-ach-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.tc-ach-icon {
  width: 20px;
  height: 20px;
  color: #EE4E00;
  flex-shrink: 0;
}

.tc-ach-card-meta span {
  font-size: 13px;
  color: #999999;
  font-weight: 500;
}

/* Timeline Section */
.tc-ach-timeline-section {
  padding: 80px 0;
  background: #ffffff;
}

.tc-ach-timeline-intro {
  font-size: 17px;
  color: #666666;
  margin-top: 12px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.tc-ach-timeline {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}

.tc-ach-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #EE4E00, #d94300);
  transform: translateX(-50%);
}

.tc-ach-timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}

.tc-ach-timeline-item.tc-ach-left {
  justify-content: flex-end;
}

.tc-ach-timeline-item.tc-ach-right {
  justify-content: flex-start;
}

.tc-ach-timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #EE4E00;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(238, 78, 0, 0.2);
  z-index: 2;
}

.tc-ach-timeline-card {
  width: 45%;
  background: #f8f8f8;
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.tc-ach-timeline-card:hover {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(238, 78, 0, 0.15);
  transform: scale(1.05);
}

.tc-ach-timeline-year {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #EE4E00;
  margin-bottom: 10px;
}

.tc-ach-timeline-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.tc-ach-timeline-text {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
}

/* Certifications Section */
.tc-ach-cert-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
}

.tc-ach-cert-section .tc-ach-badge {
  background: rgba(238, 78, 0, 0.2);
  color: #EE4E00;
}

.tc-ach-cert-section .tc-ach-section-title {
  color: #ffffff;
}

.tc-ach-cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.tc-ach-cert-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px 24px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.tc-ach-cert-card:hover {
  background: rgba(238, 78, 0, 0.1);
  border-color: #EE4E00;
  transform: translateY(-8px);
}

.tc-ach-cert-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  padding: 12px;
  background: rgba(238, 78, 0, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc-ach-cert-icon svg {
  width: 32px;
  height: 32px;
  color: #EE4E00;
}

.tc-ach-cert-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.tc-ach-cert-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

/* Stats Banner */
.tc-ach-stats-banner {
  padding: 60px 0;
  background: #EE4E00;
}

.tc-ach-stats-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.tc-ach-stat-item {
  text-align: center;
}

.tc-ach-stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.tc-ach-stat-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.tc-ach-stat-divider {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
}

/* CTA Section */
.tc-ach-cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
  text-align: center;
}

.tc-ach-cta-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.tc-ach-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 16px;
  line-height: 1.3;
}

.tc-ach-cta-text {
  font-size: 18px;
  color: #666666;
  margin-bottom: 32px;
  line-height: 1.7;
}

.tc-ach-cta-btn {
  display: inline-block;
  padding: 18px 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #EE4E00 0%, #d94300 100%);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(238, 78, 0, 0.3);
}

.tc-ach-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(238, 78, 0, 0.4);
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .tc-ach-hero {
    padding: 100px 0;
  }
  
  .tc-ach-hero-grid {
    gap: 40px;
  }
  
  .tc-ach-hero-title {
    font-size: 36px;
  }
  
  .tc-ach-hero-text {
    font-size: 16px;
  }
  
  .tc-ach-hero-stats {
    gap: 20px;
  }
  
  .tc-ach-hero-stat h3 {
    font-size: 30px;
  }
  
  .tc-ach-section-title {
    font-size: 32px;
  }
  
  .tc-ach-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tc-ach-cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tc-ach-timeline-card {
    width: 43%;
  }
}

@media (max-width: 768px) {
  .tc-ach-hero {
    padding: 60px 0;
  }
  
  .tc-ach-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .tc-ach-hero-left {
    padding-right: 0;
  }
  
  .tc-ach-hero-right {
    order: -1;
    max-width: 100%;
  }
  
  .tc-ach-hero-image {
    max-width: 100%;
  }
  
  .tc-ach-hero-title {
    font-size: 32px;
  }
  
  .tc-ach-hero-text {
    font-size: 15px;
    margin-bottom: 30px;
  }
  
  .tc-ach-hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  
  .tc-ach-hero-stat h3 {
    font-size: 24px;
  }
  
  .tc-ach-hero-stat p {
    font-size: 12px;
  }
  
  .tc-ach-section-title {
    font-size: 28px;
  }
  
  .tc-ach-intro-section,
  .tc-ach-major-section,
  .tc-ach-timeline-section,
  .tc-ach-cert-section,
  .tc-ach-cta-section {
    padding: 50px 0;
  }
  
  .tc-ach-cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .tc-ach-cert-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .tc-ach-timeline::before {
    left: 20px;
  }
  
  .tc-ach-timeline-item {
    justify-content: flex-start !important;
    padding-left: 50px;
  }
  
  .tc-ach-timeline-dot {
    left: 20px;
    transform: none;
  }
  
  .tc-ach-timeline-card {
    width: 100%;
  }
  
  .tc-ach-stats-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .tc-ach-stat-divider {
    display: none;
  }
  
  .tc-ach-stat-item {
    width: 45%;
  }
  
  .tc-ach-cta-title {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .tc-ach-hero {
    padding: 20px 0;
  }
  
  .tc-ach-hero-grid {
    gap: 20px;
  }
  
  .tc-ach-hero-title {
    font-size: 26px;
    letter-spacing: 0.5px;
  }
  
  .tc-ach-hero-text {
    font-size: 14px;
  }
  
  .tc-ach-hero-stats {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  
  .tc-ach-hero-stat h3 {
    font-size: 32px;
  }
  
  .tc-ach-hero-stat p {
    font-size: 13px;
  }
  
  .tc-ach-section-title {
    font-size: 24px;
  }
  
  .tc-ach-intro-text,
  .tc-ach-timeline-intro {
    font-size: 15px;
  }
  
  .tc-ach-card-content {
    padding: 20px;
  }
  
  .tc-ach-card-title {
    font-size: 18px;
  }
  
  .tc-ach-timeline-card {
    padding: 20px;
  }
  
  .tc-ach-timeline::before {
    left: 13%;
  }
  
  .tc-ach-timeline-dot {
    left: 10%;
  }
  
  .tc-ach-stat-number {
    font-size: 36px;
  }
  
  .tc-ach-stat-item {
    width: 100%;
  }
  
  .tc-ach-cta-title {
    font-size: 24px;
  }
  
  .tc-ach-cta-text {
    font-size: 16px;
  }
}/* End custom CSS */