:root {
  --ih-pink: #e94e58;
  --ih-teal: #20b2aa;
  --ih-teal-d: #008a88;
  --ih-footer-teal: #13a8a8;
  --ih-footer-top-btn: #0a4a4a;
  --ih-black: #111111;
  --ih-black-soft: #1c1c1c;
  --ih-navy: #141f35;
  --ih-off-white: #ffffff;
  --ih-border: #dde0e8;
  --ih-text: #1a1a1a;
  --ih-muted: #6b7280;
  --ih-font-sans: "Noto Sans", "Noto Sans Arabic", sans-serif;
  --ih-font-serif: "Noto Serif", "Noto Naskh Arabic", serif;
  /* --container-max: 1140px; */
  --container-max: 1320px;
}

.ih-template-page {
  margin: 0;
  background: var(--ih-off-white);
  color: var(--ih-text);
  font-family: var(--ih-font-serif);
}

.container-ih {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 32px;
}

.topbar { background: var(--ih-black); border-bottom: 1px solid rgba(255,255,255,.06); }
.topbar--light {
  background: var(--ih-off-white);
  border-bottom: 1px solid var(--ih-border);
}
.topbar .container-ih { display: flex; align-items: center; gap: 16px; padding-top: 8px; padding-bottom: 8px; flex-wrap: wrap; }
.topbar-logo { color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .06em; font-weight: 700; flex-shrink: 0; }
.topbar--light .topbar-logo { color: var(--ih-muted); }
.topbar-logo-img { display: block; max-width: 220px; width: auto; height: auto; max-height: 50px; object-fit: contain; }
.topbar-sep { width: 1px; height: 14px; background: rgba(255,255,255,.18); }
.topbar-txt { color: rgba(255,255,255,.38); font-size: 11px; letter-spacing: .03em; }
.topbar-search {
  display: flex;
  align-items: stretch;
  margin-left: auto;
  max-width: 260px;
  width: 100%;
  flex-shrink: 0;
}
.topbar-search input {
  background: #fff;
  border: 1px solid var(--ih-border);
  border-right: none;
  color: var(--ih-text);
  padding: 6px 12px;
  font-family: var(--ih-font-sans);
  font-size: 12px;
  border-radius: 4px 0 0 4px;
  width: 100%;
  min-width: 0;
  line-height: 1.4;
  transition: border-color .15s, box-shadow .15s;
}
.topbar-search input::placeholder { color: var(--ih-muted); }
.topbar-search input:focus {
  outline: none;
  border-color: var(--ih-teal);
  box-shadow: inset 0 0 0 1px rgba(32, 178, 170, .2);
}
.topbar-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ih-teal);
  border: 1px solid var(--ih-teal);
  color: #fff;
  padding: 0 11px;
  border-radius: 0 4px 4px 0;
  line-height: 1;
  flex-shrink: 0;
  cursor: pointer;
  transition: background .15s, border-color .15s;
}
.topbar-search button:hover,
.topbar-search button:focus {
  background: var(--ih-teal-d);
  border-color: var(--ih-teal-d);
}
.topbar-search button:focus { outline: none; box-shadow: 0 0 0 2px rgba(32, 178, 170, .35); }
.topbar-lang { display: flex; gap: 12px; flex-shrink: 0; }
.topbar-lang a { color: rgba(255,255,255,.32); font-size: 11px; text-decoration: none; letter-spacing: .05em; font-weight: 600; }
.topbar--light .topbar-lang a { color: var(--ih-muted); }
.topbar-lang a:hover, .topbar-lang a.active { color: var(--ih-teal); }

.site-header { background: var(--ih-pink); }
.site-header .container-ih { display: flex; align-items: center; gap: 22px; padding-top: 18px; padding-bottom: 18px; flex-wrap: wrap; }
.header-logo-link { flex-shrink: 0; line-height: 0; }
.header-logo-img { width: 54px; height: 54px; object-fit: contain; filter: brightness(0) invert(1); }
.header-vr { width: 1px; height: 48px; background: rgba(255,255,255,.35); flex-shrink: 0; }
.header-titles { flex: 1; min-width: 200px; }
.header-title { color: #fff; font-family: var(--ih-font-sans); font-size: 28px; font-weight: 700; line-height: 1.15; max-width: 600px;}
.header-sub { color: rgba(255,255,255,.85); font-family: var(--ih-font-sans); font-size: 12px; margin-top: 5px; letter-spacing: .02em; line-height: 1.5; }
.header-notice {
  color: rgba(255,255,255,.85);
  font-family: var(--ih-font-sans);
  font-size: 11px;
  line-height: 1.45;
  max-width: 220px;
  margin: 0 0 0 auto;
  text-align: right;
}
.header-search { display: flex; align-items: stretch; max-width: 290px; width: 100%; flex-shrink: 0; margin-left: 16px; }
.header-search input {
  background: rgba(0,0,0,.15);
  border: 1px solid rgba(255,255,255,.35);
  border-right: none;
  color: #fff;
  padding: 7px 11px;
  font-size: 11px;
  border-radius: 4px 0 0 4px;
  width: 100%;
  min-width: 0;
}
.header-search input::placeholder { color: rgba(255,255,255,.65); }
.header-search input:focus {
  outline: none;
  border-color: rgba(255,255,255,.55);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}
.header-search button {
  background: var(--ih-black);
  border: 1px solid var(--ih-black);
  color: #fff;
  padding: 7px 12px;
  font-size: 12px;
  border-radius: 0 4px 4px 0;
  line-height: 1;
  flex-shrink: 0;
}
.header-search button:hover { background: #000; }

.ih-masthead { position: static; background: transparent; }

#nav-main.site-nav {
  background: var(--ih-black-soft);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 0;
}
#nav-main.site-nav .container-ih { padding-top: 0; padding-bottom: 0; }
#nav-main.site-nav .navbar-nav,
#nav-main.site-nav .menu { margin: 0; padding: 0; list-style: none; }

@media (min-width: 992px) {
  #nav-main.site-nav .offcanvas {
    position: static;
    transform: none;
    visibility: visible;
    background: transparent;
    border: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
  }
  #nav-main.site-nav .offcanvas-header { display: none; }
  #nav-main.site-nav .offcanvas-body {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-grow: 1;
    padding: 0;
    overflow: visible;
  }
  #nav-main.site-nav #bootscore-navbar {
    flex-direction: row;
    align-items: stretch;
    flex-grow: 1;
  }
  #nav-main.site-nav #bootscore-navbar > li,
  #nav-main.site-nav .menu > li { display: flex; }
  #nav-main.site-nav #bootscore-navbar > li > a,
  #nav-main.site-nav #bootscore-navbar > li > .nav-link,
  #nav-main.site-nav .menu > li > a,
  #nav-main.site-nav .nav-blog {
    color: rgba(255,255,255,.58);
    font-family: var(--ih-font-sans);
    font-size: 11.5px;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    border-radius: 0;
  }
  #nav-main.site-nav #bootscore-navbar > .current-menu-item > a,
  #nav-main.site-nav #bootscore-navbar > .current_page_item > a,
  #nav-main.site-nav #bootscore-navbar > .current-menu-item > .nav-link,
  #nav-main.site-nav #bootscore-navbar > .current_page_item > .nav-link {
    color: #fff;
    background: var(--ih-teal);
    border-bottom-color: var(--ih-teal);
    font-weight: 600;
  }
  #nav-main.site-nav #bootscore-navbar > li > a:hover,
  #nav-main.site-nav #bootscore-navbar > li > .nav-link:hover,
  #nav-main.site-nav .nav-blog:hover {
    color: rgba(255,255,255,.95);
    background: rgba(255,255,255,.04);
  }
  #nav-main.site-nav .ih-nav-offcanvas-footer { display: none !important; }
}

#nav-main.site-nav > .container-ih {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 44px;
}
#nav-main.site-nav .header-actions { margin-left: auto; }
.nav-spacer { flex: 1; }
.nav-blog {
  color: var(--ih-teal) !important;
  border-left: 1px solid rgba(255,255,255,.08);
  font-weight: 600 !important;
  white-space: nowrap;
  text-decoration: none;
}

.ih-mobile-nav-btn {
  padding: 15px 15px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 4px;
  background: transparent;
  line-height: 1;
}
.ih-mobile-nav-btn:hover,
.ih-mobile-nav-btn:focus {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.35);
  box-shadow: none;
}
.ih-mobile-nav-icon {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  position: relative;
  border-radius: 1px;
}
.ih-mobile-nav-icon::before,
.ih-mobile-nav-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}
.ih-mobile-nav-icon::before { top: -6px; }
.ih-mobile-nav-icon::after { top: 6px; }

#offcanvas-navbar.ih-nav-offcanvas { width: min(300px, 88vw); background: var(--ih-black-soft) !important; }
.ih-nav-offcanvas-header {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.ih-nav-offcanvas-header .offcanvas-title {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.ih-nav-offcanvas-body { background: var(--ih-black-soft); }

@media (max-width: 991.98px) {
  #offcanvas-navbar #bootscore-navbar { width: 100%; }
  #offcanvas-navbar #bootscore-navbar > li { width: 100%; }
  #offcanvas-navbar #bootscore-navbar > li > a,
  #offcanvas-navbar #bootscore-navbar > li > .nav-link {
    width: 100%;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    border-left: 3px solid transparent;
    border-radius: 0;
    display: block;
  }
  #offcanvas-navbar #bootscore-navbar > li > a:hover,
  #offcanvas-navbar #bootscore-navbar > li > .nav-link:hover {
    color: #fff;
    background: rgba(255,255,255,.04);
  }
  #offcanvas-navbar #bootscore-navbar > .current-menu-item > a,
  #offcanvas-navbar #bootscore-navbar > .current_page_item > a,
  #offcanvas-navbar #bootscore-navbar > .current-menu-item > .nav-link,
  #offcanvas-navbar #bootscore-navbar > .current_page_item > .nav-link {
    color: #fff;
    font-weight: 600;
    border-left-color: var(--ih-teal);
    background: rgba(32,178,170,.15);
  }
}
.ih-nav-offcanvas-footer {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 0;
}
.nav-blog--mobile {
  display: block;
  width: 100%;
  padding: 14px 18px !important;
  border-left: none !important;
  border-top: none;
  text-align: left;
}

.hero-band { background: var(--ih-navy); }
.hero-band .container-ih { display: grid; grid-template-columns: 1fr 272px; gap: 28px; padding-top: 26px; }
.map-caption { color: rgba(255,255,255,.28); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 9px; }
.map-frame { border-radius: 6px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); position: relative; height: 248px; background: #0d1a2e; }
.map-frame svg { width: 100%; height: 100%; display: block; }
.map-tooltip { position: absolute; background: rgba(5,12,26,.95); color: #fff; font-size: 11px; padding: 6px 13px; border-radius: 4px; border: 1px solid var(--ih-teal); display: none; top: 10px; left: 10px; }

.gz-panel { border-left: 1px solid rgba(255,255,255,.07); padding-left: 24px; }
.gz-head { color: rgba(255,255,255,.28); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 10px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.07); }
.gz-item { width: 100%; display: flex; align-items: center; gap: 9px; padding: 7px 6px; border: 0; background: transparent; border-bottom: 1px solid rgba(255,255,255,.04); border-radius: 4px; text-align: left; }
.gz-item.active, .gz-item:hover { background: rgba(0,179,177,.12); }
.gz-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; border: 1.5px solid rgba(255,255,255,.22); }
.gz-name { color: rgba(255,255,255,.82); font-size: 11.5px; font-weight: 500; line-height: 1.3; }
.gz-period { color: rgba(255,255,255,.3); font-size: 10px; margin-top: 1px; }

.period-strip { background: var(--ih-teal); }
.period-strip .container-ih { display: flex; align-items: center; gap: 10px; padding-top: 9px; padding-bottom: 9px; flex-wrap: wrap; }
.period-label { color: rgba(255,255,255,.62); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; margin-right: 6px; }
.period-item { background: rgba(255,255,255,.14); color: #fff; font-size: 11px; font-weight: 500; padding: 4px 13px; border-radius: 14px; border: none; }
.period-item.active { background: rgba(0,0,0,.22); }

/* Teal page title band (interior pages) */
.page-title-band {
  background-color: var(--ih-teal);
  background-image:
    linear-gradient(45deg, rgba(255,255,255,.07) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.07) 75%),
    linear-gradient(45deg, rgba(255,255,255,.07) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.07) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.page-title-band .container-ih { padding-top: 22px; padding-bottom: 22px; text-align: center; }
.page-title-band__heading {
  margin: 0;
  color: #fff;
  font-family: var(--ih-font-sans);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.2;
}

/* Breadcrumbs */
.ih-breadcrumbs {
  padding: 14px 0 0;
  font-family: var(--ih-font-sans);
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ih-muted);
}
.ih-breadcrumbs a {
  color: var(--ih-muted);
  text-decoration: none;
}
.ih-breadcrumbs a:hover { color: var(--ih-teal-d); }
.ih-breadcrumbs__sep { margin: 0 6px; color: #c5c9d0; }
.ih-breadcrumbs__current { color: #9ca3af; }

/* Section page layout: left sidebar + right content */
.ih-section-page.main-content { padding: 0 0 48px; }
.ih-section-layout {
  display: grid;
  grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
  gap: 48px;
  padding-top: 24px;
  align-items: start;
}
.ih-section-layout--single { grid-template-columns: 1fr; }
.ih-section-layout__sidebar { min-width: 0; }
.ih-section-layout__content {
  min-width: 0;
  max-width: none;
  width: 100%;
}

/* Left section navigation */
.ih-section-nav__list,
.ih-section-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ih-section-nav__list > li,
.ih-section-nav .menu-item {
  border-bottom: 1px solid var(--ih-border);
}
.ih-section-nav__list > li:first-child,
.ih-section-nav .menu-item:first-child {
  border-top: 1px solid var(--ih-border);
}
.ih-section-nav__list a,
.ih-section-nav .menu-item a {
  display: block;
  padding: 11px 0;
  color: var(--ih-teal);
  font-family: var(--ih-font-sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.35;
}
.ih-section-nav__list a:hover,
.ih-section-nav .menu-item a:hover {
  color: var(--ih-teal-d);
}
.ih-section-nav__list > li.current > a,
.ih-section-nav .current-menu-item > a,
.ih-section-nav .current_page_item > a {
  color: var(--ih-teal-d);
  font-weight: 700;
}

/* Page body content */
.ih-page-content {
  font-family: var(--ih-font-serif);
  font-size: 15px;
  line-height: 1.75;
  color: var(--ih-text);
  word-wrap: normal;
  overflow-wrap: normal;
}
.ih-page-content .wp-block-columns,
.ih-page-content .alignwide,
.ih-page-content .alignfull {
  max-width: 100%;
}
.ih-page-content > *:first-child { margin-top: 0; }
.ih-page-content p,
.ih-page-content ul,
.ih-page-content ol { margin-bottom: 1rem; }
.ih-page-content h1,
.ih-page-content h2,
.ih-page-content h3,
.ih-page-content h4,
.ih-page-content h5,
.ih-page-content h6 {
  font-family: var(--ih-font-sans);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ih-text);
  letter-spacing: .03em;
  line-height: 1.3;
  margin: 1.75rem 0 1rem;
}
.ih-page-content h2 { font-size: 15px; }
.ih-page-content h3 { font-size: 14px; }
.ih-page-content #introduction {
  font-family: var(--ih-font-sans);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .03em;
  margin: 0 0 1rem;
}
.ih-page-content a { color: var(--ih-teal-d); }
.ih-page-content a:hover { color: var(--ih-pink); }
.ih-entry-meta {
  font-family: var(--ih-font-sans);
  font-size: 12px;
  color: var(--ih-muted);
  margin-bottom: 1.25rem;
}
.ih-search-query {
  font-family: var(--ih-font-sans);
  font-size: 13px;
  color: var(--ih-muted);
  margin-bottom: 1.25rem;
}
.ih-inline-link {
  color: var(--ih-teal-d);
  font-family: var(--ih-font-sans);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .04em;
}

.ih-home-hero {
  padding: 0 0 28px;
}
.ih-home-hero__img {
  display: block;
  /* width: 100%; */
  height: auto;
  /* max-height: 570px; */
  object-fit: cover;
  object-position: top;
}

.ih-home-hero .container-ih{
  justify-items: center;
}

.main-content { padding: 36px 0 48px; }
.main-content:has(.ih-home-hero) { padding-top: 0px; }
.main-content:not(.ih-section-page) .container-ih { display: grid; grid-template-columns: 1fr 310px; gap: 32px; }
.main-content.ih-section-page .container-ih { display: block; }
.section-heading { font-size: 16px; font-weight: 700; color: var(--ih-text); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--ih-border); display: flex; align-items: center; gap: 10px; font-family: var(--ih-font-sans); text-transform: uppercase; }
.section-heading::before { content: ""; display: block; width: 4px; height: 22px; background: var(--ih-pink); border-radius: 2px; }
.ih-para { font-size: 15px; color: #333; line-height: 1.75; margin-bottom: 14px; font-family: var(--ih-font-serif); }
.ih-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.ih-tag { background: #fff; color: var(--ih-teal-d); font-size: 11px; font-weight: 500; padding: 4px 12px; border-radius: 14px; border: 1px solid var(--ih-teal); }
.coord-card { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--ih-border); border-left: 4px solid var(--ih-teal); border-radius: 6px; padding: 14px 18px; margin-top: 22px; }
.coord-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--ih-teal); color: #fff; font-size: 15px; font-weight: 700; display: grid; place-items: center; }
.coord-name { font-size: 13.5px; font-weight: 600; color: var(--ih-text); }
.coord-role { font-size: 11.5px; color: var(--ih-muted); margin-top: 2px; }

.ih-card { background: #fff; border: 1px solid var(--ih-border); border-radius: 8px; overflow: hidden; margin-bottom: 20px; }
.ih-card-head { background: var(--ih-black); padding: 10px 18px; display: flex; align-items: center; gap: 9px; }
.ih-card-head-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ih-pink); }
.ih-card-head-title { color: rgba(255,255,255,.8); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; }
.ih-card-body { padding: 16px 18px; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.stat { background: var(--ih-off-white); border-radius: 6px; padding: 12px 14px; }
.stat-val { font-size: 22px; font-weight: 700; color: var(--ih-pink); line-height: 1; }
.stat-val.teal { color: var(--ih-teal); }
.stat-key { font-size: 10.5px; color: var(--ih-muted); margin-top: 4px; }
.blog-item { display: flex; gap: 11px; padding: 11px 0; border-bottom: 1px solid var(--ih-border); }
.blog-item:last-child { border-bottom: none; padding-bottom: 0; }
.blog-num { width: 26px; height: 26px; border-radius: 50%; background: var(--ih-pink); color: #fff; font-size: 11px; font-weight: 700; display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; }
.blog-title { font-size: 12.5px; color: var(--ih-text); font-weight: 500; line-height: 1.5; margin-bottom: 3px; }
.blog-title a { color: inherit; text-decoration: none; }
.blog-title a:hover { color: var(--ih-pink); }
.blog-date { font-size: 10.5px; color: var(--ih-muted); }

.ih-search-results { display: grid; gap: 14px; }
.ih-search-item { background: #fff; border: 1px solid var(--ih-border); border-radius: 8px; padding: 16px 18px; }
.ih-search-item-title { margin: 0 0 6px; font-size: 17px; line-height: 1.35; }
.ih-search-item-title a { color: var(--ih-text); text-decoration: none; }
.ih-search-item-title a:hover { color: var(--ih-pink); }
.ih-search-item-meta { margin: 0 0 9px; color: var(--ih-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.ih-search-item .ih-para { margin-bottom: 0; }

.ih-studies-list { display: grid; gap: 14px; }
.ih-studies-item { background: #fff; border: 1px solid var(--ih-border); border-radius: 8px; padding: 16px 18px; }
.ih-studies-item-title { margin: 0 0 6px; font-size: 17px; line-height: 1.35; }
.ih-studies-item-title a { color: var(--ih-text); text-decoration: none; }
.ih-studies-item-title a:hover { color: var(--ih-pink); }
.ih-studies-item-meta { margin: 0 0 9px; color: var(--ih-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.ih-studies-item-thumb img { border-radius: 6px; }
.ih-studies-excerpt { margin-bottom: 0; }
.ih-studies-pagination { margin-top: 20px; }
.ih-studies-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.ih-studies-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid var(--ih-border);
  border-radius: 4px;
  text-decoration: none;
  color: var(--ih-text);
  background: #fff;
  font-size: 12px;
}
.ih-studies-pagination .page-numbers.current {
  color: #fff;
  background: var(--ih-pink);
  border-color: var(--ih-pink);
}
.ih-studies-pagination .page-numbers:hover { color: var(--ih-pink); border-color: var(--ih-pink); }

.ih-search-pagination { margin-top: 20px; }
.ih-search-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.ih-search-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid var(--ih-border);
  border-radius: 4px;
  text-decoration: none;
  color: var(--ih-text);
  background: #fff;
  font-size: 12px;
}
.ih-search-pagination .page-numbers.current {
  color: #fff;
  background: var(--ih-pink);
  border-color: var(--ih-pink);
}
.ih-search-pagination .page-numbers:hover { color: var(--ih-pink); border-color: var(--ih-pink); }

.bootscore-footer.site-footer { background: var(--ih-footer-teal); border-top: 0; }
.footer-copy { background: var(--ih-footer-teal); }

.ih-footer-text { color: #0a2e2e; }
.ih-footer-muted { color: rgba(10, 46, 46, .8) !important; }
.ih-footer-link { color: #0a2e2e; }
.ih-footer-link:hover { color: var(--ih-footer-top-btn); }
.ih-footer-logo { max-height: 72px; width: auto; object-fit: contain; }

.ih-top-button {
  right: 5%;
  bottom: 30px;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  background: var(--ih-footer-top-btn);
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear .3s, opacity .3s;
}
.ih-top-button.visible {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity .3s;
}
.ih-top-button:hover,
.ih-top-button:focus {
  background: #083838;
  color: #fff;
}

.map-site { cursor: pointer; }
.map-site circle { transition: r .15s, stroke-width .15s; }
.map-site:hover circle { stroke: #fff !important; stroke-width: 2.5 !important; }

@media (max-width: 991.98px) {
  .topbar-txt { display: none; }
  .topbar-sep { display: none; }
  .topbar-logo-img { max-width: 160px; max-height: 40px; }
  .topbar-search { max-width: 200px; }
  .topbar-search input { font-size: 11px; padding: 5px 10px; }
  .site-header .container-ih { flex-wrap: wrap; gap: 12px; }
  .header-vr { display: none; }
  .header-title { font-size: 22px; }
  .header-notice { display: none; }
  .header-search { width: 100%; max-width: none; order: 10; }
  .header-search input { width: 100%; }
  .page-title-band__heading { font-size: 22px; }
  .ih-section-layout { grid-template-columns: 1fr; gap: 24px; }
  .hero-band .container-ih, .main-content:not(.ih-section-page) .container-ih { grid-template-columns: 1fr; }
  .gz-panel { border-left: 0; padding-left: 0; }
  .ih-footer-logo { max-height: 60px; }
}


/* new custom */
/* .main-content { height: -webkit-fill-available;}
#page { min-height: 100vh; height: -webkit-fill-available; } */
.main-content { min-height: 500px;}


.main-content{
  min-height: 700px;
  background-color: #fff;
}

#page.site {
  background-color: var(--ih-footer-teal);
}


.ih-branding.site-header .header-logo-link{
  width: 110px;
  position: relative;
  /* height: 100px; */
  height: -webkit-fill-available;
  height: 95px;
}


.ih-branding.site-header .header-logo-link .header-logo-img {
  position: absolute;
  top: 0;
  /* width: 106px; */
  z-index: 1;
  width: fit-content;
  height: auto;
}

@media screen and (max-width: 991px) {
  
  .ih-branding.site-header .header-logo-link{
    width: 100px;
    text-align: center; 
  }

  .ih-branding.site-header .header-logo-link .header-logo-img{
    position: unset;
    top: unset;
    width: 90px;
  }

}