/* Unified Go Ads India header – mirrors the home-page navigation on standalone inner pages. */
.gai-home-header,
.gai-home-header * { box-sizing: border-box; }
.gai-home-header {
  position: relative !important;
  z-index: 99990 !important;
  width: 100% !important;
  background: #fff !important;
  color: #111 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  border: 0 !important;
  box-shadow: none !important;
}
.gai-header-inner {
  width: min(1120px, calc(100% - 44px)) !important;
  height: 88px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  padding: 0 !important;
}
.gai-brand {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  text-decoration: none !important;
  line-height: 1 !important;
}
.gai-brand img {
  display: block !important;
  width: 174px !important;
  max-width: 174px !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: contain !important;
}
.gai-desktop-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 28px !important;
  flex: 1 1 auto !important;
  margin-left: 32px !important;
}
.gai-menu-item { position: static !important; display: flex !important; align-items: center !important; }
.gai-menu-link {
  font-family: "Syne", sans-serif;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 88px !important;
  padding: 2px 0 0 !important;
  color: #000000bd !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: .01em !important;
  font-size: 14px !important;
  font-weight: 550 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  background: transparent !important;
  border: 0 !important;
}
.gai-menu-link::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 100% !important;
  bottom: 20px !important;
  height: 2px !important;
  background: #ef4c43 !important;
  transition: right .2s ease !important;
}
.gai-menu-link:hover::after,
.gai-menu-link:focus-visible::after,
.gai-menu-link.is-current::after,
.gai-has-mega:hover > .gai-menu-link::after,
.gai-has-mega:focus-within > .gai-menu-link::after { right: 0 !important; }
.gai-main-site {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 11px !important;
  min-width: 157px !important;
  height: 42px !important;
  padding: 0 22px !important;
  border-radius: 15px !important;
  background: #050505 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transition: transform .18s ease, opacity .18s ease !important;
}
.gai-main-site:hover { color: #fff !important; opacity: .9 !important; transform: translateY(-1px) !important; }
.gai-main-site svg { width: 15px !important; height: 15px !important; flex: 0 0 auto !important; }
.gai-mobile-toggle,
.gai-mobile-mega-toggle { display: none !important; }

/* Marketing Solutions mega menu */
.gai-mega {
  position: absolute !important;
  top: 88px !important;
  left: 50% !important;
  width: min(1100px, calc(100vw - 44px)) !important;
  transform: translate(-50%, 8px) !important;
  background: #fff !important;
  border-radius: 0 0 22px 22px !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.10) !important;
  padding: 48px 58px 46px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
}
.gai-has-mega:hover .gai-mega,
.gai-has-mega:focus-within .gai-mega,
.gai-has-mega.is-open .gai-mega {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}
.gai-mega-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 240px !important;
  gap: 48px !important;
  align-items: center !important;
}
.gai-mega-col { display: grid !important; gap: 18px !important; }
.gai-service-link {
  display: grid !important;
  grid-template-columns: 42px 1fr !important;
  align-items: center !important;
  gap: 16px !important;
  color: #111 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  background: transparent !important;
}
.gai-service-link:hover { color: #ef4c43 !important; }
.gai-service-icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f6f6f8 !important;
  color: #ef514b !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
.gai-explore-card {
  position: relative !important;
  min-height: 160px !important;
  padding: 25px 20px 18px !important;
  border-radius: 22px !important;
  background: #f1f2f4 !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  color: #111 !important;
  text-decoration: none !important;
}
.gai-target {
  position: absolute !important;
  top: -32px !important;
  right: 22px !important;
  width: 94px !important;
  height: 94px !important;
  border-radius: 50% !important;
  filter: drop-shadow(0 10px 12px rgba(239,81,75,.18)) !important;
}
.gai-explore-bottom { display: flex !important; align-items: end !important; justify-content: space-between !important; gap: 15px !important; }
.gai-explore-label { font-size: 16px !important; line-height: 1.35 !important; font-weight: 700 !important; }
.gai-arrow-circle {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #050505 !important;
  color: #fff !important;
  flex: 0 0 auto !important;
}
.gai-arrow-circle svg { width: 16px !important; height: 16px !important; }

@media (max-width: 1100px) {
  .gai-header-inner { width: min(100% - 30px, 1060px) !important; gap: 18px !important; }
  .gai-desktop-nav { gap: 20px !important; margin-left: 12px !important; }
  .gai-menu-link { font-size: 12px !important; }
  .gai-main-site { min-width: 145px !important; padding: 0 18px !important; }
  .gai-mega { padding: 40px 34px !important; }
  .gai-mega-grid { grid-template-columns: 1fr 1fr 220px !important; gap: 28px !important; }
}

@media (max-width: 900px) {
  .gai-home-header { border-bottom: 1px solid #ececec !important; }
  .gai-header-inner { width: 100% !important; height: 72px !important; padding: 0 18px !important; gap: 12px !important; }
  .gai-brand img { width: 148px !important; max-width: 148px !important; }
  .gai-desktop-nav,
  .gai-header-inner > .gai-main-site { display: none !important; }
  .gai-mobile-toggle {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #f4f4f4 !important;
    color: #111 !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin-left: auto !important;
    cursor: pointer !important;
  }
  .gai-mobile-toggle svg { width: 23px !important; height: 23px !important; }
  .gai-mobile-toggle .gai-close-icon { display: none !important; }
  .gai-home-header.is-menu-open .gai-mobile-toggle .gai-menu-icon { display: none !important; }
  .gai-home-header.is-menu-open .gai-mobile-toggle .gai-close-icon { display: block !important; }

  .gai-mobile-panel {
    display: block !important;
    position: absolute !important;
    top: 72px !important;
    left: 0 !important;
    right: 0 !important;
    max-height: calc(100vh - 72px) !important;
    overflow-y: auto !important;
    background: #fff !important;
    border-top: 1px solid #ececec !important;
    box-shadow: 0 14px 30px rgba(0,0,0,.10) !important;
    padding: 10px 18px 22px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-8px) !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  }
  .gai-home-header.is-menu-open .gai-mobile-panel {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
  .gai-mobile-row { display: flex !important; align-items: center !important; border-bottom: 1px solid #efefef !important; }
  .gai-mobile-row > a {
    display: flex !important;
    /* flex: 1 1 auto !important; */
    align-items: center !important;
    min-height: 52px !important;
    color: #111 !important;
    text-decoration: none !important;
    /* text-transform: uppercase !important; */
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .gai-mobile-mega-toggle {
    display: inline-flex !important;
    /* width: 44px !important;
    height: 44px !important; */
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    cursor: pointer !important;
  }
  .gai-mobile-mega-toggle svg { width: 16px !important; height: 16px !important; transition: transform .2s ease !important; }
  .gai-mobile-services.is-open + .gai-mobile-mega { display: grid !important; }
  .gai-mobile-services.is-open .gai-mobile-mega-toggle svg { transform: rotate(180deg) !important; }
  .gai-mobile-mega {
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 6px 0 12px 12px !important;
    border-bottom: 1px solid #efefef !important;
  }
  .gai-mobile-mega a {
    display: flex !important;
    align-items: center !important;
    min-height: 42px !important;
    color: #444 !important;
    text-decoration: none !important;
          font-size: 16px !important;
    line-height: 1.3 !important;
  }
  .gai-mobile-mega a:hover { color: #ef4c43 !important; }
  .gai-mobile-panel .gai-main-site { display: inline-flex !important; width: 100% !important; margin-top: 18px !important; height: 46px !important; border-radius: 12px !important; }
  body.gai-menu-lock { overflow: hidden !important; }
}

@media (min-width: 901px) {
  .gai-mobile-panel { display: none !important; }
}
