/* Psychometric Analysis RTL - page specific styles */

:root {
  --pa-blue: #0b56b5;
  --pa-blue-dark: #08479a;
  --pa-orange: #f97316;
  --pa-light: #f3f6fb;
  --pa-text: #0f172a;
}

.rmk-footer {
  background: linear-gradient(90deg, #262626 0%, #3f3f3f 100%);
  color: #fff;
  margin-top: 0px !important
}

body.tool-landing.psychometric-page {
  background: #ffffff;
  color: var(--pa-text);
}

/* Hero */
.pa-hero {
  background:
    linear-gradient(180deg, rgba(8, 71, 154, 0.18) 0%, rgba(8, 71, 154, 0.18) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #0b56b5 0%, #08479a 100%);
  background-size: auto, 44px 44px, 44px 44px, auto;
  color: #fff;
  padding: 70px 0 50px;
}

.pa-container {
  width: min(1140px, 92%);
  margin-inline: auto;
}

.pa-hero-kicker {
  display: inline-block;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
}

.pa-hero h1 {
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 14px;
}

.pa-hero h1 .accent {
  color: var(--pa-orange);
}

.pa-hero .lead {
  font-size: 31px;
  opacity: 0.96;
  margin-bottom: 24px;
  max-width: 680px;
}

.pa-hero-note {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 700;
}

.pa-hero-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

@media (min-width: 992px) {


  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  span,
  div,
  li,
  input,
  button,
  select,
  textarea {
    font-family: 'Tajawal', sans-serif !important;
  }

  .pa-hero-card {
    transform: scale(1.2);
    transform-origin: center left;
  }
}

.pa-hero-card img {
  width: 100%;
  height: auto;
  display: block;
}

.pa-hero-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pa-btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 11px 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.pa-btn-primary {
  background: var(--pa-orange);
  color: #fff;
  border-radius: 999px;
  border: 1px solid var(--pa-orange);
  /* Ensure border matched for hover transition */
  padding: 14px 28px;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.35);
  transition: all 0.3s ease;
}

.pa-btn-primary .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.pa-btn-primary:hover {
  background: #fff;
  color: var(--pa-orange);
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.15);
}

.pa-btn-primary:hover .arrow {
  transform: translateX(-6px);
}

.pa-btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

/* Form block */
.pa-form-wrap {
  margin-top: 28px;
  padding: 34px 0 36px;
  background: #eef6ff;
}

.pa-form-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 28px rgba(2, 38, 94, 0.12);
  border-radius: 14px;
  padding: 24px;
  width: min(760px, 100%);
  margin-inline: auto;
}

.pa-form-card h2 {
  font-size: 64px;
  font-weight: 800;
  color: #003a9b !important;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.2;
}

.pa-form-card p {
  text-align: center;
  margin-bottom: 20px;
  color: #475569;
  font-size: 23px;
}

.pa-ref-form {
  margin-top: 14px;
}

.pa-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pa-form-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pa-field {
  display: flex;
  flex-direction: column;
}

.pa-field-full {
  margin-top: 12px;
}

.pa-label {
  font-size: 16px;
  font-weight: 700;
  color: #0b56b5;
  margin-bottom: 8px;
}

.pa-label .req {
  color: #f97316;
  margin-right: 2px;
}

.pa-input {
  border: 1px solid #c6d7ff;
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  width: 100%;
  min-height: 56px;
  font-size: 18px;
  color: #0f172a;
}

.pa-input::placeholder {
  color: #475569;
}

.pa-submit {
  margin-top: 18px;
  width: 100%;
  border: 1px solid #f47a20;
  border-radius: 12px;
  background: #f47a20;
  color: #fff;
  font-weight: 800;
  padding: 14px;
  font-size: 24px;
  box-shadow: 0 10px 22px rgba(244, 122, 32, 0.28);
  transition: all 0.25s ease;
}

.pa-submit:hover {
  background: #e96f14;
  border-color: #e96f14;
  box-shadow: 0 10px 22px rgba(233, 111, 20, 0.24);
}

/* Logos section (cloned style set adapted to local images) */
.client-logo-section {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  background: var(--pa-blue);
  padding: 70px 0;
}

.client-logo-section h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #fff !important;
  margin-bottom: 28px;
  line-height: 1.4;
}

.client-logo-section h2 span {
  color: var(--pa-orange);
}

.logo-mask {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  direction: ltr;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: logoMarqueeScroll 50s linear infinite;
  will-change: transform;
}

.logo-group {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-right: 60px; /* Precise gap between groups */
}

@keyframes logoMarqueeScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    /* Moves exactly by half the total track width (one full set of logos) */
    transform: translate3d(-50%, 0, 0);
  }
}

.logo-track img {
  height: 120px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.logo-track img:hover {
  opacity: 1;
}

/* Feature cards */
.pa-features {
  padding: 70px 0;
  background: #fff;
}

.pa-section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 36px;
}

.pa-section-title .accent {
  color: var(--pa-orange) !important;
}

/* Classic 8-pocket grid layout */
.pa-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.pa-card {
  background: #fff;
  border: 1px solid #e8ebf1;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pa-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.pa-card .icon {
  padding: 40px 0;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pa-card .icon img {
  width: 126px;
  height: 126px;
  object-fit: contain;
}

.pa-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b56b5;
}

.pa-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* 3D Animated Carousel Layout */
.pa-3d-cards {
  position: relative;
  height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pa-carousel-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.pa-carousel-nav {
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: #0b56b5;
  font-size: 20px;
  flex-shrink: 0;
  padding-top: 8px;
}

.pa-carousel-nav:hover {
  background: #0b56b5;
  color: #fff;
  border-color: #0b56b5;
  box-shadow: 0 4px 12px rgba(11, 86, 181, 0.2);
}

.pa-3d-card {
  position: absolute;
  background: #fff;
  border: 1px solid #e8ebf1;
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  width: 380px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  user-select: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8) translateX(0);
}

.pa-3d-card.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1.1) translateX(0);
  z-index: 5;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}

.pa-3d-card.prev {
  opacity: 0.5;
  visibility: visible;
  transform: scale(0.85) translateX(65%);
  z-index: 3;
}

.pa-3d-card.next {
  opacity: 0.5;
  visibility: visible;
  transform: scale(0.85) translateX(-65%);
  z-index: 3;
}

.pa-3d-card.prev-hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7) translateX(100%);
}

.pa-3d-card.next-hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7) translateX(-100%);
}

.pa-3d-card .icon {
  padding: 30px 0;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pa-3d-card .icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.pa-3d-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0b56b5;
}

.pa-3d-card p {
  font-size: 16px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {

  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  span,
  div,
  li,
  input,
  button,
  select,
  textarea {
    font-family: 'Tajawal', sans-serif !important;
  }

  .pa-form-wrap {
    margin-top: 28px;
    padding: 34px 20px 36px !important;
    background: #eef6ff;
  }


  .pa-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .pa-3d-cards {
    height: 420px;
  }

  .pa-3d-card {
    width: 300px;
    padding: 20px;
  }

  .pa-3d-card.prev {
    transform: scale(0.85) translateX(70%);
  }

  .pa-3d-card.next {
    transform: scale(0.85) translateX(-70%);
  }
}

@media (max-width: 767px) {
  .pa-cards {
    grid-template-columns: 1fr;
  }

  .pa-carousel-nav {
    display: none;
  }

  .pa-3d-card.prev,
  .pa-3d-card.next {
    opacity: 0.2;
    transform: scale(0.7) translateX(85%);
  }

  .pa-3d-card.next {
    transform: scale(0.7) translateX(-85%);
  }
}

/* ===== New Features Carousel Section ===== */
.nd-feat-section {
  background-color: #11357A !important;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1.2px, transparent 1.2px);
  background-size: 32px 32px;
  padding: 80px 0;
  overflow: hidden;
  text-align: center;
}

.nd-feat-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #ff8522;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.nd-feat-title {
  color: #fff !important;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 800;
  margin: 28px;
}

.nd-feat-subtitle {
  color: #aebce0;
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 400;
  margin-bottom: 50px;
}

.nd-feat-3d-cards {
  position: relative;
  height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.nd-feat-carousel-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  direction: ltr;
  /* Keeping LTR for symmetric sliding animation logic */
}

.nd-feat-carousel-nav {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.nd-feat-carousel-nav:hover {
  background: #ff8522;
  border-color: #ff8522;
  color: #fff;
}

.nd-feat-3d-card {
  position: absolute;
  background: #19387a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: right;
  width: 380px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  user-select: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8) translateX(0);
  direction: rtl;
}

.nd-feat-3d-card.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1.1) translateX(0);
  z-index: 5;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
  background: #0a1e4b;
  border-color: rgba(255, 255, 255, 0.6);
}

.nd-feat-3d-card.prev {
  opacity: 0.6;
  visibility: visible;
  transform: scale(0.85) translateX(-65%);
  z-index: 3;
}

.nd-feat-3d-card.next {
  opacity: 0.6;
  visibility: visible;
  transform: scale(0.85) translateX(65%);
  z-index: 3;
}

.nd-feat-3d-card.prev-hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7) translateX(-100%);
}

.nd-feat-3d-card.next-hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7) translateX(100%);
}

.nd-feat-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 24px;
  color: #fff;
}

.nd-feat-3d-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #fff;
  line-height: 1.4;
}

.nd-feat-3d-card p {
  font-size: 17px;
  color: #b0c0e0;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 991px) {
  .nd-feat-3d-cards {
    height: 420px;
  }

  .nd-feat-3d-card {
    width: 300px;
    padding: 24px 20px;
  }

  .nd-feat-3d-card.prev {
    transform: scale(0.85) translateX(-70%);
  }

  .nd-feat-3d-card.next {
    transform: scale(0.85) translateX(70%);
  }
}

@media (max-width: 767px) {
  .nd-feat-carousel-nav {
    display: none;
  }

  .nd-feat-3d-card.prev,
  .nd-feat-3d-card.next {
    opacity: 0.2;
    transform: scale(0.7) translateX(85%);
  }

  .nd-feat-3d-card.prev {
    transform: scale(0.7) translateX(-85%);
  }
}

/* Stats / testimonial band */
.pa-band {
  background: var(--pa-blue);
  color: #fff;
  padding: 54px 0 46px;
}

.pa-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  text-align: center;
  margin-bottom: 26px;
}

.pa-metrics strong {
  display: block;
  color: #19f39d;
  font-size: 43px;
  font-weight: 800;
}

.pa-band-hr {
  border: none;
  height: 1px;
  background: rgba(25, 243, 157, 0.3);
  margin: 30px 0;
  width: 100%;
}

.pa-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pa-testimonial {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pa-stars {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.pa-testimonial-body {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  font-style: italic;
  flex-grow: 1;
}

.pa-testimonial-user {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
}

.pa-testimonial-user strong {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 2px;
}

.pa-testimonial-user span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
  .pa-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .pa-testimonials {
    grid-template-columns: 1fr;
  }
}

/* FAQ (cloned required styles) */
.faq-section {
  background: #f3f4f6;
  padding: 60px 0;
}

.faq-section h2 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 30px;
}

.faq-title {
  color: #000;
}

.faq-title span {
  color: var(--pa-orange);
}

.faq-item {
  border-radius: 8px;
  overflow: hidden;
}

.faq-item .accordion-button {
  font-size: 18px;
}

.accordion-body {
  font-weight: 300 !important;
  font-size: 18px !important;
}

.accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {

  h2,
  .h2 {
    font-weight: 700 !important;
    line-height: 1.3;
  }
}

/* Responsive */
@media (max-width: 991px) {

  .pa-form-grid,
  .pa-cards,
  .pa-metrics,
  .pa-quotes {
    grid-template-columns: 1fr 1fr;
  }

  .logo-track img {
    height: 60px;
    margin-right: 28px;
  }
}

@media (max-width: 768px) {
  .pa-hero {
    padding-top: 42px;
  }

  .pa-section-title {
    font-size: 30px;
  }

  .pa-form-grid,
  .pa-cards,
  .pa-metrics,
  .pa-quotes {
    grid-template-columns: 1fr;
  }

  .logo-track img {
    height: 54px;
    margin-right: 20px;
  }
}

/* --- NEW HERO REDESIGN START --- */
:root {
  --nd-hero-primary-blue: #0e3d93;
  --nd-hero-accent-orange: #ff8522;
  --nd-hero-dot-color: rgba(255, 255, 255, 0.12);
}

.nd-hero-rev-section {
  background: linear-gradient(135deg, var(--nd-hero-primary-blue) 0%, #082d73 100%) !important;
  position: relative;
  padding: 70px 0 50px !important;
  overflow: hidden;
}

.nd-hero-rev-section .pa-container {
  max-width: 1440px;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

@media (min-width: 992px) {
  .nd-hero-rev-content {
    transform: translateY(-20%);
  }
}

/* Kicker Badge */
.nd-hero-rev-kicker {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 6px 14px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  gap: 8px;
}

.nd-hero-rev-kicker::before {
  content: "✦";
  /* Representing the icon on the right (left in RTL) */
  color: var(--nd-hero-accent-orange);
  font-size: 14px;
}

/* Main Title */
.nd-hero-rev-section .nd-hero-rev-title {
  color: #fff !important;
  font-size: 44px !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  margin-bottom: 14px !important;
  letter-spacing: 0;
}

.nd-hero-rev-highlight {
  color: var(--nd-hero-accent-orange) !important;
}

/* Description Text */
.nd-hero-rev-section .nd-hero-rev-desc {
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 21px !important;
  line-height: normal !important;
  max-width: 680px !important;
  margin-bottom: 24px !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  padding-left: 40px;
}

/* CTA Wrapper & Button */
.nd-hero-rev-cta-wrap {
  margin-bottom: 28px;
}

.nd-hero-rev-btn {
  background: var(--nd-hero-accent-orange) !important;
  color: #fff !important;
  padding: 18px 45px !important;
  font-size: 20px !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: none !important;
  box-shadow: 0 12px 28px rgba(255, 133, 34, 0.35);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nd-hero-rev-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(255, 133, 34, 0.45);
  background: #f07b1d !important;
}

/* Note below CTA */
.nd-hero-rev-note {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 24px;
  border-radius: 999px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  gap: 8px;
}

.nd-hero-rev-note b {
  color: var(--nd-hero-accent-orange);
}

/* Info Cards for Visual Column */
.nd-hero-rev-info-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.nd-hero-rev-info-card .icon-box {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.nd-hero-rev-info-card .content {
  display: flex;
  flex-direction: column;
}

.nd-hero-rev-info-card .title {
  font-weight: 800;
  font-size: 20px;
}

.nd-hero-rev-info-card .subtitle {
  font-size: 14px;
  opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .nd-hero-rev-section {
    padding: 60px 0 80px !important;
  }
}

/* --- NEW HERO REDESIGN END --- */