/**
 * Inner About page — NEFSA theme (.about-two--nefsa, .page-header--nefsa).
 * Loads after firdip.css
 */

/* —— Page hero —— */
.page-header.page-header--nefsa {
  padding-top: clamp(88px, 12vw, 118px);
  padding-bottom: clamp(56px, 8vw, 84px);
}

@media (max-width: 991px) {
  .page-header.page-header--nefsa {
    padding-top: clamp(120px, 18vw, 160px);
    padding-bottom: clamp(64px, 10vw, 100px);
  }
}

.page-header.page-header--nefsa::before {
  background: linear-gradient(
    168deg,
    rgba(15, 16, 17, 0.88) 0%,
    rgba(35, 39, 40, 0.72) 42%,
    rgba(120, 40, 41, 0.45) 100%
  );
}

.page-header--nefsa .page-header__title {
  font-family: "Oswald", var(--firdip-font, "Roboto", sans-serif);
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: clamp(2rem, 2.5vw + 1.25rem, 3rem);
  line-height: 1.08;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.98);
  margin-bottom: 6px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.page-header--nefsa .page-header__title::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #e8c96a 0%,
    var(--firdip-base, #ca4445) 55%,
    #9e2a2b 100%
  );
}

.page-header--nefsa .firdip-breadcrumb {
  margin-top: 8px;
}

.page-header--nefsa .firdip-breadcrumb li:not(:last-of-type)::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 14px;
  margin-right: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8c96a 0%, var(--firdip-base, #ca4445) 100%);
  font-size: 0;
  top: 1px;
  opacity: 0.95;
}

.page-header--nefsa .firdip-breadcrumb li span,
.page-header--nefsa .firdip-breadcrumb li a {
  font-family: "Oswald", var(--firdip-font, "Roboto", sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.page-header--nefsa .firdip-breadcrumb li span {
  color: #e8c96a;
}

.page-header--nefsa .firdip-breadcrumb li a:hover {
  color: #fff;
}

/* —— About body section —— */
.about-two.about-two--nefsa {
  padding: clamp(48px, 6vw, 76px) 0 clamp(52px, 7vw, 88px);
  background: linear-gradient(
    178deg,
    #fdfcfa 0%,
    #ffffff 48%,
    #faf9f7 100%
  );
  border-top: 1px solid rgba(202, 68, 69, 0.06);
  position: relative;
  overflow: hidden;
}

.about-two--nefsa .about-two__top {
  margin-bottom: clamp(22px, 3vw, 32px);
}

.about-two--nefsa .about-two__top .sec-title {
  padding-bottom: 8px;
}

.about-two--nefsa .sec-title__tagline {
  display: inline-flex;
  align-items: center;
  padding-left: 18px;
  position: relative;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--firdip-base, #ca4445);
  line-height: 1.4;
}

.about-two--nefsa .sec-title__tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    #e8c96a 0%,
    var(--firdip-base, #ca4445) 100%
  );
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85);
}

.about-two--nefsa .sec-title__title {
  font-family: "Oswald", var(--firdip-font, "Roboto", sans-serif);
  font-weight: 600;
  font-size: clamp(1.45rem, 1.5vw + 1rem, 2.15rem);
  line-height: 1.14;
  letter-spacing: 0.048em;
  text-transform: uppercase;
  color: var(--firdip-secondary, #232728);
  margin-top: 6px;
}

.about-two--nefsa .sec-title__title::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 2px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #e8c96a 0%,
    var(--firdip-base, #ca4445) 60%,
    #9e2a2b 100%
  );
}

.about-two--nefsa .about-two__top__text {
  font-size: 15px;
  line-height: 1.74;
  color: #585c5e;
  font-weight: 400;
}

.about-two--nefsa .about-two__top__text + .about-two__top__text {
  margin-top: 14px;
}

/* Mission block */
.about-two--nefsa .about-two__list--nefsa-mission.about-two__list {
  margin-top: 28px;
  margin-bottom: 28px;
  padding: clamp(20px, 3vw, 28px) clamp(18px, 3vw, 26px);
  border: none;
  border-radius: 14px;
  background: linear-gradient(
    165deg,
    #2c3032 0%,
    #232728 45%,
    #1c1e1f 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    0 14px 40px rgba(35, 39, 40, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  position: relative;
}

.about-two--nefsa .about-two__list--nefsa-mission.about-two__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(
    90deg,
    #e8c96a 0%,
    var(--firdip-base, #ca4445) 52%,
    #9e2a2b 100%
  );
}

.about-two--nefsa .about-two__mission-title {
  font-family: "Oswald", var(--firdip-font, "Roboto", sans-serif);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
  margin: 0 0 14px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-two--nefsa .about-two__list--nefsa-mission .about-two__top__text {
  color: rgba(220, 222, 223, 0.9);
  margin-bottom: 0;
}

.about-two--nefsa .about-two__link {
  margin-top: 8px;
}

.about-two--nefsa .about-two__link__btn.firdip-btn {
  font-family: "Oswald", var(--firdip-font, "Roboto", sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 6px;
  background: linear-gradient(
    145deg,
    #d45253 0%,
    var(--firdip-base, #ca4445) 40%,
    #9e2a2b 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 28px rgba(202, 68, 69, 0.28);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.about-two--nefsa .about-two__link__btn.firdip-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(202, 68, 69, 0.35);
  color: var(--firdip-white, #fff);
}

/* Media column */
.about-two--nefsa .about-two__right {
  margin-left: clamp(20px, 3vw, 40px);
}

@media (max-width: 1199px) {
  .about-two--nefsa .about-two__right {
    margin-left: 0;
    margin-top: 20px;
  }
}

.about-two--nefsa .about-two__thumb__item--one img {
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(35, 39, 40, 0.12);
}

.about-two--nefsa .about-two__thumb__item--two {
  z-index: 0;
}

.about-two--nefsa .about-two__thumb__item--two img {
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(35, 39, 40, 0.1);
}

.about-two--nefsa .about-two__thumb__funfact {
  background: linear-gradient(
    168deg,
    #c73e3f 0%,
    var(--firdip-base, #ca4445) 40%,
    #9e2a2b 100%
  );
  border-radius: 12px;
  padding: 26px 32px;
  max-width: 240px;
  box-shadow: 0 16px 40px rgba(202, 68, 69, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.about-two--nefsa .about-two__thumb__funfact__coun {
  font-family: "Oswald", var(--firdip-font, "Roboto", sans-serif);
  font-weight: 600;
  font-size: clamp(2rem, 2vw + 1.5rem, 2.5rem);
  line-height: 1;
  letter-spacing: 0.02em;
}

.about-two--nefsa .about-two__thumb__funfact__text {
  font-family: "Oswald", var(--firdip-font, "Roboto", sans-serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.95;
  margin-bottom: 0;
}

.about-two--nefsa .about-two__thumb__call {
  background: linear-gradient(
    175deg,
    #2e3234 0%,
    #232728 50%,
    #1a1d1e 100%
  );
  border-radius: 12px;
  padding: 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.about-two--nefsa .about-two__thumb__call__icon {
  width: 76px;
  height: 72px;
  border-radius: 10px;
  font-size: 36px;
  background: linear-gradient(
    145deg,
    #e8c96a 0%,
    var(--firdip-base, #ca4445) 100%
  );
  box-shadow: 0 6px 20px rgba(202, 68, 69, 0.35);
}

.about-two--nefsa .about-two__thumb__call__dec {
  font-family: "Oswald", var(--firdip-font, "Roboto", sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #e8c96a;
  margin-bottom: 4px;
}

.about-two--nefsa .about-two__thumb__call__number {
  font-family: "Oswald", var(--firdip-font, "Roboto", sans-serif);
  font-size: clamp(1.25rem, 1.5vw, 1.65rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.98) !important;
  margin-top: 0;
}

.about-two--nefsa .about-two__thumb__call__number:hover {
  color: #e8c96a !important;
}

@media (max-width: 575px) {
  .about-two--nefsa .about-two__thumb__funfact {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 16px auto 0;
    max-width: 100%;
  }

  .about-two--nefsa .about-two__thumb__call {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 100%;
    margin-top: 16px;
  }
}
