.elementor-920 .elementor-element.elementor-element-6460d67{--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-f938ce0 *//* ===============================================
   TEENCONNA MANAGEMENT TEAM PAGE - CUSTOM CSS
   PASTE IN: ELEMENTOR > ADVANCED > CUSTOM CSS
   =============================================== */

/* Reset & Base */
.teenconna-management-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.teenconna-management-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #666666;
  line-height: 1.6;
}

/* Container */
.tc-mgt-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.tc-mgt-hero {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.tc-mgt-hero::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 45%;
  max-width: 600px;
  height: 70%;
  background-image: url('https://teenconnadreamsdeveloper.in/wp-content/uploads/2025/11/pexels-dropshado-7672058-scaled.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.tc-mgt-hero-content {
  max-width: 650px;
  position: relative;
  z-index: 2;
  padding-right: 40px;
}

.tc-mgt-label {
  display: inline-block;
  padding: 8px 20px;
  background: #2d2d2d;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.tc-mgt-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.2;
  margin-bottom: 24px;
}

.tc-mgt-hero-text {
  font-size: 17px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 0;
}

/* Leadership Philosophy Section */
.tc-mgt-philosophy {
  padding: 80px 0;
  background: #ffffff;
}

.tc-mgt-phil-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 60px;
  align-items: center;
}

.tc-mgt-phil-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.tc-mgt-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.3;
  margin-bottom: 20px;
}

.tc-mgt-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 30px;
}

.tc-mgt-values {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tc-mgt-value-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.tc-mgt-value-num {
  width: 45px;
  height: 45px;
  background: #f8f8f8;
  border: 2px solid #2d2d2d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
  flex-shrink: 0;
}

.tc-mgt-value-text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 5px;
}

.tc-mgt-value-text p {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
}

/* Team Section */
.tc-mgt-team-section {
  padding: 80px 0;
  background: #f8f8f8;
}

.tc-mgt-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.tc-mgt-subtitle {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}

.tc-mgt-team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* Team Member Card */
.tc-mgt-member-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.tc-mgt-member-card:hover {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.tc-mgt-member-image {
  height: 300px;
  overflow: hidden;
  background: #e0e0e0;
}

.tc-mgt-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tc-mgt-member-card:hover .tc-mgt-member-image img {
  transform: scale(1.05);
}

.tc-mgt-member-info {
  padding: 30px;
}

.tc-mgt-member-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 5px;
}

.tc-mgt-member-position {
  font-size: 14px;
  color: #999999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.tc-mgt-member-bio {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.tc-mgt-member-social {
  display: flex;
  gap: 12px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.tc-mgt-social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.tc-mgt-social-link svg {
  width: 18px;
  height: 18px;
  color: #666666;
  transition: color 0.3s ease;
}

.tc-mgt-social-link:hover {
  background: #2d2d2d;
}

.tc-mgt-social-link:hover svg {
  color: #ffffff;
}

/* Expertise Section */
.tc-mgt-expertise {
  padding: 80px 0;
  background: #ffffff;
}

.tc-mgt-section-header-center {
  text-align: center;
  margin-bottom: 60px;
}

.tc-mgt-expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.tc-mgt-exp-card {
  text-align: center;
  padding: 40px 25px;
  background: #f8f8f8;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.tc-mgt-exp-card:hover {
  border-color: #2d2d2d;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.tc-mgt-exp-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: #2d2d2d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc-mgt-exp-icon svg {
  width: 30px;
  height: 30px;
  color: #ffffff;
}

.tc-mgt-exp-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.tc-mgt-exp-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

/* Testimonial Section */
.tc-mgt-testimonial {
  padding: 80px 0;
  background: #2d2d2d;
}

.tc-mgt-testimonial-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.tc-mgt-quote-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc-mgt-quote-icon svg {
  width: 30px;
  height: 30px;
  color: #ffffff;
  opacity: 0.5;
}

.tc-mgt-quote {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 20px;
}

.tc-mgt-quote-author {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

/* CTA Section */
.tc-mgt-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
  text-align: center;
}

.tc-mgt-cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.tc-mgt-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 16px;
  line-height: 1.3;
}

.tc-mgt-cta-text {
  font-size: 17px;
  color: #666666;
  margin-bottom: 32px;
  line-height: 1.7;
}

.tc-mgt-cta-btn {
  display: inline-block;
  padding: 16px 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #2d2d2d;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.tc-mgt-cta-btn:hover {
  background: #1a1a1a;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .tc-mgt-hero {
    padding: 100px 0;
  }
  
  .tc-mgt-hero::before {
    width: 40%;
    height: 60%;
    opacity: 0.7;
  }
  
  .tc-mgt-hero-title {
    font-size: 36px;
  }
  
  .tc-mgt-title {
    font-size: 32px;
  }
  
  .tc-mgt-phil-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .tc-mgt-team-grid {
    gap: 30px;
  }
  
  .tc-mgt-expertise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tc-mgt-hero {
    padding: 60px 0;
  }
  
  .tc-mgt-hero::before {
    display: none;
  }
  
  .tc-mgt-hero-content {
    max-width: 100%;
  }
  
  .tc-mgt-hero-title {
    font-size: 32px;
  }
  
  .tc-mgt-hero-text {
    font-size: 16px;
  }
  
  .tc-mgt-philosophy,
  .tc-mgt-team-section,
  .tc-mgt-expertise,
  .tc-mgt-testimonial,
  .tc-mgt-cta {
    padding: 50px 0;
  }
  
  .tc-mgt-title {
    font-size: 28px;
  }
  
  .tc-mgt-phil-grid {
    gap: 30px;
  }
  
  .tc-mgt-team-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .tc-mgt-expertise-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .tc-mgt-quote {
    font-size: 18px;
  }
  
  .tc-mgt-cta-title {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .tc-mgt-hero {
    padding: 40px 0;
  }
  
  .tc-mgt-hero-title {
    font-size: 26px;
  }
  
  .tc-mgt-hero-text {
    font-size: 15px;
  }
  
  .tc-mgt-title {
    font-size: 24px;
  }
  
  .tc-mgt-desc {
    font-size: 15px;
  }
  
  .tc-mgt-value-item {
    gap: 15px;
  }
  
  .tc-mgt-value-num {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .tc-mgt-value-text h4 {
    font-size: 16px;
  }
  
  .tc-mgt-value-text p {
    font-size: 14px;
  }
  
  .tc-mgt-member-image {
    height: 250px;
  }
  
  .tc-mgt-member-info {
    padding: 25px;
  }
  
  .tc-mgt-member-name {
    font-size: 20px;
  }
  
  .tc-mgt-member-bio {
    font-size: 14px;
  }
  
  .tc-mgt-exp-card {
    padding: 30px 20px;
  }
  
  .tc-mgt-exp-title {
    font-size: 17px;
  }
  
  .tc-mgt-quote {
    font-size: 16px;
  }
  
  .tc-mgt-cta-title {
    font-size: 24px;
  }
  
  .tc-mgt-cta-text {
    font-size: 16px;
  }
  
  .tc-mgt-cta-btn {
    padding: 14px 35px;
    font-size: 15px;
  }
}/* End custom CSS */