.elementor-9986 .elementor-element.elementor-element-62177cc{--display:flex;--min-height:403px;--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:-370px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9986 .elementor-element.elementor-element-3a0480f{width:100%;max-width:100%;}.elementor-9986 .elementor-element.elementor-element-3a0480f > .elementor-widget-container{margin:1px 0px 0px 0px;}.elementor-9986 .elementor-element.elementor-element-8a714c6{--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:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9986 .elementor-element.elementor-element-d54c8a2{width:100%;max-width:100%;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-9986 .elementor-element.elementor-element-edfb92c .elementor-button{background-color:#1985EA;fill:#FFFFFF;color:#FFFFFF;}.elementor-9986 .elementor-element.elementor-element-edfb92c{width:100%;max-width:100%;}.elementor-9986 .elementor-element.elementor-element-edfb92c .elementor-button:hover, .elementor-9986 .elementor-element.elementor-element-edfb92c .elementor-button:focus{color:#000000;}.elementor-9986 .elementor-element.elementor-element-edfb92c .elementor-button:hover svg, .elementor-9986 .elementor-element.elementor-element-edfb92c .elementor-button:focus svg{fill:#000000;}/* Start custom CSS for html, class: .elementor-element-3a0480f */.nu-hero-full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.nu-hero-full img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d54c8a2 *//* SMOOTH SCROLL */
html {
  scroll-behavior: smooth;
}

/* HERO */
.nu-hero-full img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* LAYOUT */
.nu-layout {
  display: flex;
  max-width: 1200px;
  margin: 40px auto;
}

/* SIDEBAR */
.nu-sidebar {
  width: 220px;
  position: sticky;
  top: 120px;
}

.nu-sidebar a {
  display: block;
  margin-bottom: 12px;
  color: #555;
  text-decoration: none;
  transition: 0.2s;
}

.nu-sidebar a.active,
.nu-sidebar a:hover {
  color: #2DA6C4;
  font-weight: 600;
}

/* CONTENT */
.nu-content {
  flex: 1;
  padding-left: 40px;
}

/* GRID */
.nu-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

/* CARDS */
.nu-cards {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.nu-card {
  background: #f1f5f9;
  padding: 18px;
  border-radius: 8px;
  transition: 0.25s;
}

.nu-card:hover {
  transform: translateY(-4px);
  background: #e0f2f7;
}

/* STATS */
.nu-stats {
  display: flex;
  gap: 20px;
}

.nu-stat {
  flex: 1;
  padding: 25px;
  background: #f8fafc;
  border-radius: 6px;
  text-align: center;
  transition: 0.25s;
}

.nu-stat:hover {
  transform: translateY(-4px);
}

/* GALLERY */
.nu-gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}

.nu-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  cursor: pointer;
  transition: 0.3s;
}

.nu-gallery img:hover {
  transform: scale(1.03);
}

/* LIGHTBOX */
#lightbox {
  position: fixed;
  top:0; left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.9);
  display:none;
  align-items:center;
  justify-content:center;
}

#lightbox img {
  max-width:90%;
  max-height:90%;
}

#lightbox .close {
  position:absolute;
  top:20px;
  right:30px;
  color:#fff;
  font-size:30px;
  cursor:pointer;
}

/* BIGGER SECTION SPACING */
.nu-section {
  margin: 80px 0;
}

/* CLEAN DETAILS GRID */
.nu-detail-grid-clean {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.nu-detail-grid-clean h4 {
  font-size: 13px;
  color: #777;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.nu-detail-grid-clean p {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

/* PARTNERS */
.nu-partners-clean {
  max-width: 800px;
}

.nu-partner-logos {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.partner-pill {
  background: #f1f5f9;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
}

/* TEXT */
.nu-text {
  margin-top: 10px;
  color: #555;
  line-height: 1.6;
}

/* SIGNIFICANCE */
.nu-significance {
  max-width: 700px;
}


.nu-partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  align-items: center;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  transition: 0.3s;
}

.partner-logo img {
  max-height: 40px;
  max-width: 120px;
  object-fit: contain;
}

/* HOVER */
.partner-logo:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

/* TEXT PARTNER */
.partner-logo.text-only {
  font-size: 14px;
  color: #555;
}/* End custom CSS */