:root {
  color-scheme: light;
  --ink: #101713;
  --deep: #071b18;
  --deep-2: #10342e;
  --paper: #f6f0e5;
  --white: #fffaf1;
  --gold: #d8b36a;
  --gold-strong: #b98c37;
  --teal: #2f8c7d;
  --coral: #df6d5b;
  --muted: #6d746e;
  --line: rgba(16, 23, 19, 0.14);
  --shadow: 0 28px 70px rgba(7, 27, 24, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(7, 27, 24, 0.86), rgba(7, 27, 24, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  max-width: 44px;
  height: 44px;
  max-height: 44px;
  overflow: hidden;
  border: 1px solid rgba(216, 179, 106, 0.72);
  border-radius: 50%;
  background: rgba(7, 27, 24, 0.42);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.site-header .brand .brand-mark img {
  width: 38px;
  max-width: 38px;
  height: 38px;
  max-height: 38px;
  display: block;
  object-fit: contain;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255, 250, 241, 0.78);
  font-size: 13px;
  font-weight: 600;
}

.header-nav a {
  text-decoration: none;
}

.header-cta {
  justify-self: end;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 179, 106, 0.7);
  border-radius: 4px;
  padding: 10px 17px;
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  background: rgba(7, 27, 24, 0.45);
}

.container {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 27, 24, 0.9), rgba(7, 27, 24, 0.54) 45%, rgba(7, 27, 24, 0.22)),
    url("/property-day/assets/hero-bg.webp") center right / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 27, 24, 0.12), rgba(7, 27, 24, 0.8)),
    radial-gradient(circle at 72% 28%, rgba(216, 179, 106, 0.22), transparent 32%);
}

.hero-inner {
  position: relative;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 128px 0 30px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 0.95;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(56px, 7.6vw, 118px);
  text-wrap: balance;
}

.hero-copy {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255, 250, 241, 0.84);
  font-size: clamp(17px, 2vw, 22px);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-badges span {
  border: 1px solid rgba(216, 179, 106, 0.44);
  border-radius: 999px;
  padding: 9px 13px;
  color: rgba(255, 250, 241, 0.88);
  background: rgba(7, 27, 24, 0.42);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-btn,
.secondary-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 14px 22px;
  text-decoration: none;
  font-weight: 800;
}

.primary-btn {
  color: #19130a;
  background: linear-gradient(135deg, #f3d68d, var(--gold) 52%, #ad7f2f);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.secondary-btn {
  border: 1px solid rgba(255, 250, 241, 0.38);
  color: var(--white);
  background: rgba(255, 250, 241, 0.08);
}

.event-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 980px;
  margin: 54px 0 0;
  padding: 0;
  background: rgba(255, 250, 241, 0.18);
  box-shadow: var(--shadow);
}

.event-strip div {
  padding: 20px 22px;
  background: rgba(7, 27, 24, 0.76);
  backdrop-filter: blur(12px);
}

.event-strip dt {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.event-strip dd {
  margin: 5px 0 0;
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 800;
}

.intro-band {
  padding: 38px 0;
  color: var(--white);
  background: var(--deep);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 1.2fr;
  align-items: start;
  gap: clamp(28px, 6vw, 80px);
}

.intro-grid h2,
.section-head h2,
.sticky-copy h2,
.offer-layout h2,
.closing-inner h2 {
  font-size: clamp(38px, 6vw, 76px);
  text-wrap: balance;
}

/* "Dlaczego teraz": trim the oversized heading and bump the body copy a couple
   units so the two columns visually balance and the right side isn't half-empty. */
.intro-band .intro-grid h2 {
  font-size: clamp(32px, 4.6vw, 60px);
}

.intro-grid p:last-child {
  /* Drop the copy down by the kicker's height (~35px) so its first line starts
     level with the white heading on the left instead of with the "Dlaczego teraz"
     kicker. Reset on mobile where the two columns stack (see 860px query). */
  margin: 35px 0 0;
  color: rgba(255, 250, 241, 0.78);
  font-size: 21px;
  line-height: 1.6;
}

.section {
  padding: clamp(72px, 10vw, 120px) 0;
}

.light-section {
  background: var(--paper);
}

.benefits-section {
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--paper), var(--white));
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(16, 23, 19, 0.16);
  box-shadow: 0 24px 70px rgba(16, 23, 19, 0.1);
}

.benefits-grid article {
  min-height: 330px;
  display: grid;
  align-content: start;
  padding: clamp(22px, 3vw, 30px);
  background: rgba(255, 250, 241, 0.92);
}

.benefits-grid span {
  color: var(--gold-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.benefits-grid h3 {
  margin: 40px 0 14px;
  font-size: 26px;
  line-height: 1.08;
}

.benefits-grid p {
  margin: 0;
  color: var(--muted);
}

.section-head {
  max-width: 840px;
  margin-bottom: 42px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.audience-card {
  min-height: 286px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 250, 241, 0.76);
}

.audience-card span,
.program-list span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.audience-card h3,
.program-list h3,
.offer-list h3 {
  margin: 22px 0 12px;
  font-size: 24px;
  line-height: 1.15;
}

.audience-card p,
.program-list p,
.offer-list p,
.lead,
.closing-inner p {
  margin: 0;
  color: var(--muted);
}

.dark-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 27, 24, 0.98), rgba(16, 52, 46, 0.98)),
    url("/assets/images/logo/logo.svg") 90% 12% / 210px auto no-repeat;
}

.program-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) 1.15fr;
  gap: clamp(30px, 6vw, 88px);
}

.sticky-copy {
  position: sticky;
  top: 110px;
  align-self: start;
}

.sticky-copy p:last-child {
  margin-top: 24px;
  color: rgba(255, 250, 241, 0.75);
}

.program-list {
  display: grid;
  gap: 14px;
}

.program-list article {
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 250, 241, 0.06);
}

.program-list h3 {
  margin-top: 14px;
}

.program-list p {
  color: rgba(255, 250, 241, 0.72);
}

.value-section {
  padding: 0;
  background: var(--white);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-inline: 1px solid var(--line);
}

.metric {
  min-height: 210px;
  display: grid;
  align-content: center;
  gap: 10px;
  border-right: 1px solid var(--line);
  padding: 34px;
}

.metric:last-child {
  border-right: 0;
}

.metric strong {
  color: var(--deep-2);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 0.9;
}

.metric span {
  max-width: 250px;
  color: var(--muted);
  font-weight: 700;
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
  gap: clamp(28px, 6vw, 80px);
}

.lead {
  max-width: 600px;
  margin-top: 24px;
  font-size: 18px;
}

.offer-list {
  display: grid;
  gap: 14px;
}

.offer-list div {
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  padding: 24px 26px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(16, 23, 19, 0.08);
}

.offer-list h3 {
  margin-top: 0;
}

.closing-section {
  padding: clamp(76px, 10vw, 126px) 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 27, 24, 0.94), rgba(7, 27, 24, 0.75)),
    url("/property-day/assets/hero-bg.webp") center / cover no-repeat;
}

.closing-inner {
  max-width: 820px;
}

.closing-inner p {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 250, 241, 0.78);
  font-size: 18px;
}

.closing-inner .primary-btn {
  margin-top: 32px;
}

.video-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 27, 24, 0.96), rgba(16, 52, 46, 0.92)),
    radial-gradient(circle at 18% 22%, rgba(216, 179, 106, 0.2), transparent 32%);
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) 1.18fr;
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
}

.video-copy .lead {
  color: rgba(255, 250, 241, 0.74);
}

.video-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.video-points span {
  border: 1px solid rgba(216, 179, 106, 0.42);
  border-radius: 999px;
  padding: 9px 13px;
  color: rgba(255, 250, 241, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow);
}

.video-frame::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(216, 179, 106, 0.24);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.showcase-section {
  background:
    linear-gradient(180deg, var(--white), var(--paper));
  overflow: hidden;
}

.showcase-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.showcase-head h2 {
  max-width: 780px;
  font-size: clamp(38px, 6vw, 76px);
}

.slider-controls {
  display: flex;
  gap: 10px;
}

.slider-btn {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--deep);
  background: rgba(255, 250, 241, 0.86);
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
}

.project-slider {
  position: relative;
  display: grid;
}

/* All slides share one grid cell so the slider auto-sizes to the tallest
   slide instead of relying on a fragile fixed height (caption lengths vary). */
.project-slide {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transform: translateX(26px) scale(0.985);
  transition: opacity 420ms ease, transform 520ms ease;
}

.project-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.project-slide img {
  width: 100%;
  height: clamp(520px, 56vw, 680px);
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.slide-panel {
  position: absolute;
  left: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 54px);
  width: min(480px, calc(100% - 36px));
  border: 1px solid rgba(255, 250, 241, 0.2);
  border-radius: 8px;
  padding: 24px;
  color: var(--white);
  background: rgba(7, 27, 24, 0.76);
  backdrop-filter: blur(16px);
}

.slide-panel span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.slide-panel h3 {
  margin: 12px 0 12px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.02;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.slide-panel p {
  margin: 0;
  color: rgba(255, 250, 241, 0.76);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.slider-dots button {
  width: 42px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 23, 19, 0.22);
  cursor: pointer;
}

.slider-dots button.is-active {
  background: var(--gold-strong);
}

.showcase-cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.showcase-cta .primary-btn {
  min-width: 260px;
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-nav {
    display: none;
  }

  .hero {
    min-height: 88svh;
    background-position: 64% center;
  }

  .event-strip,
  .intro-grid,
  .benefits-grid,
  .audience-grid,
  .video-layout,
  .program-layout,
  .value-grid,
  .offer-layout {
    grid-template-columns: 1fr;
  }

  .showcase-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .event-strip {
    margin-top: 34px;
  }

  .sticky-copy {
    position: static;
  }

  /* Stacked layout: no heading to align to, so drop the kicker-height offset. */
  .intro-grid p:last-child {
    margin-top: 8px;
  }

  .metric {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric:last-child {
    border-bottom: 0;
  }
}

/* Tablets: keep card grids two-up instead of a single long column. */
@media (min-width: 620px) and (max-width: 860px) {
  .benefits-grid,
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .hero-inner {
    width: min(100% - 28px, 1160px);
    padding-top: 106px;
    padding-bottom: 20px;
  }

  .hero {
    min-height: auto;
    align-items: start;
  }

  .hero h1 {
    font-size: clamp(50px, 16vw, 76px);
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-badges {
    gap: 8px;
    margin-top: 18px;
  }

  .hero-badges span {
    padding: 8px 11px;
    font-size: 12px;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
    min-height: 48px;
  }

  .showcase-cta {
    margin-top: 26px;
  }

  .project-slide img {
    min-height: 0;
    height: 430px;
  }

  .slide-panel {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: -1px;
    border-radius: 0 0 8px 8px;
  }

  .event-strip div,
  .benefits-grid article,
  .audience-card,
  .program-list article,
  .offer-list div {
    padding: 20px;
  }

  .intro-grid h2,
  .section-head h2,
  .sticky-copy h2,
  .offer-layout h2,
  .closing-inner h2 {
    font-size: clamp(36px, 13vw, 54px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .project-slide {
    transition: none;
  }
}

/* ------------------------------------------------------------------ */
/* Registration form (#formularz) — a copy of the /pl/seminar form.     */
/* Bootstrap is never loaded here, so every control is styled from      */
/* scratch under the pd-* namespace.                                    */
/* ------------------------------------------------------------------ */
.pd-form-section {
  padding: clamp(72px, 10vw, 118px) 0;
  color: var(--ink);
  background: linear-gradient(180deg, var(--paper), var(--white));
  scroll-margin-top: 84px;
}

.pd-form-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

.pd-form-intro {
  position: sticky;
  top: 104px;
}

.pd-form-intro h2 {
  font-size: clamp(38px, 4.2vw, 62px);
}

.pd-form-intro > p {
  max-width: 460px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.pd-form-facts {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.pd-form-facts li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  font-weight: 600;
}

.pd-form-facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.pd-form-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 40px);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(16, 23, 19, 0.12);
}

.pd-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #f3d68d, var(--gold) 52%, #ad7f2f);
}

.pd-field {
  margin-top: 22px;
}

.pd-field:first-of-type {
  margin-top: 0;
}

.pd-label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.pd-req {
  color: var(--coral);
}

.pd-form-hint {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
}

.pd-control {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
}

textarea.pd-control {
  min-height: 96px;
  resize: vertical;
}

.pd-control::placeholder {
  color: rgba(109, 116, 110, 0.75);
}

.pd-control:focus {
  outline: none;
  border-color: var(--gold-strong);
  box-shadow: 0 0 0 3px rgba(216, 179, 106, 0.28);
}

.pd-control.is-invalid {
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(223, 109, 91, 0.18);
}

.pd-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 9px;
  cursor: pointer;
  font-size: 15px;
}

.pd-check:last-child {
  margin-bottom: 0;
}

.pd-check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--gold-strong);
}

.pd-check-policy {
  align-items: flex-start;
  color: var(--muted);
  font-size: 14px;
}

.pd-check-policy a {
  color: var(--gold-strong);
  font-weight: 700;
}

.pd-error {
  display: block;
  margin-top: 6px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 600;
}

.pd-form-alert {
  margin-bottom: 18px;
  border: 1px solid rgba(223, 109, 91, 0.4);
  border-radius: 4px;
  padding: 12px 14px;
  color: #8f3527;
  background: rgba(223, 109, 91, 0.12);
  font-size: 14px;
  font-weight: 600;
}

.pd-form-alert[hidden] {
  display: none;
}

.pd-submit {
  width: 100%;
  margin-top: 26px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
}

/* intl-tel-input sits inside .pd-field and must match the other controls */
.pd-form .iti {
  width: 100%;
}

.pd-form .iti__country-list {
  color: var(--ink);
  font-size: 14px;
  text-align: left;
}

@media (max-width: 900px) {
  .pd-form-layout {
    grid-template-columns: 1fr;
  }

  .pd-form-intro {
    position: static;
  }
}

@media (max-width: 560px) {
  .pd-form-intro h2 {
    font-size: clamp(34px, 11vw, 50px);
  }
}

/* ------------------------------------------------------------------ */
/* Shared site footer (layouts.public-footer), styled self-contained. */
/* This standalone page never loads Bootstrap / main.css, so the grid  */
/* and the footer's dark look are re-declared here, scoped to .pd-footer */
/* so nothing leaks into the isolated prelanding above.                */
/* ------------------------------------------------------------------ */
.pd-footer .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
}

.pd-footer .container {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.pd-footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.pd-footer [class*="col-"] {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.pd-footer .text-lowercase {
  text-transform: lowercase;
}

.pd-footer .page-footer {
  padding-top: 4rem;
  color: #f1f1f1;
  background: #252525;
  font-family: Inter, Arial, sans-serif;
}

.pd-footer .footer-cols {
  overflow: hidden;
  margin-bottom: 2rem;
}

.pd-footer .footer-col {
  margin-bottom: 1.5rem;
}

.pd-footer .footer-col-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #efa130;
}

.pd-footer .footer-text-about-us {
  margin-bottom: 1.25rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #f1f1f1;
}

/* Social icons */
.pd-footer .sc-list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-footer .sc-item {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 5px 0;
  background: #efa130;
  transition: all 0.3s ease-in-out;
}

.pd-footer .sc-item:last-of-type {
  margin-right: 0;
}

.pd-footer .sc-item:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
}

.pd-footer .sc-item:hover .sc-icon {
  color: #efa130;
}

.pd-footer .sc-link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  text-decoration: none;
}

.pd-footer .sc-icon {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/* Contact cards */
.pd-footer .contact-info-card {
  padding: 0 0 1rem;
  font-weight: 600;
}

.pd-footer .contact-info-card .icon {
  width: 1.5rem;
  margin-right: 0.5rem;
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
  color: #efa130;
}

.pd-footer .contact-info-card .info {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  color: #f1f1f1;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.pd-footer .contact-info-card .info:hover {
  color: #fff;
  transform: translateX(0.25rem);
}

/* Footer menu */
.pd-footer .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-footer .footer-menu-item {
  display: block;
  padding-bottom: 1rem;
}

.pd-footer .footer-menu-link {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  color: #f1f1f1;
  transition: all 0.25s ease-in-out;
}

.pd-footer .footer-menu-link:hover {
  color: #fff;
  transform: translateX(0.25rem);
}

/* Copyrights */
.pd-footer .copyrights {
  overflow: hidden;
  padding: 0.5rem 0 2rem;
}

.pd-footer .creadits {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: left;
  color: #f1f1f1;
}

.pd-footer .terms-links {
  text-align: right;
}

.pd-footer .terms-links > a {
  font-weight: 600;
  color: #f1f1f1;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.pd-footer .terms-links > a:hover {
  color: #efa130;
}

@media (min-width: 768px) {
  .pd-footer .col-md-8 {
    width: 66.6667%;
  }

  .pd-footer .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .pd-footer .col-lg-4 {
    width: 33.3333%;
  }

  .pd-footer .col-lg-2 {
    width: 16.6667%;
  }
}
