.elementor-594 .elementor-element.elementor-element-ca16f68{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-58bf3c5 */.baba-header-global {
  width: 100%;
  height: 80px;
  padding: 0 24px;
  border-bottom: 1px solid #eef2f7;
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.baba-header-global-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.baba-header-logo {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  max-width: 58%;
  min-width: 0;
  overflow: hidden;
}

.baba-logo-img {
  display: block;
  max-height: 150px;   /* 200px header ke andar safe */
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.baba-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 auto;
}

.baba-header-link {
  font-size: 15px;
  font-weight: 500;
  color: #0f172a;
  padding: 10px 14px;
  border-radius: 12px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.baba-header-link:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
  color: #0f172a;
}

.baba-header-cta {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

/* Tablet */
@media (max-width: 1024px) {
  .baba-header-global {
    height: 160px;
    padding: 0 20px;
  }

  .baba-header-logo {
    max-width: 52%;
  }

  .baba-logo-img {
    max-height: 110px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .baba-header-global {
    height: 110px;
    padding: 0 16px;
  }

  .baba-header-nav {
    display: none;
  }

  .baba-header-logo {
    max-width: 65%;
  }

  .baba-logo-img {
    max-height: 72px;
  }
}/* End custom CSS */