.elementor-50 .elementor-element.elementor-element-5e06356{--display:flex;}/* Start custom CSS for html, class: .elementor-element-21527d6 *//* ============================================================
   IK ONKAR HOSPITAL — Header Stylesheet (Light Theme)
   Upload this file to Media Library and link it in the HTML file,
   OR paste its full contents into Elementor's Custom CSS /
   Appearance > Customize > Additional CSS.
   ============================================================ */

.iko-header-wrap {
  --h-navy: #122f4d;
  --h-navy-dark: #0b1f34;
  --h-teal: #0f6a63;
  --h-gold: #c9a24b;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 999;
}

.iko-header-wrap * { box-sizing: border-box; }

/* ---------- TOP UTILITY BAR ---------- */
.iko-topbar {
  background: #f6f8f9;
  border-bottom: 1px solid #e7edf1;
  padding: 8px 0;
}

.iko-topbar-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.iko-topbar-left {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.iko-topbar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--h-navy);
  font-weight: 500;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}

.iko-topbar-item svg {
  width: 14px;
  height: 14px;
  fill: var(--h-teal);
  flex-shrink: 0;
}

.iko-topbar-item:hover { color: var(--h-teal); }

.iko-topbar-tagline {
  font-size: 12.5px;
  color: var(--h-gold);
  font-weight: 600;
  letter-spacing: .3px;
}

/* ---------- MAIN HEADER ---------- */
.iko-header {
  background: #ffffff;
  border-bottom: 1px solid #e7edf1;
  box-shadow: 0 2px 14px rgba(18, 47, 77, .04);
  transition: box-shadow .25s ease, padding .25s ease;
}

.iko-header.iko-stuck {
  position: sticky;
  top: 0;
  box-shadow: 0 8px 24px rgba(18, 47, 77, .1);
}

.iko-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.iko-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.iko-logo img {
  height: 78px;
  width: auto;
  display: block;
}

/* ---------- NAV ---------- */
.iko-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.iko-nav a {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--h-navy);
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  transition: color .2s ease;
}

.iko-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--h-gold);
  transition: width .25s ease;
}

.iko-nav a:hover {
  color: var(--h-teal);
}

.iko-nav a:hover::after {
  width: 100%;
}

/* ---------- CTA / RIGHT SIDE ---------- */
.iko-header-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.iko-header-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #0e2a4a, var(--h-teal)) !important;
  color: #ffffff !important;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(14, 42, 74, .3);
  transition: transform .25s ease, box-shadow .25s ease;
  white-space: nowrap;
}

.iko-header-btn:hover,
.iko-header-btn:focus,
.iko-header-btn:active,
.iko-header-btn:visited {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0e2a4a, var(--h-teal)) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(14, 42, 74, .45);
}

.iko-header-btn svg {
  fill: #ffffff !important;
}

/* ---------- MOBILE TOGGLE ---------- */
.iko-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  padding: 6px;
  z-index: 1001;
}

.iko-burger:hover,
.iko-burger:focus,
.iko-burger:active {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.iko-burger span {
  width: 26px;
  height: 2.5px;
  background: var(--h-navy) !important;
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}

.iko-header-wrap.iko-menu-open .iko-burger span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.iko-header-wrap.iko-menu-open .iko-burger span:nth-child(2) {
  opacity: 0;
}
.iko-header-wrap.iko-menu-open .iko-burger span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1140px) {
  .iko-nav { gap: 22px; }
}

@media (max-width: 980px) {
  .iko-topbar { display: none; }

  .iko-header-inner { padding: 12px 24px; }

  .iko-logo img { height: 68px; }

  .iko-burger { display: flex; }

  .iko-nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 78%;
    max-width: 320px;
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    padding: 90px 30px 30px;
    box-shadow: -10px 0 30px rgba(18, 47, 77, .15);
    transition: right .35s ease;
    z-index: 1000;
  }

  .iko-header-wrap.iko-menu-open .iko-nav {
    right: 0;
  }

  .iko-nav a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #f0f3f5;
    font-size: 16px;
  }

  .iko-header-btn {
    padding: 0;
    width: 42px;
    height: 42px;
    justify-content: center;
    border-radius: 50%;
  }

  .iko-header-btn-text { display: none; }

  .iko-header-cta { gap: 10px; }

  .iko-menu-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(11, 31, 52, .45);
    z-index: 999;
  }

  .iko-header-wrap.iko-menu-open .iko-menu-backdrop {
    display: block;
  }
}

@media (max-width: 480px) {
  .iko-logo img { height: 60px; }
}/* End custom CSS */