.elementor-8732 .elementor-element.elementor-element-3257276{--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-8732 .elementor-element.elementor-element-3e70eb5{--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-8732 .elementor-element.elementor-element-19086a0{--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-8732 .elementor-element.elementor-element-19086a0:not(.elementor-motion-effects-element-type-background), .elementor-8732 .elementor-element.elementor-element-19086a0 > .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-8732 .elementor-element.elementor-element-19086a0::before, .elementor-8732 .elementor-element.elementor-element-19086a0 > .elementor-background-video-container::before, .elementor-8732 .elementor-element.elementor-element-19086a0 > .e-con-inner > .elementor-background-video-container::before, .elementor-8732 .elementor-element.elementor-element-19086a0 > .elementor-background-slideshow::before, .elementor-8732 .elementor-element.elementor-element-19086a0 > .e-con-inner > .elementor-background-slideshow::before, .elementor-8732 .elementor-element.elementor-element-19086a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#0E121DD1;--background-overlay:'';}.elementor-8732 .elementor-element.elementor-element-b76823a.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-8732 .elementor-element.elementor-element-b76823a{text-align:center;}.elementor-8732 .elementor-element.elementor-element-b76823a .elementor-heading-title{color:#FFFFFF;}.elementor-8732 .elementor-element.elementor-element-7afa3f2{--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-8732 .elementor-element.elementor-element-19086a0:not(.elementor-motion-effects-element-type-background), .elementor-8732 .elementor-element.elementor-element-19086a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for html, class: .elementor-element-4fa3404 */.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: #04054B;
  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 */