.elementor-836 .elementor-element.elementor-element-722078d3{--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;}/* Start custom CSS for html, class: .elementor-element-3619a69d *//* ===================================== */
/* AIYCSM SUPPORTED & ALIGNED FRAMEWORK  */
/* COLOR FIXED FINAL VERSION             */
/* ===================================== */

.aiycsm-supported-section{
  padding:120px 20px;
  background:linear-gradient(135deg,#0f2b4f 0%, #173a6e 100%);
  text-align:center;
  position:relative;
  overflow:hidden;
  margin-bottom:90px;
}

/* Force all text white */
.aiycsm-supported-section,
.aiycsm-supported-section *{
  color:#ffffff !important;
}

/* Container */
.aiycsm-supported-container{
  max-width:1200px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

/* Heading */
.aiycsm-supported-title{
  font-size:44px;
  font-weight:800;
  margin-bottom:20px;
  letter-spacing:0.5px;
  text-shadow:0 4px 20px rgba(0,0,0,0.25);
}

/* Subtitle */
.aiycsm-supported-subtitle{
  max-width:820px;
  margin:0 auto 70px auto;
  font-size:19px;
  line-height:1.8;
  opacity:0.85;
}

/* Grid */
.aiycsm-supported-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:35px;
}

/* Card */
.aiycsm-supported-card{
  background:rgba(255,255,255,0.08);
  padding:40px 30px;
  border-radius:22px;
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,0.12);
  transition:all 0.4s ease;
  box-shadow:0 15px 40px rgba(0,0,0,0.18);
}

/* Hover */
.aiycsm-supported-card:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 60px rgba(0,0,0,0.28);
  border:1px solid rgba(255,255,255,0.25);
}

/* Icon */
.aiycsm-supported-icon{
  font-size:42px;
  margin-bottom:18px;
}

/* Responsive */
@media(max-width:768px){

  .aiycsm-supported-section{
    padding:90px 20px;
  }

  .aiycsm-supported-title{
    font-size:30px;
  }

  .aiycsm-supported-subtitle{
    font-size:16px;
    margin-bottom:50px;
  }

}/* End custom CSS */