/**
 * Why choose (index) — NEFSA refinements.
 * Scoped to .why-choose-two--nefsa
 */

.why-choose-two.why-choose-two--nefsa {
  padding-top: clamp(32px, 4vw, 52px);
  padding-bottom: clamp(18px, 2.5vw, 28px);
  background: linear-gradient(
    178deg,
    #fdfcfa 0%,
    #ffffff 52%,
    #faf9f7 100%
  );
  border-top: 1px solid rgba(202, 68, 69, 0.06);
  overflow: hidden;
}

@media (max-width: 991px) {
  .why-choose-two.why-choose-two--nefsa {
    padding-top: clamp(28px, 5vw, 44px);
    padding-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .why-choose-two.why-choose-two--nefsa {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}

/* Theme footer strip adds empty depth — hide for this layout */
.why-choose-two--nefsa::after {
  display: none;
}

/* Typography */
.why-choose-two--nefsa .why-choose-two__left {
  margin-right: clamp(16px, 2.5vw, 32px);
}

@media (max-width: 991px) {
  .why-choose-two--nefsa .why-choose-two__thumb {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .why-choose-two--nefsa .why-choose-two__thumb {
    padding-top: 28px;
  }
}

.why-choose-two--nefsa .why-choose-two__top {
  margin-bottom: 18px;
}

.why-choose-two--nefsa .why-choose-two__top .sec-title {
  padding-bottom: 4px;
}

.why-choose-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;
}

.why-choose-two--nefsa .sec-title__tagline .sec-title__img {
  display: none;
}

.why-choose-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);
}

.why-choose-two--nefsa .sec-title__title {
  font-family: "Oswald", var(--firdip-font, "Roboto", sans-serif);
  font-weight: 600;
  font-size: clamp(1.2rem, 1.25vw + 0.95rem, 1.85rem);
  line-height: 1.16;
  letter-spacing: 0.042em;
  text-transform: uppercase;
  color: var(--firdip-secondary, #232728);
  margin-top: 4px;
}

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

.why-choose-two--nefsa .why-choose-two__top__text {
  font-size: 14px;
  line-height: 1.68;
  color: #585c5e;
  max-width: 520px;
}

.why-choose-two--nefsa .why-choose-two__right {
  padding-top: clamp(40px, 5.5vw, 68px);
}

@media (max-width: 991px) {
  .why-choose-two--nefsa .why-choose-two__right {
    padding-top: 24px;
  }

  .why-choose-two--nefsa .why-choose-two__top__text {
    max-width: none;
  }
}

/* Feature cards */
.why-choose-two--nefsa .why-choose-two__feature__item {
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(
    168deg,
    #2c3032 0%,
    #232728 48%,
    #1c1e1f 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    0 8px 28px rgba(35, 39, 40, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
}

.why-choose-two--nefsa .why-choose-two__feature__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    #e8c96a 0%,
    var(--firdip-base, #ca4445) 50%,
    #9e2a2b 100%
  );
  z-index: 3;
}

.why-choose-two--nefsa .why-choose-two__feature__item:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 36px rgba(35, 39, 40, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.why-choose-two--nefsa .why-choose-two__feature__item + .why-choose-two__feature__item {
  margin-top: 12px;
}

.why-choose-two--nefsa .why-choose-two__feature__top {
  padding-left: 28px;
}

.why-choose-two--nefsa .why-choose-two__feature__top__icon {
  width: 62px;
  height: 66px;
  border-radius: 0 0 10px 0;
  font-size: 30px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.why-choose-two--nefsa .why-choose-two__feature__top__thumb {
  left: 92px;
  height: 66px;
  border-radius: 0 8px 0 0;
  border-bottom: none;
  border-top: 2px solid rgba(232, 201, 106, 0.35);
}

.why-choose-two--nefsa
  .why-choose-two__feature__item:hover
  .why-choose-two__feature__top__thumb {
  border-bottom: none;
  border-top-color: rgba(255, 255, 255, 0.35);
}

.why-choose-two--nefsa .why-choose-two__feature__content {
  padding: 16px 24px 18px 28px;
}

.why-choose-two--nefsa .why-choose-two__feature__title {
  font-family: "Oswald", var(--firdip-font, "Roboto", sans-serif);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.055em;
  line-height: 1.28;
  margin-top: 0;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.96);
}

.why-choose-two--nefsa .why-choose-two__feature__text {
  font-size: 14px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 0;
}

/* Left media — image with centered play overlay */
.why-choose-two--nefsa .why-choose-two__thumb__media {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 0 14px 14px 0;
  box-shadow: 8px 18px 36px rgba(35, 39, 40, 0.1);
}

.why-choose-two--nefsa .why-choose-two__thumb__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 991px) {
  .why-choose-two--nefsa .why-choose-two__thumb__media {
    border-radius: 12px;
  }
}

.why-choose-two--nefsa .why-choose-two__thumb__video--center {
  position: absolute;
  inset: 0;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
  min-height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 28px);
  background: linear-gradient(
    165deg,
    rgba(23, 24, 24, 0.1) 0%,
    rgba(23, 24, 24, 0.48) 100%
  );
  border-radius: inherit;
  border: none;
  box-shadow: none;
  z-index: 2;
  transition: background 0.35s ease;
}

.why-choose-two--nefsa .why-choose-two__thumb__media:hover .why-choose-two__thumb__video--center {
  background: linear-gradient(
    165deg,
    rgba(23, 24, 24, 0.18) 0%,
    rgba(23, 24, 24, 0.55) 100%
  );
}

@media (max-width: 991px) {
  .why-choose-two--nefsa .why-choose-two__thumb__video--center {
    bottom: auto;
    left: 0;
    right: 0;
    top: 0;
  }
}

.why-choose-two--nefsa .why-choose-two__thumb__video__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  background: transparent;
}

.why-choose-two--nefsa .why-choose-two__thumb__video__icon {
  width: 70px;
  height: 70px;
  max-width: 70px;
  margin: 0 !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--firdip-base, #ca4445) !important;
  border: 2px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 6px 22px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.45) inset;
  font-size: 19px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}

.why-choose-two--nefsa .why-choose-two__thumb__video__icon::after {
  animation: nefsa-play-ring 2.8s ease-out infinite;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

@keyframes nefsa-play-ring {
  0% {
    transform: scale(1);
    opacity: 0.45;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.why-choose-two--nefsa .why-choose-two__thumb__video__icon:hover {
  transform: scale(1.06);
  background: var(--firdip-base, #ca4445) !important;
  color: var(--firdip-white, #fff) !important;
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 40px rgba(202, 68, 69, 0.45);
}

.why-choose-two--nefsa .why-choose-two__thumb__video__icon:hover i {
  transform: scale(1.12);
}

.why-choose-two--nefsa .why-choose-two__thumb__video__icon:focus-visible {
  outline: 3px solid #e8c96a;
  outline-offset: 4px;
}

.why-choose-two--nefsa .why-choose-two__thumb__video__icon i {
  margin-left: 4px;
}

.why-choose-two--nefsa .why-choose-two__thumb__video__text {
  margin: 0;
  padding: 4px 12px 0;
  font-family: "Oswald", var(--firdip-font, "Roboto", sans-serif);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.why-choose-two--nefsa .why-choose-two__image {
  bottom: 12px;
  max-width: min(280px, 22vw);
}

@media (max-width: 1199px) {
  .why-choose-two--nefsa .why-choose-two__image {
    bottom: 8px;
    max-width: min(240px, 30vw);
  }
}

@media (max-width: 991px) {
  .why-choose-two--nefsa .why-choose-two__image {
    display: none;
  }
}

.why-choose-two--nefsa .why-choose-two__image img {
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(35, 39, 40, 0.12);
  width: 100%;
  height: auto;
}
