@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  min-height: 100%;
  color: #0F1724;
  background-color: #ffffff;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.njca-btn {
  background-color: #D4AF37;
  display: inline-block;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #1B2A4E;
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease-in;
  border: 1.6px solid #D4AF37;
}
.njca-btn svg {
  width: 16px;
  height: 16px;
}
.njca-btn:hover {
  background-color: #1B2A4E;
  color: #ffffff;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
}

@media (max-width: 767px) {
  .njca-btn.font14 {
    font-size: 14px;
  }
}
.njca-btn-t {
  background-color: transparent;
  display: inline-block;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #ffffff;
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease-in;
  border: 1.6px solid rgba(255, 255, 255, 0.4);
}
.njca-btn-t svg {
  width: 16px;
  height: 16px;
}
.njca-btn-t:hover {
  background-color: #ffffff;
  color: #1B2A4E;
}

.njca-btn-b {
  background-color: #0B2D5A;
  display: inline-block;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #ffffff;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  line-height: 18px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease-in;
  border: 1.6px solid #ffffff;
}
.njca-btn-b svg {
  width: 16px;
  height: 16px;
}
.njca-btn-b:hover {
  background-color: #ffffff;
  color: #1B2A4E;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
  border: 1.6px solid #1B2A4E;
}

.njca-heading h2 {
  color: #154888;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .njca-heading h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.njca-aboutCard {
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  border-left: 4px solid #d4af37;
  padding: 24px 28px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.njca-aboutCard .icon {
  width: 56px;
  height: 56px;
}
.njca-aboutCard .icon img {
  width: 100%;
  height: 100%;
}
.njca-aboutCard__cnt {
  width: calc(100% - 56px);
}
.njca-aboutCard__cnt h3 {
  color: #1b2a4e;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.njca-aboutCard__cnt p {
  color: #4A5565;
  font-size: 16px;
  line-height: 24px;
}

.njca-topicCard {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background-color: rgba(255, 255, 255, 0.0509803922);
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease-in;
  display: inline-block;
}
.njca-topicCard__logo {
  width: 56px;
  height: 56px;
}
.njca-topicCard__logo img {
  width: 100%;
  height: 100%;
}
.njca-topicCard__title {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  padding: 16px 0 0;
}
.njca-topicCard p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 24px;
}
.njca-topicCard:hover {
  background-color: rgba(255, 255, 255, 0.1411764706);
}

.njca-layoutCard1 {
  box-shadow: 0px 4px 12px 0px rgba(11, 45, 90, 0.0588235294);
  border: 1px solid #e6e9ee;
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 12px;
  transition: all 0.3s ease-in;
}
.njca-layoutCard1 h3 {
  color: #1B2A4E;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
.njca-layoutCard1 p.cnt {
  color: #1B2A4E;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
}
.njca-layoutCard1__inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.njca-layoutCard1__inner a {
  color: #0b2d5a;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline;
}
.njca-layoutCard1:hover {
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
}

.njca-layoutCard2 {
  box-shadow: 0px 4px 12px 0px rgba(11, 45, 90, 0.0588235294);
  border: 1px solid #e6e9ee;
  background-color: #ffffff;
  margin-bottom: 24px;
  border-radius: 12px;
  transition: all 0.3s ease-in;
  position: relative;
  width: 100%;
}
.njca-layoutCard2__map {
  width: 100%;
  height: 247px;
}
.njca-layoutCard2__map iframe {
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.njca-layoutCard2__cnt {
  padding: 24px;
}
.njca-layoutCard2__cnt p {
  color: #0F1724;
  padding-bottom: 10px;
}
.njca-layoutCard2__cnt a {
  color: #0b2d5a;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.njca-layoutCard2:hover {
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
}

.njca-layoutCard3 {
  box-shadow: 0px 4px 12px 0px rgba(11, 45, 90, 0.0588235294);
  border: 1px solid #e6e9ee;
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 12px;
  transition: all 0.3s ease-in;
}
.njca-layoutCard3 h3 {
  color: #1B2A4E;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
.njca-layoutCard3 p.loc {
  color: #6b7280;
  font-size: 16px;
  line-height: 18px;
}
.njca-layoutCard3 p.loc span {
  color: #1B2A4E;
  font-size: 16px;
  line-height: 20px;
}
.njca-layoutCard3list-outer {
  padding-top: 30px;
}
.njca-layoutCard3list-outer .list-b {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 18px;
}
.njca-layoutCard3list-outer .list-b span {
  font-weight: 700;
}
.njca-layoutCard3list-outer .list-b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #1B2A4E;
}
.njca-layoutCard3__inner {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  border: 1.33px solid #92400e;
  background-color: #fef3c7;
  gap: 10px;
  border-radius: 8px;
  margin-top: 10px;
}
.njca-layoutCard3__inner h4 {
  color: #6b7280;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 8px;
}
.njca-layoutCard3__inner p {
  color: #6b7280;
  font-size: 15px;
  line-height: 22px;
}
.njca-layoutCard3__inner svg {
  width: 16px;
  height: 16px;
}
.njca-layoutCard3:hover {
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
}

.njca-layoutCard4 {
  box-shadow: 0px 4px 12px 0px rgba(11, 45, 90, 0.0588235294);
  border: 1px solid #e6e9ee;
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 12px;
  transition: all 0.3s ease-in;
}
.njca-layoutCard4 h3 {
  color: #1B2A4E;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
.njca-layoutCard4 p.cnt {
  color: #1B2A4E;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
}
.njca-layoutCard4__inner {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f8f7f5;
}
.njca-layoutCard4__inner p {
  color: #253559;
  font-size: 15px;
  line-height: 22px;
}
.njca-layoutCard4__inner h4 {
  color: #0F1724;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 8px;
}
.njca-layoutCard4__yellowcard {
    padding: 16px;
    border: 1.33px solid rgb(220, 38, 38);
    background-color: #ffffff;
    gap: 10px;
    border-radius: 8px;
    margin-top: 16px;
}



.njca-layoutCard4__yellowcard h4 {
    color: rgb(220, 38, 38);
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}


.njca-layoutCard4__yellowcard p {
    color: rgb(220, 38, 38);
    font-size: 15px;
    line-height: 22px;
}


replace these styles
.njca-layoutCard3__inner h4 {
    color: rgb(220, 38, 38);
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 8px;
}

.njca-layoutCard3__inner {
    display: flex;
    align-items: flex-start;
    padding: 16px;
    border: 1.33px solid rgb(220, 38, 38);
    background-color: #ffffff;
    gap: 10px;
    border-radius: 8px;
    margin-top: 10px;
}

.njca-layoutCard3__inner p {
    color: rgb(220, 38, 38);
    font-size: 15px;
    line-height: 22px;
}

.njca-layoutCard4__yellowcard svg {
  width: 16px;
  height: 16px;
}
.njca-layoutCard4:hover {
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
}

.njca-layoutCard5 {
  box-shadow: 0px 4px 12px 0px rgba(11, 45, 90, 0.0588235294);
  border: 1px solid #e6e9ee;
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 12px;
  transition: all 0.3s ease-in;
}
.njca-layoutCard5 h3 {
  color: #1B2A4E;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
.njca-layoutCard5 p.cnt {
  color: #1B2A4E;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
}
.njca-layoutCard5__inner {
  display: flex;
  align-items: flex-start;
  border: 1px solid #fca5a5;
  padding: 13px;
  gap: 10px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.njca-layoutCard5__inner .red-text {
  color: #dc2626;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.njca-layoutCard5__inner svg {
  width: 16px;
  height: 16px;
}
.njca-layoutCard5__inner .list-bull li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 22px;
  position: relative;
  margin-bottom: 10px;
}
.njca-layoutCard5__inner .list-bull li:last-child {
  margin-bottom: 0px;
}
.njca-layoutCard5__inner .list-bull li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #dc2626;
  border-radius: 50%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.njca-layoutCard5__inner__yellowcard {
  padding: 16px;
  border: 1.33px solid #92400e;
  background-color: #fef3c7;
  gap: 10px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.njca-layoutCard5__inner__yellowcard h4 {
  color: #92400e;
  font-size: 15px;
  line-height: 22px;
}
.njca-layoutCard5__inner__yellowcard h4 span {
  font-weight: 700;
}
.njca-layoutCard5__inner__yellowcard p {
  color: #92400e;
  font-size: 15px;
  line-height: 22px;
}
.njca-layoutCard5__inner__yellowcard svg {
  width: 16px;
  height: 16px;
}
.njca-layoutCard5:hover {
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
}

.njca-faq {
  box-shadow: 0px 2px 8px 0px rgba(11, 45, 90, 0.04);
  padding: 0 25px;
  background: white;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border-top: 1px solid #e6e9ee;
}

.njca-faq__inner {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: padding 0.3s ease;
}

.njca-faq__inner:hover h3 {
  color: #0b2d5a;
}

.njca-faq__inner h3 {
  color: #333;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  transition: color 0.3s ease;
}

.njca-faq__logo {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.njca-faq__logo {
  width: 16px;
  height: 16px;
}
.njca-faq__logo img {
  width: 100%;
  height: 100%;
}

.njca-faq.active .njca-faq__logo {
  transform: rotate(180deg);
}

.njca-faq__cnt {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 5px;
}
.njca-faq__cnt p.sml {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 20px;
}
.njca-faq__cnt p.sml span {
  font-weight: 700;
}
.njca-faq__cnt ul {
  list-style: disc;
  padding-bottom: 30px;
  padding-left: 20px;
}
.njca-faq__cnt ul li {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
  color: #0F1724;
}
.njca-faq__cnt .pb-30 {
  padding-bottom: 30px !important;
}

.njca-faq.active .njca-faq__cnt {
  max-height: 500px;
  padding: 5px 5px 20px 5px;
}
.njca-faq.active .njca-faq__cnt h4 {
  color: #0F1724;
  font-size: 22px;
  line-height: 28px;
  transition: color 0.3s ease;
  padding-bottom: 10px;
}
.njca-faq.active .njca-faq__cnt h4 span {
  font-weight: 700;
}

.njca-faq__cnt p.box {
  background-color: #D4AF37;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  color: #0F1724;
}
.njca-layoutCard3__inner h4 {
    color: rgb(220, 38, 38);
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 8px;
}
.njca-header {
  background-color: #0f1724;
  padding: 20px 0;
}
.njca-header .nav-logo {
  width: 230px;
  height: auto;
}
.njca-header .nav-logo img {
  width: 100%;
  height: 100%;
}
.njca-header__btn-outer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.njca-header .nav-link {
  color: #ffffff;
  padding: 10px 20px;
}
.njca-header .navbar-nav .nav-link.active, .njca-header .navbar-nav .nav-link.show {
  color: #ffffff;
}
.njca-header .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 20px;
  padding-right: 20px;
}
.njca-header .container-fluid {
  padding: 0;
}
.njca-header .navbar-toggler {
  filter: invert(1);
}

@media (max-width: 767px) {
  .njca-header .nav-logo {
    width: 180px;
  }
}
.njca-hero-hme {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 720px;
}
.njca-hero-hme__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 720px;
}
.njca-hero-hme__outer h1 {
  font-size: 64px;
  line-height: 74px;
  padding: 40px 0;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
}
.njca-hero-hme__ylw-text {
  color: #D4AF37;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}
.njca-hero-hme__cnt {
  color: #ffffff;
  text-align: center;
  width: 50%;
  margin: 10px auto 0;
}
.njca-hero-hme__btn-outer {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .njca-hero-hme__cnt {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .njca-hero-hme {
    height: 100%;
    padding: 40px 0;
  }
  .njca-hero-hme__outer h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .njca-hero-hme__outer {
    height: 100%;
  }
  .njca-hero-hme__cnt {
    width: 90%;
  }
}
.njca-about-hme {
  padding: 80px 0;
}
.njca-about-hme__outer {
  width: 80%;
  margin: 0 auto 30px;
}
.njca-about-hme__tag-1 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  padding-bottom: 24px;
  color: #0F1724;
}
.njca-about-hme__tag-2 {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding-bottom: 24px;
  color: #0F1724;
}
.njca-about-hme__tag-2 span {
  font-weight: 700;
}
.njca-about-hme__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding: 20px 0;
}
.njca-about-hme__inner .sec2 {
  width: 50%;
}
.njca-about-hme__blu-card {
  background-color: #0b2d5a;
  padding: 40px 32px;
  border-radius: 16px;
  width: 50%;
}
.njca-about-hme__blu-card h3 {
  color: #D4AF37;
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  padding-bottom: 20px;
}
.njca-about-hme__blu-card p {
  color: #ffffff;
  padding-bottom: 15px;
}
.njca-about-hme__blu-card .njca-btn {
  margin-top: 10px;
}
.njca-about-hme .njca-aboutCard {
  margin-bottom: 24px;
  width:100%;
}
.njca-about-hme .njca-aboutCard:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .njca-about-hme__inner {
    flex-direction: column;
  }
  .njca-about-hme__blu-card, .njca-about-hme__inner .sec2 {
    width: 100%;
  }
}
.ncja-topicsHome {
  background-color: #0b2d5a;
  padding: 80px 0;
}
.ncja-topicsHome .njca-heading h2 {
  color: #ffffff;
  padding-top: 0;
}
.ncja-topicsHome p.sub {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.ncja-topicsHome__outer {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
  margin: 0 -12px;
}
.ncja-topicsHome .njca-topicCard {
  width: calc(25% - 24px);
  margin: 0 12px 24px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ncja-topicsHome .njca-topicCard {
    width: calc(50% - 24px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ncja-topicsHome .njca-topicCard {
    width: calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .ncja-topicsHome .njca-topicCard {
    width: calc(100% - 24px);
  }
}
.ncja-programHome {
  padding: 80px 0;
}
.ncja-programHome .njca-heading h2 {
  padding-top: 0;
  padding-bottom: 10px;
}
.ncja-programHome p.sub {
  color: #6b7280;
  text-align: center;
}
.ncja-programHome__tabs-outer {
  padding: 30px 0;
}
.ncja-programHome .nav-pills {
  justify-content: center;
  background-color: #ececf0;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-radius: 14px;
  padding: 3px 5px;
}
.ncja-programHome .nav-item .nav-link,
.ncja-programHome .nav-link.active {
  width: 220px;
}
.ncja-programHome .nav-link {
  margin: 3px 0;
  font-size: 14px;
  line-height: 18px;
  color: #0F1724;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.ncja-programHome .nav-link .date {
  font-size: 12px;
  line-height: 16px;
}
.ncja-programHome .nav-link.active {
  color: #ffffff;
  background-color: #1e3a5f;
  border-radius: 14px;
}
.ncja-programHome .tab-content {
  width: 75%;
  margin: 50px auto 0;
}
.ncja-programHome__img {
  width: 100%;
  height: auto;
}
.ncja-programHome__img img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ncja-programHome .tab-content {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .ncja-programHome .nav-item .nav-link,
  .ncja-programHome .nav-link.active {
    width: 100px;
  }
  .ncja-programHome .tab-content {
    width: 100%;
  }
}
.njca-pdfview {
  background-color: #0b2d5a;
  padding: 85px 0;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.njca-pdfview__viewer {
  width: 80%;
  max-width: 900px;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin: 0 auto;
}
.njca-pdfview__viewer iframe {
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  -o-object-fit: contain;
     object-fit: contain;
}
.njca-pdfview__btn-outer {
  display: flex;
  justify-content: center;
  margin: 50px 0 60px;
}
.njca-pdfview__share {
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
  background: linear-gradient(180deg, #1b2a4e 0%, #2a3f6e 100%);
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65%;
  margin: 0 auto;
  border-radius: 16px;
}
.njca-pdfview__share img {
  width: 100%;
  height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}
.njca-pdfview__share h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  padding: 12px 0;
}
.njca-pdfview__share p {
  color: #ffffff;
}
.njca-pdfview__ylw-text {
  color: #D4AF37;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
  position: relative;
  padding-left: 55px;
}
.njca-pdfview__ylw-text::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #D4AF37;
  top: 42%;
  left: 0px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .njca-pdfview__viewer {
    width: 95%;
    height: 100%;
  }
  .njca-pdfview__share {
    width: 100%;
  }
  .njca-pdfview__viewer {
    transform: scale(0.8);
    transform-origin: top center;
    height: auto;
  }
  .njca-pdfview__btn-outer {
    margin-top: 0;
  }
  .njca-pdfview__share {
    padding: 25px;
    flex-direction: column;
    gap: 40px;
  }
  .njca-pdfview__share img {
    height: 280px;
  }
}
.ncja-venueHome {
  background-color: #f8f7f5;
  padding: 60px 0;
}
.ncja-venueHome .njca-heading {
  text-align: center;
}
.ncja-venueHome p.sub {
  color: #0F1724;
  text-align: center;
  padding-bottom: 30px;
}
.ncja-venueHome__outer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  padding-top: 10px;
}
.ncja-venueHome__outer .njca-layoutCard3,
.ncja-venueHome__outer .njca-layoutCard2,
.ncja-venueHome__outer .njca-layoutCard1,
.ncja-venueHome__outer .njca-layoutCard4,
.ncja-venueHome__outer .njca-layoutCard5 {
  width: 50%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ncja-venueHome__outer .njca-layoutCard3,
  .ncja-venueHome__outer .njca-layoutCard2,
  .ncja-venueHome__outer .njca-layoutCard1,
  .ncja-venueHome__outer .njca-layoutCard4,
  .ncja-venueHome__outer .njca-layoutCard5 {
    width: 100%;
  }
  .ncja-venueHome__outer {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .ncja-venueHome__outer .njca-layoutCard3,
  .ncja-venueHome__outer .njca-layoutCard2,
  .ncja-venueHome__outer .njca-layoutCard1,
  .ncja-venueHome__outer .njca-layoutCard4,
  .ncja-venueHome__outer .njca-layoutCard5 {
    width: 100%;
  }
  .ncja-venueHome__outer {
    flex-direction: column;
  }
}
.njca-faqSec {
  padding: 80px 0;
}
.njca-faqSec p.sub {
  color: #0F1724;
  text-align: center;
  padding-bottom: 45px;
}
.njca-faqSec__outer {
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e9ee;
  width: 60%;
  margin: 0 auto 20px;
  padding-bottom: 50px;
}
.njca-faqSec p.qust {
  color: #0F1724;
  text-align: center;
}
.njca-faqSec__btn-outer {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .njca-faqSec__outer {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .njca-faqSec__outer {
    width: 100%;
    padding: 0 10px;
	 font-size:14px;
  }
	.njca-faq.active .njca-faq__cnt h4 {
    color: #0F1724;
    font-size: 13px;
    line-height: 28px;
    transition: color 0.3s 
ease;
    padding-bottom: 10px;
}
	.njca-faq.active .njca-faq__cnt h4 span
	{
		    font-size: 14px;
}
	.njca-faq__inner h3 {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    transition: color 0.3s 
ease;
}
}
.njca-ftr-card {
  background: linear-gradient(180deg, #1B2A4E 0%, #2A3F6E 100%);
  padding: 40px 0 0;
}
.njca-ftr-card__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.njca-ftr-card__outer h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
  line-height: 72px;
  text-align: center;
}
.njca-ftr-card__outer p {
  text-align: center;
  color: rgba(255, 255, 255, 0.8980392157);
  padding-bottom: 40px;
}
.njca-ftr-card__btn-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 120px;
}

.full-img {
  width: 100%;
  height: auto;
  margin-top: -4%;
}
.full-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .njca-ftr-card__outer h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.ncja-footer {
  background-color: #1B2A4E;
  padding: 60px 0 0;
  margin-top: -2%;
}
.ncja-footer__outer {
  display: flex;
  align-items: flex-start;
  padding: 0 0 100px;
  justify-content: space-between;
}
.ncja-footer__outer .sec1 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ncja-footer__outer .sec2 {
  width: 40%;
}
.ncja-footer__outer .sec2 p {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 16px;
  line-height: 24px;
}
.ncja-footer__logo {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 32px;
  height: 40px;
  width: auto;
}
.ncja-footer__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ncja-footer__head {
  color: #D4AF37;
  font-weight: 600;
  padding: 0;
  font-size: 20px;
  line-height: 27px;
  display: inline-block;
  margin-bottom: 16px;
}
.ncja-footer__inner {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.ncja-footer__inner a {
  color: rgba(255, 255, 255, 0.6980392157);
}
.ncja-footer .links {
  color: rgba(255, 255, 255, 0.6980392157);
  display: inline-block;
  padding-bottom: 10px;
}
.ncja-footer__base {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
  gap: 10px;
}
.ncja-footer__base p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
  padding-bottom: 0;
  text-align: center;
}
.ncja-footer__base .logo {
  width: auto;
  height: 20px;
}
.ncja-footer__base .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ncja-footer__outer {
    flex-direction: column;
    gap: 40px;
  }
  .ncja-footer__outer .sec1 {
    width: 100%;
  }
  .ncja-footer__outer .sec2 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ncja-footer__outer {
    flex-direction: column;
    gap: 40px;
  }
  .ncja-footer__outer .sec1 {
    width: 100%;
  }
  .ncja-footer__outer .sec2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ncja-footer__outer {
    flex-direction: column;
    gap: 40px;
  }
  .ncja-footer__outer .sec1 {
    width: 100%;
    flex-wrap: wrap;
  }
  .ncja-footer__outer .sec2 {
    width: 100%;
  }
  .ncja-footer .logo-mob {
    width: 100%;
  }
}
.njca-key-times {
  text-align: center;
  margin-bottom: 80px;
}
.njca-key-times__outer {
  padding: 40px;
  background-color: #E6E9EE;
  border-radius: 8px;
}
.njca-key-times__outer > p {
  margin-bottom: 40px;
}

.njca-key_cards-wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.njca-key_cards {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #D7D7D7;
  width: calc(33.33% - 16px);
  min-width: 260px;
  box-sizing: border-box;
}
.njca-key_cards__icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.njca-key_cards__content {
  text-align: left;
}
.njca-key_cards__content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #0F1724;
}
.njca-key_cards__content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #253559;
}

.njca_bottom_paragraphs {
  margin-top: 32px;
}
.njca_bottom_paragraphs p {
    margin: 0;
    color: #0F1724;
    font-size: 20px;
    padding: 20px 0;
    line-height: 30px;
    font-weight: 700;
}

/* MOBILE */
@media (max-width: 768px) {
  .njca-key_cards {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .njca-key_cards {
    flex-direction: column;
    text-align: center;
  }
  .njca-key_cards__content {
    text-align: inherit;
  }
  .njca-key_cards__content h3,
  .njca-key_cards__content p {
    text-align: left;
  }
}
.njca-faq__cnt1 p.sml {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
  .njca-faq__cnt1 h4 span {
        font-size: 14px;
    }
	 .njca-faq__cnt1 h4 {
        color: #0F1724;
        font-size: 13px;
        line-height: 28px;
        transition: color 0.3s 
ease;
        padding-bottom: 10px;
    }
	.njca-faq__cnt1 li
{
 font-size:12px;
}
}
.njca-faq__cnt1 h4  {
margin-top:10px;
}
.njca-faq__cnt1 h4 span {
font-weight:700;
}
.njca-faq__cnt1 ul li
{
    margin-top: 10px;
    list-style: disc;
    margin-left: 42px; 
}
.njca-faq__cnt1 p.sml {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
    margin-top: 14px;
}
.aboutcon
{
margin-top:12px;
margin-bottom:12px;	
}
.livestream-section {
    background-color: #081a3e;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    font-family: "Segoe UI", Arial, sans-serif;
  }

  .livestream-banner {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 50px 50px;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }

  .livestream-banner h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .livestream-banner p {
    margin: 5px 0;
    color: #dbe2ef;
  }

  .livestream-banner .countdown span {
    color: #f5d76e;
    font-weight: 600;
  }

  .courts-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .court-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 30px 20px;
    width: 260px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .court-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  }

  .court-icon {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .court-card h4 {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
  }

  .court-card p {
    color: #cfd9f1;
    margin-top: 8px;
  }

  .badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #d4af37;
    color: #000;
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
  }