.elementor-26586 .elementor-element.elementor-element-5c9ab84f{--display:flex;--min-height:0px;--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--overlay-opacity:1;--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-26586 .elementor-element.elementor-element-5c9ab84f:not(.elementor-motion-effects-element-type-background), .elementor-26586 .elementor-element.elementor-element-5c9ab84f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.uniosun.edu.ng/wp-content/uploads/2026/02/afed5abac16c8901dc784bad157f19b5-1.jpg");background-position:top center;}.elementor-26586 .elementor-element.elementor-element-5c9ab84f::before, .elementor-26586 .elementor-element.elementor-element-5c9ab84f > .elementor-background-video-container::before, .elementor-26586 .elementor-element.elementor-element-5c9ab84f > .e-con-inner > .elementor-background-video-container::before, .elementor-26586 .elementor-element.elementor-element-5c9ab84f > .elementor-background-slideshow::before, .elementor-26586 .elementor-element.elementor-element-5c9ab84f > .e-con-inner > .elementor-background-slideshow::before, .elementor-26586 .elementor-element.elementor-element-5c9ab84f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(0deg, #000000A8 0%, #000000AD 0%);}.elementor-26586 .elementor-element.elementor-element-458dd0c .rs-heading .title-inner .title{color:#FFFFFF;margin:0px 0px 0px 0px;}.elementor-26586 .elementor-element.elementor-element-250cd88b{--divider-border-style:solid;--divider-color:#FFFFFF;--divider-border-width:1.2px;}.elementor-26586 .elementor-element.elementor-element-250cd88b .elementor-divider-separator{width:45%;}.elementor-26586 .elementor-element.elementor-element-7124496c .elementor-heading-title{font-weight:500;color:#FFFFFF;}.elementor-26586 .elementor-element.elementor-element-355ee7fb{--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;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#000000;--border-color:#000000;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-26586 .elementor-element.elementor-element-355ee7fb.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-26586 .elementor-element.elementor-element-75fe6061{color:#000000;}.elementor-26586 .elementor-element.elementor-element-75fe6061 a{color:#5C8018;}.elementor-26586 .elementor-element.elementor-element-e9c3019{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}@media(max-width:767px){.elementor-26586 .elementor-element.elementor-element-458dd0c .rs-heading .title-inner .title{font-size:16px;}}@media(min-width:768px){.elementor-26586 .elementor-element.elementor-element-5c9ab84f{--width:100vw;}.elementor-26586 .elementor-element.elementor-element-355ee7fb{--width:104.409%;}}/* Start custom CSS for html, class: .elementor-element-bbf7049 */.uniosun-gasdi-section {
  background: #f7fafc;
  padding: 0 0 5px;
  color: #1f2937;
}

.uniosun-gasdi-section::before {
  content: "";
  display: block;
}

.ugasdi-container {
  width: min(1180px, 95%);
  margin: 0 auto;
}

.ugasdi-hero {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 30px;
  padding: 40px 0 40px;
  align-items: start;
}

.ugasdi-hero-text {
  background: #ffffff;
  border-radius: 28px;
  padding: 38px 34px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.ugasdi-kicker {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5c8018;
  margin-bottom: 14px;
}

.ugasdi-hero-text h2 {
  font-size: clamp(2rem, 4vw, 2.0rem);
  line-height: 1.12;
  margin: 0 0 16px;
  color: #102f46;
  font-weight: 800;
}

.ugasdi-hero-text p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.9;
  color: #4b5563;
}

.ugasdi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.ugasdi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease;
}

.ugasdi-btn-primary {
  background: #123b56;
  color: #ffffff;
}

.ugasdi-btn-primary:hover {
  background: #0f3148;
}

.ugasdi-btn-outline {
  background: transparent;
  color: #123b56;
  border: 1px solid #cbd5e1;
}

.ugasdi-btn-outline:hover {
  border-color: #5c8018;
  color: #5c8018;
}

.ugasdi-hero-panel {
  display: grid;
  gap: 18px;
}

.ugasdi-panel-card {
  background: linear-gradient(135deg, #123b56, #174b67);
  color: #ffffff;
  border-radius: 22px;
  padding: 26px 24px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.ugasdi-panel-label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.75);
  margin-bottom: 10px;
  font-weight: 700;
}

.ugasdi-panel-card strong {
  display: block;
  font-size: 1.06rem;
  line-height: 1.65;
  font-weight: 700;
}

.ugasdi-metrics-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.ugasdi-metric {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 22px 20px;
}

.ugasdi-metric-title {
  display: block;
  font-weight: 700;
  color: #102f46;
  margin-bottom: 8px;
  font-size: 0.98rem;
}

.ugasdi-metric p {
  margin: 0;
  color: #4b5563;
  line-height: 1.75;
  font-size: 0.92rem;
}

.ugasdi-section {
  background: #ffffff;
  border-radius: 26px;
  padding: 36px 32px;
  margin-bottom: 30px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.ugasdi-section.soft {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.ugasdi-section-intro {
  max-width: 860px;
  margin-bottom: 26px;
}

.ugasdi-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5c8018;
  margin-bottom: 12px;
}

.ugasdi-section-intro h3 {
  margin: 0 0 12px;
  font-size: 2rem;
  color: #102f46;
}

.ugasdi-section-intro p {
  margin: 0;
  color: #4b5563;
  line-height: 1.85;
  font-size: 1rem;
}

.ugasdi-feature-list {
  display: grid;
  gap: 18px;
}

.ugasdi-feature-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid #eef2f7;
}

.ugasdi-feature-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ugasdi-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #edf5ef;
  color: #5C8018;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.28rem;
}

.ugasdi-feature-content h4 {
  margin: 0 0 8px;
  color: #102f46;
  font-size: 1.08rem;
}

.ugasdi-feature-content p {
  margin: 0;
  color: #4b5563;
  line-height: 1.82;
}

.ugasdi-split-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}

.ugasdi-split-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 34px 30px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.ugasdi-split-card.ugasdi-accent {
  background: linear-gradient(135deg, #123b56, #174b67);
  color: #ffffff;
}

.ugasdi-split-card h3 {
  margin: 0 0 12px;
  font-size: 1.6rem;
}

.ugasdi-split-card p {
  margin: 0;
  line-height: 1.85;
  color: inherit;
}

.ugasdi-split-card:not(.ugasdi-accent) h3 {
  color: #102f46;
}

.ugasdi-split-card:not(.ugasdi-accent) p {
  color: #4b5563;
}

.ugasdi-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ugasdi-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 26px 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ugasdi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.07);
}

.ugasdi-card h4 {
  margin: 0 0 12px;
  color: #102f46;
  font-size: 1.12rem;
}

.ugasdi-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.8;
  font-size: 0.96rem;
}

.ugasdi-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ugasdi-value-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 22px 18px;
}

.ugasdi-value-box h4 {
  margin: 0 0 10px;
  color: #123b56;
  font-size: 1rem;
}

.ugasdi-value-box p {
  margin: 0;
  color: #4b5563;
  line-height: 1.75;
  font-size: 0.92rem;
}

@media (max-width: 1024px) {
  .ugasdi-hero,
  .ugasdi-split-section {
    grid-template-columns: 1fr;
  }

  .ugasdi-metrics-band,
  .ugasdi-card-grid,
  .ugasdi-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .uniosun-gasdi-section {
    padding-bottom: 70px;
  }

  .ugasdi-hero {
    padding: 54px 0 30px;
  }

  .ugasdi-hero-text,
  .ugasdi-section,
  .ugasdi-split-card {
    padding: 26px 20px;
  }

  .ugasdi-metrics-band,
  .ugasdi-card-grid,
  .ugasdi-value-grid {
    grid-template-columns: 1fr;
  }

  .ugasdi-feature-item {
    grid-template-columns: 1fr;
  }

  .ugasdi-hero-text h2 {
    font-size: 2.2rem;
  }
}/* End custom CSS */