.elementor-643 .elementor-element.elementor-element-4496568:not(.elementor-motion-effects-element-type-background), .elementor-643 .elementor-element.elementor-element-4496568 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://comcom-inc.sn/wp-content/uploads/2025/08/1503.jpg");background-position:center center;background-size:cover;}.elementor-643 .elementor-element.elementor-element-4496568 > .elementor-background-overlay{background-color:var( --e-global-color-1c0a7c1 );opacity:0.8;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-643 .elementor-element.elementor-element-4496568{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-643 .elementor-element.elementor-element-fc65473 > .elementor-element-populated{border-style:none;padding:50px 0px 50px 0px;}.elementor-643 .elementor-element.elementor-element-fc65473 > .elementor-element-populated, .elementor-643 .elementor-element.elementor-element-fc65473 > .elementor-element-populated > .elementor-background-overlay, .elementor-643 .elementor-element.elementor-element-fc65473 > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-643 .elementor-element.elementor-element-90c8c72{border-style:none;margin-top:20px;margin-bottom:20px;padding:0px 0px 0px 0px;}.elementor-643 .elementor-element.elementor-element-9dc7300{text-align:center;}.elementor-643 .elementor-element.elementor-element-9dc7300 .elementor-heading-title{font-family:"Poppins", Sans-serif;color:var( --e-global-color-astglobalcolor4 );}.elementor-643 .elementor-element.elementor-element-b50a676{text-align:center;}.elementor-643 .elementor-element.elementor-element-df8f45c > .elementor-element-populated{border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-astglobalcolor4 );margin:20px 20px 20px 20px;--e-column-margin-right:20px;--e-column-margin-left:20px;}.elementor-643 .elementor-element.elementor-element-df8f45c > .elementor-element-populated, .elementor-643 .elementor-element.elementor-element-df8f45c > .elementor-element-populated > .elementor-background-overlay, .elementor-643 .elementor-element.elementor-element-df8f45c > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-643 .elementor-element.elementor-element-343c992{text-align:center;color:var( --e-global-color-astglobalcolor4 );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-12e9544 *//* Section Engagement - Style Premium */
.engagement-section {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  padding: 50px 10px;
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
  position: relative;
  overflow: hidden;
}

.engagement-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBzdHJva2U9InJnYmEoMCwgMTc4LCAyMzQsIDAuMDUpIiBzdHJva2Utd2lkdGg9IjAuNSI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOCIvPjxjaXJjbGUgY3g9IjkwIiBjeT0iOTAiIHI9IjgiLz48Y2lyY2xlIGN4PSI3MCIgY3k9IjMwIiByPSI2Ii8+PGNpcmNsZSBjeD0iMzAiIGN5PSI3MCIgcj0iNiIvPjwvZz48L3N2Zz4=');
  opacity: 0.2;
  z-index: 0;
}

.engagement-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.engagement-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  color: #192D65;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.engagement-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #00B2EA, #192D65);
  border-radius: 2px;
}

.engagement-intro {
  text-align: center;
  font-size: 1.2rem;
  color: #444;
  max-width: 800px;
  margin: 40px auto 70px;
  line-height: 1.6;
  font-weight: 500;
}

.engagement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.engagement-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.engagement-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #00B2EA, #192D65);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.engagement-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(25, 45, 101, 0.15);
}

.engagement-card:hover::before {
  opacity: 1;
}

.engagement-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f0ff 100%);
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 178, 234, 0.2);
}

.engagement-card h3 {
  font-size: 1.5rem;
  color: #192D65;
  margin-bottom: 25px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}

.engagement-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #00B2EA;
  border-radius: 1px;
}

.engagement-content {
  color: #555;
  line-height: 1.7;
  text-align: left;
}

.engagement-content p {
  margin-bottom: 20px;
}

.highlight {
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f0ff 100%);
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #00B2EA;
  font-weight: 600;
  color: #192D65;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 992px) {
  .engagement-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .engagement-section {
    padding: 70px 15px;
  }
  
  .engagement-title {
    font-size: 2rem;
  }
  
  .engagement-intro {
    font-size: 1.1rem;
    margin: 30px auto 50px;
  }
  
  .engagement-card {
    padding: 30px 25px;
  }
  
  .engagement-card h3 {
    font-size: 1.3rem;
  }
  
  .engagement-icon {
    font-size: 2.5rem;
    width: 70px;
    height: 70px;
  }
}/* End custom CSS */