:root {
  --nsgd-ink: #102a30;
  --nsgd-muted: #5e7177;
  --nsgd-soft: #ff6b364f;
  --nsgd-paper: #f8fbfa;
  --nsgd-white: #ffffff;
  --nsgd-teal: #f15a25;
  --nsgd-teal-2: #c83500;
  --nsgd-coral: #d9563f;
  --nsgd-gold: #d8a54d;
  --nsgd-line: rgba(16, 42, 48, 0.12);
  --nsgd-shadow: 0 24px 70px rgba(16, 42, 48, 0.14);
  --nsgd-radius: 8px;
}

* {
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--nsgd-ink);
  background: linear-gradient(
      180deg,
      rgba(238, 248, 246, 0.94) 0%,
      rgba(255, 255, 255, 0.98) 34%,
      rgba(248, 251, 250, 1) 100%
    ),
    url("../../assets/images/resources/slider2.jpg") center top / cover fixed;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--nsgd-teal);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease,
    transform 180ms ease, box-shadow 180ms ease;
}

a:hover {
  color: var(--nsgd-coral);
}

.page-wrapper {
  background: rgba(248, 251, 250, 0.94);
}

.nsgd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--nsgd-coral);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nsgd-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--nsgd-coral), var(--nsgd-gold));
}

.nsgd-btn,
.thm-btn,
.portfolio-two__btn,
.services-details__contact-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px !important;
  border: 1px solid transparent !important;
  border-radius: var(--nsgd-radius) !important;
  color: var(--nsgd-white) !important;
  background: linear-gradient(
    135deg,
    var(--nsgd-teal),
    var(--nsgd-teal-2)
  ) !important;
  box-shadow: 0 14px 34px rgba(0, 109, 119, 0.22) !important;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

.nsgd-btn:hover,
.thm-btn:hover,
.portfolio-two__btn:hover,
.services-details__contact-btn:hover {
  color: var(--nsgd-white) !important;
  background: linear-gradient(
    135deg,
    var(--nsgd-coral),
    var(--nsgd-gold)
  ) !important;
  box-shadow: 0 18px 42px rgba(217, 86, 63, 0.24) !important;
  transform: translateY(-2px);
}

.nsgd-btn--small {
  min-height: 42px;
  padding: 11px 18px !important;
  font-size: 0.88rem;
}

.nsgd-btn--ghost,
.nsgd-link-btn {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
  color: var(--nsgd-white) !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px);
}

.nsgd-link-btn {
  color: var(--nsgd-teal) !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  min-height: auto;
  box-shadow: none !important;
}

.nsgd-link-btn:hover {
  color: var(--nsgd-coral) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.nsgd-section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.nsgd-section-heading.text-center {
  margin-inline: auto;
}

.nsgd-section-heading h2,
.nsgd-overview h2,
.nsgd-venue h2,
.nsgd-countdown h2 {
  margin: 0;
  color: var(--nsgd-ink);
  font-size: 2.45rem;
  line-height: 1.15;
  font-weight: 900;
}

.nsgd-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 720ms ease, transform 720ms ease;
}

.nsgd-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.nsgd-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 40px rgba(16, 42, 48, 0.08);
  backdrop-filter: blur(18px);
}

.nsgd-topbar {
  color: rgba(255, 255, 255, 0.92);
  /* background: linear-gradient(90deg, #10343a 0%, var(--nsgd-teal) 58%, #ad4a38 100%); */
  background-color: #f15a25 !important;
}

.nsgd-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
}

.nsgd-topbar__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
}

.nsgd-topbar__list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
}

.nsgd-topbar a,
.nsgd-topbar span {
  color: rgba(255, 255, 255, 0.94);
}

.nsgd-topbar__social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nsgd-topbar__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--nsgd-white);
}

.nsgd-topbar__social a:hover {
  color: var(--nsgd-ink);
  background: var(--nsgd-white);
}

.nsgd-nav {
  background: rgba(255, 255, 255, 0.92) !important;
}

.nsgd-nav .container {
  max-width: 1240px;
}

.nsgd-nav__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 50px;
}

.nsgd-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--nsgd-ink);
  text-decoration: none;
}

.nsgd-brand:hover {
  color: var(--nsgd-ink);
}

.nsgd-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: var(--nsgd-radius);
  color: var(--nsgd-white);
  background: linear-gradient(135deg, var(--nsgd-coral), var(--nsgd-teal));
  box-shadow: 0 12px 28px rgba(0, 109, 119, 0.2);
}

.nsgd-brand__text {
  display: grid;
  gap: 1px;
}

.nsgd-brand__text strong {
  display: block;
  color: var(--nsgd-ink);
  font-size: 1.2rem;
  font-weight: 1000;
  line-height: 1.1;
}

.nsgd-brand__text strong span {
  color: var(--nsgd-coral);
}

.nsgd-brand__text small {
  color: var(--nsgd-muted);
  font-size: 0.74rem;
  line-height: 1.25;
}

.nsgd-nav__menu {
  min-width: 0;
}

.main-menu .main-menu__list,
.nsgd-nav__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  margin: 0;
}

.main-menu .main-menu__list > li {
  position: relative;
  padding: 0;
}

.main-menu .main-menu__list > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: var(--nsgd-radius);
  color: var(--nsgd-ink) !important;
  font-size: 0.92rem;
  font-weight: 800;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li > a:hover {
  color: var(--nsgd-teal) !important;
  /* background: rgba(0, 109, 119, 0.08); */
}

.main-menu .main-menu__list li ul {
  padding: 12px !important;
  border: 1px solid var(--nsgd-line) !important;
  border-radius: var(--nsgd-radius) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: var(--nsgd-shadow) !important;
}

.main-menu .main-menu__list li ul li a {
  border-radius: 6px;
  color: var(--nsgd-ink) !important;
  font-weight: 700;
}

.main-menu .main-menu__list li ul li a:hover {
  color: var(--nsgd-white) !important;
  /* background: var(--nsgd-teal) !important; */
}

.nsgd-nav__actions {
  display: flex;
  justify-content: flex-end;
}

.nsgd-nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--nsgd-line);
  border-radius: var(--nsgd-radius);
  color: var(--nsgd-ink);
}

.nsgd-hero {
  position: relative;
  overflow: hidden;
  background: #102a30;
}

.nsgd-hero__pattern {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 64%);
  animation: nsgdPatternDrift 18s linear infinite;
}

.nsgd-hero__slide {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 680px;
  height: 78vh;
  max-height: 780px;
  color: var(--nsgd-white);
  background-position: center;
  background-size: cover;
}

.nsgd-hero__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      rgba(11, 38, 44, 0.88) 0%,
      rgba(11, 38, 44, 0.64) 44%,
      rgba(11, 38, 44, 0.16) 100%
    ),
    linear-gradient(0deg, rgba(16, 42, 48, 0.38), rgba(16, 42, 48, 0.06));
}

.nsgd-hero__slide .container {
  position: relative;
  z-index: 3;
}

.nsgd-hero__content {
  max-width: 780px;
  padding: 80px 0 92px;
}

.nsgd-hero__content .nsgd-eyebrow {
  color: #ffd98f;
}

.nsgd-hero__content h1 {
  margin: 0 0 8px;
  color: var(--nsgd-white);
  font-size: 4.55rem;
  line-height: 0.98;
  font-weight: 1000;
}

.nsgd-hero__content h2 {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 2.05rem;
  line-height: 1.16;
  font-weight: 800;
}

.nsgd-hero__theme {
  max-width: 680px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  font-weight: 600;
}

.nsgd-hero__organizer {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.82);
}

.nsgd-hero__actions,
.nsgd-overview__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.nsgd-hero__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 760px;
  margin-top: 26px;
  padding: 12px 16px;
  border-left: 3px solid var(--nsgd-gold);
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.nsgd-hero .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 5;
  transform: translateX(-50%);
}

.nsgd-hero .owl-theme .owl-dots .owl-dot span {
  width: 32px;
  height: 4px;
  margin: 0 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.nsgd-hero .owl-theme .owl-dots .owl-dot.active span {
  /* background: var(--nsgd-gold); */
}

.nsgd-hero .owl-nav {
  display: none;
}

.conf-section {
  position: relative;
  padding: 92px 0;
}

.conf-section--welcome,
.conf-section--cta,
.conf-section--venue {
  background: var(--nsgd-white);
}

.conf-section--overview {
  background: linear-gradient(
      135deg,
      rgba(0, 109, 119, 0.08),
      rgba(216, 165, 77, 0.13)
    ),
    var(--nsgd-soft);
}

.conf-section--countdown {
  padding: 54px 0;
  color: var(--nsgd-white);
  background: linear-gradient(135deg, #10343a, var(--nsgd-teal) 56%, #b84f3d);
}

.conf-section--partners,
.nsgd-gallery {
  background: var(--nsgd-paper);
}

.nsgd-welcome-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 38px;
  align-items: start;
}

.nsgd-welcome-copy {
  padding: 34px;
  border: 1px solid var(--nsgd-line);
  border-radius: var(--nsgd-radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--nsgd-shadow);
}

.nsgd-welcome-copy p {
  margin: 0 0 18px;
  color: var(--nsgd-muted);
}

.nsgd-welcome-copy p:last-child {
  margin-bottom: 0;
  color: var(--nsgd-ink);
}

.nsgd-people-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.nsgd-person,
.nsgd-cta-card,
.nsgd-partner,
.contact-page__contact-single,
.services-details__more-services,
.services-details__contact-box {
  border: 1px solid var(--nsgd-line) !important;
  border-radius: var(--nsgd-radius) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 18px 46px rgba(16, 42, 48, 0.09) !important;
}

.nsgd-person {
  min-height: 100%;
  padding: 22px;
  text-align: center;
}

.nsgd-person img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border: 4px solid rgba(18, 164, 160, 0.18);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(16, 42, 48, 0.16);
}

.nsgd-person h3 {
  margin: 16px 0 8px;
  color: var(--nsgd-ink);
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 900;
}

.nsgd-person p {
  margin: 0;
  color: var(--nsgd-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.nsgd-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 42px;
  align-items: center;
}

.nsgd-overview__copy p {
  margin: 18px 0 0;
  color: var(--nsgd-muted);
  font-size: 1.08rem;
}

.nsgd-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.nsgd-stat {
  position: relative;
  overflow: hidden;
  min-height: 158px;
  padding: 28px;
  border: 1px solid rgba(0, 109, 119, 0.14);
  border-radius: var(--nsgd-radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(16, 42, 48, 0.08);
}

.nsgd-stat strong {
  display: block;
  color: var(--nsgd-teal);
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 1000;
}

.nsgd-stat span {
  display: block;
  margin-top: 12px;
  color: var(--nsgd-muted);
  font-weight: 800;
}

.nsgd-countdown {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 28px;
}

.nsgd-countdown .nsgd-eyebrow,
.nsgd-countdown h2 {
  color: var(--nsgd-white);
}

.nsgd-countdown__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nsgd-countdown__grid div {
  padding: 22px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--nsgd-radius);
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.nsgd-countdown__grid strong {
  display: block;
  color: var(--nsgd-white);
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 1000;
}

.nsgd-countdown__grid span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nsgd-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.nsgd-cta-card {
  padding: 34px;
}

.nsgd-cta-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: var(--nsgd-radius);
  color: var(--nsgd-white);
  background: linear-gradient(135deg, var(--nsgd-coral), var(--nsgd-gold));
}

.nsgd-cta-card h3 {
  margin: 22px 0 10px;
  color: var(--nsgd-ink);
  font-size: 1.48rem;
  font-weight: 900;
}

.nsgd-cta-card p {
  margin: 0 0 24px;
  color: var(--nsgd-muted);
}

.nsgd-partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nsgd-partner {
  display: grid;
  align-content: center;
  min-height: 150px;
  padding: 24px;
}

.nsgd-partner span {
  display: block;
  margin-bottom: 10px;
  color: var(--nsgd-coral);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nsgd-partner strong {
  color: var(--nsgd-ink);
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 900;
}

.nsgd-partner img {
  max-height: 62px;
  width: auto;
  object-fit: contain;
}

.nsgd-marquee {
  padding: 26px 0;
  background: #363435;
}

.nsgd-marquee .sliding-text-two__title {
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.42);
  font-size: 4rem;
  line-height: 1;
}

.nsgd-marquee .sliding-text-two__title::before {
  color: var(--nsgd-white) !important;
}

.nsgd-gallery {
  padding: 92px 0 104px;
}

.nsgd-gallery .portfolio-two__wrap {
  padding: 0;
}

.nsgd-gallery .swiper-container {
  overflow: hidden;
  padding: 18px 0 46px;
}

.nsgd-gallery .portfolio-two__single {
  border-radius: var(--nsgd-radius);
  overflow: hidden;
  box-shadow: var(--nsgd-shadow);
}

.nsgd-gallery .portfolio-two__img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 600ms ease, filter 600ms ease;
}

.nsgd-gallery .portfolio-two__single:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.05);
}

.nsgd-gallery .swiper-button-prev,
.nsgd-gallery .swiper-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--nsgd-line);
  border-radius: 50%;
  color: var(--nsgd-ink);
  background: var(--nsgd-white);
  box-shadow: 0 10px 26px rgba(16, 42, 48, 0.12);
}

.nsgd-gallery .swiper-button-prev::after,
.nsgd-gallery .swiper-button-next::after {
  display: none;
}

.nsgd-venue {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 42px;
  align-items: center;
}

.nsgd-venue__image img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: var(--nsgd-radius);
  box-shadow: var(--nsgd-shadow);
}

.nsgd-venue__copy p {
  margin: 18px 0 20px;
  color: var(--nsgd-muted);
}

.nsgd-venue iframe {
  display: block;
  width: 100%;
  height: 270px;
  margin-top: 26px;
  border: 0;
  border-radius: var(--nsgd-radius);
  box-shadow: 0 18px 42px rgba(16, 42, 48, 0.1);
}

.nsgd-footer {
  position: relative;
  overflow: hidden;
  padding: 74px 0 26px;
  color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(135deg, #000000, #363435),
    url("../../assets/images/resources/slider2.jpg") center / cover;
}

.nsgd-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
}

.nsgd-footer .container {
  position: relative;
  z-index: 1;
}

.nsgd-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 44px;
}

.nsgd-brand--footer .nsgd-brand__text strong,
.nsgd-brand--footer .nsgd-brand__text small {
  color: var(--nsgd-white);
}

.nsgd-footer__brand p {
  max-width: 460px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.nsgd-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.0fr 0fr;
  gap: 20px;
}

.nsgd-footer__panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--nsgd-radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.nsgd-footer__panel h4 {
  margin: 0 0 16px;
  color: var(--nsgd-white);
  font-size: 1.05rem;
  font-weight: 900;
}

.nsgd-footer__panel p,
.nsgd-footer__panel a,
.nsgd-footer__links a {
  color: rgba(255, 255, 255, 0.82) !important;
}

.nsgd-footer__panel a:hover,
.nsgd-footer__links a:hover,
.nsgd-footer__bottom a:hover {
  color: #ffd98f !important;
}

.nsgd-footer__people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nsgd-footer__people p {
  margin: 0;
  line-height: 1.45;
}

.nsgd-footer__links li + li {
  margin-top: 8px;
}

.nsgd-footer__manager-logo {
  max-width: 180px;
  padding: 10px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.92);
}

.nsgd-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-link {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0 !important;
}

.footer-link li {
  display: inline-flex !important;
  margin: 0 !important;
}

.footer-link a,
.nsgd-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 0.92rem;
}

body .page-wrapper .services-details {
  padding: 88px 0 96px !important;
  background: var(--nsgd-paper);
}

.services-details
  > .container
  > .row
  > [class*="col-"]
  > .services-details__left
  > .services-details__content,
.services-details
  > .container
  > .row
  > [class*="col-"]
  > .services-details__left {
  padding: 0;
}

.services-details__content {
  color: var(--nsgd-muted);
}

.services-details__content > h3:first-child,
.services-details__title-1:first-child,
.contact-page__contact-single-title {
  position: relative;
  margin: 0 0 34px !important;
  color: var(--nsgd-ink) !important;
  font-size: 2.25rem !important;
  line-height: 1.18 !important;
  font-weight: 1000 !important;
  text-align: center !important;
}

.services-details__content > h3:first-child::after,
.services-details__title-1:first-child::after {
  content: "";
  display: block;
  width: 82px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--nsgd-coral), var(--nsgd-teal));
}

.services-details__left .services-details__content {
  padding: 32px;
  border: 1px solid var(--nsgd-line);
  border-radius: var(--nsgd-radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(16, 42, 48, 0.08);
}

.services-details__left .services-details__left .services-details__content,
.services-details__content .services-details__content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.services-details__content h3,
.services-details__content h4 {
  color: var(--nsgd-ink) !important;
  font-weight: 900 !important;
}

.services-details__content h3:not(:first-child),
.services-details__content h4:not(:first-child) {
  margin-top: 32px !important;
}

.services-details__content p {
  color: var(--nsgd-muted);
}

.services-details__img img,
.services-details__img-two img {
  width: 100%;
  border-radius: var(--nsgd-radius);
  box-shadow: 0 18px 44px rgba(16, 42, 48, 0.12);
}

.services-details__points-1 li,
.services-details__points-list li {
  align-items: flex-start !important;
  padding: 12px 0;
  border-bottom: 1px solid rgba(16, 42, 48, 0.08);
}

.services-details__points-1 li:last-child,
.services-details__points-list li:last-child {
  border-bottom: 0;
}

.services-details__points-1 .icon,
.services-details__points-list .icon {
  color: var(--nsgd-teal);
}

.services-details__points-1 li p,
.services-details__points-list li p {
  margin: 0 !important;
  color: var(--nsgd-muted) !important;
}

.services-details__more-services,
.services-details__contact-box {
  padding: 26px !important;
}

.services-details__more-services h3,
.services-details__contact-box h3 {
  margin: 0 0 14px !important;
  color: var(--nsgd-ink) !important;
}

.services-details__more-services-list li {
  border-bottom: 1px solid rgba(16, 42, 48, 0.08);
}

.services-details__more-services-list li a {
  color: var(--nsgd-ink) !important;
  font-weight: 800;
}

.services-details__more-services-list li a:hover {
  color: var(--nsgd-teal) !important;
}

.services-details table {
  overflow: hidden;
  border: 1px solid var(--nsgd-line) !important;
  border-radius: var(--nsgd-radius);
  background: var(--nsgd-white);
  box-shadow: 0 18px 42px rgba(16, 42, 48, 0.08);
}

.services-details table thead {
  background: linear-gradient(135deg, var(--nsgd-teal), #10343a) !important;
}

.services-details table th,
.services-details table td {
  padding: 16px !important;
  border-color: rgba(16, 42, 48, 0.12) !important;
}

.services-details table th {
  color: var(--nsgd-white);
}

.services-details table td {
  color: var(--nsgd-ink);
  background: rgba(255, 255, 255, 0.92);
}

.services-details .form-control {
  min-height: 48px;
  border: 1px solid var(--nsgd-line);
  border-radius: var(--nsgd-radius);
  color: var(--nsgd-ink);
  box-shadow: none;
}

.services-details .input-group .btn,
.btn-primary {
  border-color: var(--nsgd-teal) !important;
  border-radius: var(--nsgd-radius) !important;
  color: var(--nsgd-white) !important;
  background: var(--nsgd-teal) !important;
  font-weight: 800;
}

.nsgd-status-note {
  display: block !important;
  margin: 0 auto 26px !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(217, 86, 63, 0.18) !important;
  border-radius: var(--nsgd-radius) !important;
  color: var(--nsgd-ink) !important;
  background: linear-gradient(
    135deg,
    rgba(217, 86, 63, 0.09),
    rgba(216, 165, 77, 0.14)
  ) !important;
  font-size: 1.02rem !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.contact-page {
  padding: 88px 0 96px !important;
  background: var(--nsgd-paper);
}

.contact-page__contact-single {
  min-height: 100%;
  padding: 34px !important;
  text-align: left !important;
}

.contact-page__contact-single-title {
  margin-bottom: 20px !important;
  font-size: 1.45rem !important;
  text-align: left !important;
}

.contact-page__contact-single-title::after {
  display: none !important;
}

.contact-page__contact-single h5 {
  color: var(--nsgd-ink);
  font-weight: 900;
}

.contact-page__contact-single p,
.contact-page__contact-single a {
  color: var(--nsgd-muted);
}

.nsgd-tour-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.nsgd-tour-card,
.nsgd-workshop-panel {
  overflow: hidden;
  border: 1px solid var(--nsgd-line);
  border-radius: var(--nsgd-radius);
  background: var(--nsgd-white);
  box-shadow: 0 18px 44px rgba(16, 42, 48, 0.09);
}

.nsgd-tour-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.nsgd-tour-card div {
  padding: 24px;
}

.nsgd-tour-card h3,
.nsgd-workshop-panel h3 {
  margin: 0 0 10px;
  color: var(--nsgd-ink) !important;
  font-size: 1.18rem;
  font-weight: 900;
}

.nsgd-tour-card p,
.nsgd-workshop-panel p {
  margin: 0;
  color: var(--nsgd-muted);
}

.nsgd-workshop-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.nsgd-workshop-panel img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.nsgd-workshop-panel > div {
  padding: 34px;
}

.profile-img {
  width: 180px !important;
  height: 180px !important;
  border: 4px solid rgba(18, 164, 160, 0.18);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(16, 42, 48, 0.14);
}

.person-name h5 {
  color: var(--nsgd-ink);
  font-size: 1rem;
  font-weight: 900;
}

.services-details .row.justify-content-center > [class*="col-"] {
  margin-bottom: 26px;
}

.services-details iframe {
  border-radius: var(--nsgd-radius);
  box-shadow: 0 18px 44px rgba(16, 42, 48, 0.12);
}

.mobile-nav__content {
  background: #102a30 !important;
}

.mobile-nav__container .main-menu__list li a {
  color: var(--nsgd-white) !important;
}

.mobile-nav__container .main-menu__list li a:hover {
  color: #ffd98f !important;
}

.mobile-nav__close {
  color: var(--nsgd-white) !important;
}

.scroll-to-top {
  border-radius: 999px;
}

@keyframes nsgdPatternDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 116px 58px, 58px 116px;
  }
}

@media (max-width: 1199px) {
  .nsgd-nav__inner {
    grid-template-columns: auto auto;
  }

  .nsgd-nav__menu,
  .nsgd-nav__actions {
    display: none;
  }

  .nsgd-nav__toggle {
    display: inline-flex;
    justify-self: end;
  }

  .nsgd-hero__content h1 {
    font-size: 3.65rem;
  }

  .nsgd-hero__content h2 {
    font-size: 1.75rem;
  }

  .nsgd-footer__top,
  .nsgd-overview,
  .nsgd-welcome-grid,
  .nsgd-venue {
    grid-template-columns: 1fr;
  }

  .nsgd-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body {
    background-attachment: scroll;
  }

  .nsgd-topbar__social {
    display: none;
  }

  .nsgd-hero__slide {
    min-height: 620px;
    height: auto;
  }

  .nsgd-countdown,
  .nsgd-tour-grid,
  .nsgd-partner-grid,
  .nsgd-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsgd-section-heading h2,
  .nsgd-overview h2,
  .nsgd-venue h2,
  .nsgd-countdown h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .nsgd-topbar .container {
    justify-content: center;
  }

  .nsgd-topbar__list {
    justify-content: center;
    gap: 7px 14px;
    padding: 7px 0;
  }

  .nsgd-topbar__list li {
    font-size: 0.78rem;
  }

  .nsgd-brand__mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .nsgd-brand__text strong {
    font-size: 1rem;
  }

  .nsgd-brand__text small {
    max-width: 210px;
    font-size: 0.68rem;
  }

  .nsgd-nav__inner {
    min-height: 68px;
    gap: 12px;
  }

  .nsgd-hero__slide {
    min-height: 570px;
  }

  .nsgd-hero__content {
    padding: 60px 0 80px;
  }

  .nsgd-hero__content h1 {
    font-size: 2.8rem;
  }

  .nsgd-hero__content h2 {
    font-size: 1.34rem;
  }

  .nsgd-hero__theme {
    font-size: 1rem;
  }

  .nsgd-hero__actions,
  .nsgd-overview__actions {
    display: grid;
  }

  .nsgd-hero__meta {
    align-items: flex-start;
  }

  .conf-section,
  body .page-wrapper .services-details,
  .contact-page,
  .nsgd-gallery {
    padding: 64px 0 !important;
  }

  .nsgd-welcome-copy,
  .nsgd-cta-card,
  .services-details__left .services-details__content,
  .contact-page__contact-single {
    padding: 24px !important;
  }

  .nsgd-people-grid,
  .nsgd-stats,
  .nsgd-countdown,
  .nsgd-countdown__grid,
  .nsgd-cta-grid,
  .nsgd-tour-grid,
  .nsgd-workshop-panel,
  .nsgd-partner-grid,
  .nsgd-footer__grid,
  .nsgd-footer__people {
    grid-template-columns: 1fr;
  }

  .nsgd-gallery .portfolio-two__img img {
    height: 310px;
  }

  .nsgd-venue__image img {
    min-height: 280px;
  }

  .nsgd-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-details__content > h3:first-child,
  .services-details__title-1:first-child {
    font-size: 1.85rem !important;
  }

  .services-details table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .nsgd-reveal {
    opacity: 1;
    transform: none;
  }
}
