.elementor-kit-6{--e-global-color-primary:#011B5F;--e-global-color-secondary:#011F6B;--e-global-color-text:#807F7F;--e-global-color-accent:#939393;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =====================================================
   NABU HERO – FINAL RESPONSIVE VERSION
   Breakpoints:
   1025–1919  = Laptop / Normal Desktop
   1920+      = True Widescreen
   ≤1024      = Tablet / Mobile
   ===================================================== */

html, body{
  overflow-x: hidden;
}

/* ==============================
   DESKTOP & LAPTOP (NO SCROLL)
   ============================== */
@media (min-width: 1025px){

  html, body{
    height: 100svh;
    overflow: hidden;
  }

  .nabu-hero{
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: space-between;

    max-width: 1320px;
    margin: 0 auto;

    gap: clamp(24px, 3vw, 44px);
    padding: 0 clamp(18px, 2vw, 32px);
  }

  .nabu-trusted,
  .nabu-awards{
    flex: 0 1 clamp(240px, 18vw, 320px);
  }

  .nabu-centre{
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
  }

  .nabu-division-cards{
    display: flex;
    justify-content: center;
    gap: clamp(18px, 2vw, 28px);
  }

  .nabu-division-cards > *{
    flex: 1 1 0;
    min-width: 0;
  }

  .nabu-hero-title{
    font-size: clamp(26px, 2.2vw, 46px);
    line-height: 1.15;
    margin: 12px 0;
  }
}

/* ===================================
   LAPTOP / NORMAL DESKTOP (1025–1919)
   =================================== */
@media (min-width: 1025px) and (max-width: 1919px){

  /* MAIN LOGO smaller (fix laptop issue) */
  .nabu-main-logo img{
    max-width: 240px !important;
    width: auto !important;
    height: auto !important;
  }

  /* Card top logos slightly larger here */
  .nabu-card-logo img{
    max-width: 240px !important;
    width: auto !important;
    height: auto !important;
  }
}

/* ==============================
   TRUE WIDESCREEN (1920+ ONLY)
   ============================== */
@media (min-width: 1920px){

  .nabu-hero{
    max-width: 1500px; /* allow slightly wider layout */
    gap: 60px;
  }

  /* MAIN LOGO slightly bigger */
  .nabu-main-logo img{
    max-width: 400px !important;
  }

  /* Card top logos smaller (fix widescreen issue) */
  .nabu-card-logo img{
    max-width: 400px !important;
  }

  .nabu-hero-title{
    font-size: 50px;
  }
}

/* ==============================
   AWARDS TYPOGRAPHY
   ============================== */
.award-item{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.award-year{
  font-size: 12px;
  font-weight: 600;
  color: #7B2FF7;
  letter-spacing: 0.3px;
}

.award-title{
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #1A1A1A;
}

.award-desc{
  font-size: 12px;
  color: #6B7280;
  margin: 0;
  line-height: 1.4;
}

.nabu-awards{
  overflow: visible;
  max-height: none;
}

/* ==============================
   TABLET & MOBILE
   ============================== */
@media (max-width: 1024px){

  html, body{
    height: auto;
    overflow: auto;
  }

  .nabu-hero{
    height: auto;
    flex-direction: column;
    padding: 40px 20px;
    gap: 28px;
    max-width: 100%;
  }

  .nabu-division-cards{
    flex-direction: column;
  }

  .nabu-main-logo img{
    max-width: 240px !important;
  }

  .nabu-card-logo img{
    max-width: 260px !important;
  }

  .nabu-hero-title{
    font-size: 28px;
    line-height: 1.2;
  }
}/* End custom CSS */