.elementor-918 .elementor-element.elementor-element-870b2df{--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;--overlay-opacity:0.9;}.elementor-918 .elementor-element.elementor-element-870b2df:not(.elementor-motion-effects-element-type-background), .elementor-918 .elementor-element.elementor-element-870b2df > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://miie.global/wp-content/uploads/2026/02/775x469-expo-dubai-Mexico-4.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-918 .elementor-element.elementor-element-870b2df::before, .elementor-918 .elementor-element.elementor-element-870b2df > .elementor-background-video-container::before, .elementor-918 .elementor-element.elementor-element-870b2df > .e-con-inner > .elementor-background-video-container::before, .elementor-918 .elementor-element.elementor-element-870b2df > .elementor-background-slideshow::before, .elementor-918 .elementor-element.elementor-element-870b2df > .e-con-inner > .elementor-background-slideshow::before, .elementor-918 .elementor-element.elementor-element-870b2df > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #863950 0%, #40325A 100%);}.elementor-918 .elementor-element.elementor-element-d70f084{--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;}.elementor-918 .elementor-element.elementor-element-2b4dcc5{--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;}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-918 .elementor-element.elementor-element-d14cf0d{--iteration-count:infinite;--animation-duration:1200ms;--dynamic-text-color:#FF5A00;}.elementor-918 .elementor-element.elementor-element-d14cf0d .elementor-headline{text-align:center;font-family:"Poppins", Sans-serif;font-size:37px;font-weight:800;}.elementor-918 .elementor-element.elementor-element-d14cf0d .elementor-headline-plain-text{color:#122E5F;}.elementor-918 .elementor-element.elementor-element-d14cf0d .elementor-headline-dynamic-text{font-family:"Poppins", Sans-serif;font-weight:800;}.elementor-918 .elementor-element.elementor-element-d14cf0d .elementor-headline-dynamic-wrapper path{stroke:#61CE7000;}/* Start custom CSS for html, class: .elementor-element-c1762ba */.miie-vision-section {
  position: relative;
  background: url('https://your-image-url-here.jpg') center/cover no-repeat;
  padding: 100px 20px;
  color: #fff;
  overflow: hidden;
  font-family: poppins;
}


.miie-container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.miie-container h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}

.miie-container h2 span {
  color: #ff8a24;
}

.miie-intro {
  max-width: 900px;
  margin: 0 auto 60px;
  font-size: 17px;
  line-height: 1.7;
  color: #e0e6f0;
}

.miie-cards {
     max-width: 900px;   /* try 800px or 850px if you want even smaller */
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.miie-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  border-radius: 14px 60px;
  padding: 20px;
  text-align: left;
  border: 1px solid rgba(255,255,255,0.15);
}

.miie-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
}

.miie-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #dbe3f1;
}

/* Mobile */
@media (max-width: 768px) {
  .miie-container h2 { font-size: 32px; }
  .miie-cards { grid-template-columns: 1fr; }
}/* End custom CSS */