.elementor-2189 .elementor-element.elementor-element-3c821a64:not(.elementor-motion-effects-element-type-background), .elementor-2189 .elementor-element.elementor-element-3c821a64 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, #F9F7F6 4.2%, #FFFFFF 4.2%);}.elementor-2189 .elementor-element.elementor-element-3c821a64{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:140px 0px 0px 0px;}.elementor-2189 .elementor-element.elementor-element-3c821a64 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2189 .elementor-element.elementor-element-1c2e1a9c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-2189 .elementor-element.elementor-element-be02732{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2189 .elementor-element.elementor-element-6100f67{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(max-width:1024px) and (min-width:768px){.elementor-2189 .elementor-element.elementor-element-1c2e1a9c{width:100%;}}@media(max-width:1024px){.elementor-2189 .elementor-element.elementor-element-3c821a64{padding:90px 0px 0px 0px;}.elementor-2189 .elementor-element.elementor-element-1c2e1a9c > .elementor-element-populated{padding:10px 10px 10px 10px;}}@media(max-width:767px){.elementor-2189 .elementor-element.elementor-element-3c821a64{padding:72px 0px 0px 0px;}.elementor-2189 .elementor-element.elementor-element-1c2e1a9c > .elementor-element-populated{padding:10px 15px 10px 15px;}}/* Start custom CSS for html, class: .elementor-element-10b36a9 *//* ===== ABOUT US SECTION STYLES ===== */
.about-us-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.about-hero {
  text-align: center;
  margin-bottom: 100px;
}

.hero-badge {
  display: inline-block;
  background: #722F37;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.about-hero h1 {
  font-size: 3.5rem;
  color: #212121;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.hero-tagline {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(45deg, #722F37, #8a3a44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Section Header */
.section-header {
  margin-bottom: 50px;
}

.section-header.center {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-badge {
  display: inline-block;
  background: #722F37;
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section-header h2 {
  font-size: 2.8rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 700;
}

.section-header p {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
}

/* Mission & Overview */
.mission-overview {
  margin-bottom: 100px;
}

.overview-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
}

.overview-text .lead-text {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #212121;
  margin-bottom: 25px;
  font-weight: 500;
}

.overview-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.legal-badge {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  border: 2px solid #722F37;
}

.badge-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.legal-badge h4 {
  font-size: 1.3rem;
  color: #212121;
  margin-bottom: 10px;
  font-weight: 600;
}

.legal-badge p {
  color: #666;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.badge-date {
  display: inline-block;
  background: #722F37;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Approach Section */
.approach-section {
  margin-bottom: 100px;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.approach-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.approach-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: #722F37;
}

.approach-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.approach-card h3 {
  font-size: 1.4rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 600;
}

.approach-card p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Presence Section */
.presence-section {
  margin-bottom: 100px;
}

.presence-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.location-card {
  background: white;
  padding: 30px 25px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.location-card.primary {
  border-color: #722F37;
  background: linear-gradient(135deg, #722F37, #8a3a44);
  color: white;
}

.location-card.primary h4,
.location-card.primary p {
  color: white;
}

.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.location-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: block;
}

.location-card h4 {
  font-size: 1.2rem;
  color: #212121;
  margin-bottom: 8px;
  font-weight: 600;
}

.location-card p {
  color: #666;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.location-status {
  display: inline-block;
  background: #f8f9fa;
  color: #722F37;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
}

.location-card.primary .location-status {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

/* Values Section */
.values-section {
  margin-bottom: 80px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.value-item {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: #722F37;
}

.value-number {
  font-size: 2rem;
  font-weight: 800;
  color: #722F37;
  margin-bottom: 15px;
}

.value-item h4 {
  font-size: 1.3rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 600;
}

.value-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* CTA Section */
.about-cta {
  background: linear-gradient(135deg, #722F37 0%, #5a252b 100%);
  color: white;
  padding: 80px 40px;
  border-radius: 20px;
  text-align: center;
}

.cta-content h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid;
  display: inline-block;
}

.cta-btn.primary {
  background: white;
  color: #722F37;
  border-color: white;
}

.cta-btn.primary:hover {
  background: transparent;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

.cta-btn.secondary {
  background: transparent;
  color: white;
  border-color: white;
}

.cta-btn.secondary:hover {
  background: white;
  color: #722F37;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .overview-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .approach-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
  
  .presence-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-us-section {
    padding: 80px 0;
  }
  
  .about-hero h1 {
    font-size: 2.5rem;
  }
  
  .hero-tagline {
    font-size: 1.2rem;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 30px;
  }
  
  .section-header h2 {
    font-size: 2.2rem;
  }
  
  .presence-grid {
    grid-template-columns: 1fr;
  }
  
  .values-grid {
    grid-template-columns: 1fr;
  }
  
  .about-cta {
    padding: 60px 30px;
  }
  
  .cta-content h3 {
    font-size: 2rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .about-container {
    padding: 0 15px;
  }
  
  .about-hero h1 {
    font-size: 2rem;
  }
  
  .section-header h2 {
    font-size: 1.8rem;
  }
  
  .approach-card,
  .value-item,
  .location-card {
    padding: 30px 20px;
  }
  
  .about-cta {
    padding: 50px 25px;
  }
  
  .cta-content h3 {
    font-size: 1.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9acc345 *//* ===== MISSIONS & VALUES SECTION ===== */
.missions-values-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.mv-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Mission Section */
.mission-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 100px;
}

.section-badge {
  display: inline-block;
  background: #722F37;
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.mission-content h2 {
  font-size: 3rem;
  color: #212121;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.1;
}

.mission-statement {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 50px;
  font-weight: 500;
}

.mission-highlights {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.highlight-item:hover {
  transform: translateY(-5px);
}

.highlight-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.highlight-text h4 {
  font-size: 1.2rem;
  color: #212121;
  margin-bottom: 8px;
  font-weight: 600;
}

.highlight-text p {
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.mission-image {
  position: relative;
}

.mission-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

/* Values Section */
.values-section {
  text-align: center;
}

.values-header {
  max-width: 700px;
  margin: 0 auto 60px;
}

.values-header h2 {
  font-size: 3rem;
  color: #212121;
  margin-bottom: 20px;
  font-weight: 700;
}

.values-intro {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.value-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: #722F37;
}

.value-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.value-card h3 {
  font-size: 1.4rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 600;
}

.value-card p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .mission-section {
    gap: 50px;
  }
  
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .missions-values-section {
    padding: 80px 0;
  }
  
  .mission-section {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
  
  .mission-content h2,
  .values-header h2 {
    font-size: 2.5rem;
  }
  
  .mission-statement {
    font-size: 1.2rem;
  }
  
  .mission-image img {
    height: 400px;
  }
  
  .values-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .value-card {
    padding: 30px 25px;
  }
}

@media (max-width: 480px) {
  .mv-container {
    padding: 0 15px;
  }
  
  .mission-content h2,
  .values-header h2 {
    font-size: 2rem;
  }
  
  .highlight-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .mission-highlights {
    gap: 20px;
  }
  
  .value-card {
    padding: 25px 20px;
  }
  
  .value-icon {
    font-size: 2.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-832781f *//* ===== MEET TEAM SECTION STYLES ===== */
.meet-team-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.team-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Team Header */
.team-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-badge {
  display: inline-block;
  background: #722F37;
  color: white;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.team-header h2 {
  font-size: 3rem;
  color: #212121;
  margin-bottom: 20px;
  font-weight: 700;
}

.team-header p {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Section Subtitles */
.section-subtitle {
  font-size: 2.2rem;
  color: #212121;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
}

/* Advisory Board */
.advisory-section {
  margin-bottom: 80px;
}

.advisory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.advisor-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.advisor-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  border-color: #722F37;
}

.member-image {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.advisor-card:hover .member-image img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(114, 47, 55, 0.1) 100%);
}

.member-info {
  padding: 30px;
  text-align: center;
}

.member-info h4 {
  font-size: 1.4rem;
  color: #212121;
  margin-bottom: 8px;
  font-weight: 600;
}

.member-role {
  color: #722F37;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1rem;
}

.member-bio {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.member-social {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  color: #212121;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.social-link:hover {
  background: #722F37;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(114, 47, 55, 0.3);
}

/* Team Members */
.team-members-section {
  margin-bottom: 80px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.team-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: #722F37;
}

.team-card .member-image {
  height: 250px;
}

/* CTA Section */
.team-cta {
  background: linear-gradient(135deg, #722F37 0%, #5a252b 100%);
  color: white;
  padding: 60px 40px;
  border-radius: 20px;
  text-align: center;
}

.team-cta h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.team-cta p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid;
  display: inline-block;
}

.cta-btn.primary {
  background: white;
  color: #722F37;
  border-color: white;
}

.cta-btn.primary:hover {
  background: transparent;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

.cta-btn.secondary {
  background: transparent;
  color: white;
  border-color: white;
}

.cta-btn.secondary:hover {
  background: white;
  color: #722F37;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .advisory-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }
  
  .team-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .meet-team-section {
    padding: 80px 0;
  }
  
  .team-header h2 {
    font-size: 2.5rem;
  }
  
  .section-subtitle {
    font-size: 2rem;
  }
  
  .advisory-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  
  .team-cta {
    padding: 50px 30px;
  }
  
  .team-cta h3 {
    font-size: 2rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .team-container {
    padding: 0 15px;
  }
  
  .team-header h2 {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.8rem;
  }
  
  .member-info {
    padding: 25px 20px;
  }
  
  .team-cta {
    padding: 40px 25px;
  }
  
  .team-cta h3 {
    font-size: 1.8rem;
  }
}/* End custom CSS */