.elementor-8724 .elementor-element.elementor-element-809a0c5{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8724 .elementor-element.elementor-element-2182f38{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8724 .elementor-element.elementor-element-bd8f2e4{--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:1;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-8724 .elementor-element.elementor-element-bd8f2e4:not(.elementor-motion-effects-element-type-background), .elementor-8724 .elementor-element.elementor-element-bd8f2e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://invoguebuilding.com/wp-content/uploads/2026/03/vision-mission.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-8724 .elementor-element.elementor-element-bd8f2e4::before, .elementor-8724 .elementor-element.elementor-element-bd8f2e4 > .elementor-background-video-container::before, .elementor-8724 .elementor-element.elementor-element-bd8f2e4 > .e-con-inner > .elementor-background-video-container::before, .elementor-8724 .elementor-element.elementor-element-bd8f2e4 > .elementor-background-slideshow::before, .elementor-8724 .elementor-element.elementor-element-bd8f2e4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-8724 .elementor-element.elementor-element-bd8f2e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#0E121DD1;--background-overlay:'';}.elementor-8724 .elementor-element.elementor-element-8e9c842.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-8724 .elementor-element.elementor-element-8e9c842{text-align:center;}.elementor-8724 .elementor-element.elementor-element-8e9c842 .elementor-heading-title{color:#FFFFFF;}.elementor-8724 .elementor-element.elementor-element-c4e3935{--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;}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-8724 .elementor-element.elementor-element-bd8f2e4:not(.elementor-motion-effects-element-type-background), .elementor-8724 .elementor-element.elementor-element-bd8f2e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for html, class: .elementor-element-ecdb33c */.app-section {
  padding: 60px 20px;
  background: #f8fbff;
  text-align: center;
}

.app-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #0a2540;
}

.app-grid {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.app-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.app-list li {
  font-size: 18px;
  margin-bottom: 15px;
  padding: 12px 18px;
  background: #ffffff;
  border-radius: 8px;
  transition: 0.3s ease;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.app-list li::before {
  content: "→";
  color: #0073ff;
  font-weight: bold;
  margin-right: 10px;
}

.app-list li:hover {
  transform: translateX(8px);
  background: #04054b;
  color: #fff;
}

.app-list li:hover::before {
  color: #fff;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  .app-title {
    font-size: 28px;
  }

  .app-grid {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .app-list li {
    font-size: 16px;
    padding: 10px 15px;
  }
}/* End custom CSS */