.elementor-614 .elementor-element.elementor-element-68e3e51 > .elementor-widget-container{padding:30px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-68e3e51 *//* HERO */
.apl-team-hero {
  max-width: 100%;
  padding: 18px;
}
.apl-team-h1 {
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  letter-spacing: -3px;
  line-height: 1.0;
  margin-bottom: 20px;
}
.apl-team-h1 rem{
  color: #2d6a4f;
  font-style: italic;
}
.apl-team-intro {
  font-size: 18px !important;
  max-width: 560px;
}

/* SECTION LABEL — reuse global style */
.apl-team-label {
  font-size: 1rem !important;
  letter-spacing: 3px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.apl-team-label::before {
  content: '';
  width: 20px; height: 1px;
  background: #2d6a4f;
  display: block;
}

/* TEAM GRID */
.apl-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(0,0,0,0.06);
  border-top: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

/* TEAM CARD */
.apl-team-card {
  background: #ffffff;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: background 0.2s;
}
.apl-team-card:hover { background: #f7f5f0; }

/* PHOTO */
.apl-team-photo-wrap { width: 100%; }
.apl-team-photo-placeholder {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(45,106,79,0.1);
  border: 2px solid rgba(45,106,79,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem !important;
  font-weight: 700;
  color: #2d6a4f;
}
.apl-team-photo-wrap img {
  width: 80px; height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(45,106,79,0.2);
  display: block;
}

/* TEAM INFO */
.apl-team-role {
  font-size: 0.9rem !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.apl-team-name {
  font-size: 2rem !important;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 14px;
}
.apl-team-bio {
  font-size: 18px !important;
  line-height: 1.75;
  margin-bottom: 20px;
}

/* SKILLS */
.apl-team-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.apl-team-skills span {
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 100px;
  background: rgba(45,106,79,0.08);
  color: #2d6a4f;
  border: 1px solid rgba(45,106,79,0.15);
}


/* RESPONSIVE */
@media(max-width: 1024px){
  .apl-team-hero { padding: 0 40px 60px; }
  .apl-services-grid { grid-template-columns: 1fr 1fr; }
  .apl-team-services-inner { padding: 0 40px; }
}
@media(max-width: 768px){
  .apl-team-hero { padding: 0 20px 48px; }
  .apl-team-grid { grid-template-columns: 1fr; }
  .apl-team-card { padding: 32px 20px; }
  .apl-services-grid { grid-template-columns: 1fr; }
  .apl-team-services-inner { padding: 0 20px; }
  .apl-team-cta { padding: 60px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e4a931 *//* CTA SECTION */
.apl-team-cta {
  text-align: center;
  padding: 80px 40px;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.apl-team-cta-h2 {
  font-size: clamp(2rem, 4vw, 3rem) !important;
  letter-spacing: -2px;
  margin-bottom: 12px;
}
.apl-team-cta p {
  font-size: 18px !important;
  margin-bottom: 28px;
}
.apl-team-cta-btn {
  display: inline-flex;
  align-items: center;
  background: #2d6a4f;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.apl-team-cta-btn:hover { opacity: 0.85; }/* End custom CSS */