@import url("https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* circle css title starts */

.msjk-enrollment-title {
  position: relative;
}

.msjk-enrollment-title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../image/svg/blue-circle.svg") no-repeat center;
  background-size: contain;
  top: -8px;
  left: -12px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .msjk-enrollment-title::before {
    width: 28px;
    height: 28px;
  }
}

/* circle css title starts */
/* Button css starts */
/* .msjk-link-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 56px 10px 20px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  background: linear-gradient(270deg, #C4571A 0%, #E87A2F 100%);
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
}

.msjk-link-button::after {
  content: "";
  position: absolute;
  right: 4px;
  width: 34px;
  height: 34px;
  background: #f3f4f6;
  border-radius: 6px;
  background-image: url("../image/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .msjk-link-button {
    font-size: 14px;
  }
} */

/* Button css ends */

/* Enrollment Form CSS Starts  */
.msjk-form-p {
  margin-bottom: 12px;
  font-weight: 500;
}

.msjk-enrollment-input {
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 1px 2px 0px #00000026;
  border-radius: 6px;
  font-size: 16px;
  padding: 12px 24px;
  width: 100%;
}

.msjk-form-button {
  width: fit-content;
  position: relative;
}

.msjk-form-button .wpcf7-spinner {
  display: none !important;
}

.msjk-submit-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 56px 10px 20px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  background: linear-gradient(270deg, #C4571A 0%, #E87A2F 100%);
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
}

.msjk-form-button::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 5px;
  width: 34px;
  height: 34px;
  background: #f3f4f6;
  border-radius: 6px;
  background-image: url("../image/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* .msjk-submit-button {
  display: inline-block;
  padding: 10px 60px 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;

  background:
    url('../image/svg/arrow.svg') no-repeat right 20px center,
    linear-gradient(#F3F4F6, #F3F4F6) no-repeat right 6px center,
    linear-gradient(270deg, #C4571A 0%, #E87A2F 100%);

  background-size:
    16px,
    36px 36px,
    cover;
} */

.msjk-radio-custom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}

.msjk-radio-custom .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
}

.msjk-radio-custom .wpcf7-list-item-label {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1f2937;
}

.msjk-radio-custom .wpcf7-list-item input[type="radio"] {
  border: 1px solid #67676780;
  border-radius: 100%;
  height: 20px;
  width: 20px;
}

.msjk-checkbox-custom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}

.msjk-checkbox-custom .wpcf7-list-item {
  display: flex;
  gap: 12px;
  margin: 0 !important;
}

.msjk-checkbox-custom .wpcf7-list-item-label {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1f2937;
}

.msjk-checkbox-custom .wpcf7-list-item input[type="checkbox"] {
  border: 1px solid #67676780;
  border-radius: 4px;
  height: 20px;
  width: 20px;
}

.msjk-checkbox-custom-two .wpcf7-list-item-label {
  font-size: 16px;
}

@media (min-width: 1024px) {
  .msjk-radio-custom {
    gap: 40px;
  }

  .msjk-checkbox-custom {
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .msjk-radio-custom .wpcf7-list-item input[type="radio"] {
    height: 24px;
    width: 24px;
  }

  .msjk-radio-custom {
    gap: 32px;
  }

  .msjk-checkbox-custom .wpcf7-list-item input[type="checkbox"] {
    height: 24px;
    width: 24px;
  }

  .msjk-checkbox-custom {
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .msjk-enrollment-input {
    font-size: 14px;
    padding: 12px 16px;
  }

  .msjk-submit-button {
    font-size: 14px;
  }

  .msjk-checkbox-custom-two .wpcf7-list-item-label {
    font-size: 14px;
  }
}

/* Enrollment Form Ends Starts */

/* Our Agent Page CSS Starts */
/* Agent Body Section Starts */

/* Agent Body Section Ends */
/* Our Agent Page CSS Ends */

.nc-para ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.nc-para ul li {
  margin-bottom: 16px;
}

/* Home page form css */
/* Tabs Wrapper */
.ncs-tabs {
  display: inline-flex;
  background: #1f2937;
  padding: 8px;
  border-radius: 12px;
  gap: 8px;
  border: none;
  overflow: hidden;
}

/* Tab Buttons */
.ncs-tab {
  padding: 12px 32px;
  border-radius: 6px;
  background: white;
  color: #6a707b;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
}

.ncs-tab.active {
  background: #ffffff;
  color: #E87A2F;
  font-weight: 700;
  box-shadow:
    0px 0px 17.82px 0px #E87A2F,
    0px 0px 25px 0px #E87A2F;
}

/* Form */
.ncs-label {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  color: #374151;
}

.ncs-input,
.ncs-select {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  transition: 0.3s;
}

.ncs-input:focus,
.ncs-select:focus {
  outline: none;
  border-color: #E87A2F;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(232, 122, 47, 0.15);
}

.ncs-ch-boxx .wpcf7-list-item {
  display: flex;
  /* align-items: flex-start; */
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
  margin: unset !important;
  margin-top: 8px !important;
}

/* Buttons */
.msjk-button-div p {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}

.ncs-btn-primary {
  padding: 10px 24px;
  background: #ffffff;
  color: #6a707b;
  border-radius: 6px;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  border: 1px solid #6a707b;
  backdrop-filter: blur(7px);
}

.ncs-btn-primary:hover {
  /* background: #2563eb; */
}

.ncs-btn-secondary {
  padding: 10px 24px;
  background: white;
  color: #6a707b;
  border-radius: 6px;
  transition: 0.3s;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  border: 1px solid #6a707b;
  backdrop-filter: blur(7px);
  cursor: pointer;
}

.ncs-btn-secondary:hover:not(:disabled) {
  /* background: #6a707b; */
}

.ncs-btn-secondary:disabled {
  cursor: not-allowed;
  background: #edf0f2;
  color: #6a707b;
  border: 1px solid #6a707b;
  backdrop-filter: blur(7px);
}

/* Radio Buttons */
.ncs-radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
}

.ncs-radio {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #E87A2F;
}

/* Checkbox */
.ncs-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
  margin-top: 8px;
}

.ncs-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #E87A2F;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Hide Content */
.ncs-tab-content {
  display: none;
}

.ncs-tab-content.active {
  display: block;
}

/* Hide Steps */
.ncs-step {
  display: none;
}

.ncs-step.active {
  display: block;
}

/* hero video css */
.v-hero {
  background: linear-gradient(
    180deg,
    rgba(31, 41, 55, 0.2368) 0%,
    rgba(255, 255, 255, 0.32) 66.83%
  );
}

.vh-hero {
  position: relative;
  border-radius: 12px;
  background: transparent;
  box-shadow: 0px 3px 20px 0px #0000001c;
}

.vh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  /* border thickness */
  border-radius: 12px;

  background: linear-gradient(
    141.87deg,
    rgba(237, 240, 242, 0.1) 25.11%,
    rgba(232, 122, 47, 0.75) 37.13%,
    rgba(239, 244, 248, 0.75) 64.98%,
    rgba(239, 244, 248, 0.1) 78.27%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* About css */
.abimg {
  background: linear-gradient(
    269.36deg,
    rgba(232, 122, 47, 0.128) 19.82%,
    rgba(255, 255, 255, 0.32) 65.63%
  );
  border: 1px solid;
  border-image-source: linear-gradient(
    189.25deg,
    rgba(239, 244, 248, 0.1) -17.87%,
    #ffffff 13.09%,
    rgba(220, 160, 100, 0.5) 76.19%,
    #eff4f8 105.94%
  );
  backdrop-filter: blur(20px);
  background: linear-gradient(
    180deg,
    rgba(31, 41, 55, 0.2368) 0%,
    rgba(255, 255, 255, 0.32) 66.83%
  );
  backdrop-filter: blur(20px);
}

/* about page */
.abt-overlay {
  background:
    linear-gradient(
      180deg,
      rgba(196, 87, 26, 0.3) 0%,
      rgba(100, 45, 10, 0.3) 100%
    ),
    linear-gradient(0deg, rgba(31, 41, 55, 0.2), rgba(31, 41, 55, 0.2));
}

.courses-slider .slick-slide {
  height: fit-content !important;
}

.pul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

/* for faq section */

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
}

.faq-content.open {
  max-height: 500px;
}

.faq-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-icon.open {
  transform: rotate(45deg);
}

/* Active nav item */
.nav-item {
  cursor: pointer;
  transition:
    color 0.2s ease,
    font-weight 0.2s ease;
}

.nav-item.active {
  color: #C4571A !important;
}

/* for second faq section */
/* Active nav item */
.nav-item.active {
  color: #C4571A;
}

/* Accordion icon rotation */
.accordion-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.accordion-icon.open {
  transform: rotate(45deg);
}

/* Smooth accordion open/close */
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

/* Open state — large enough max-height to reveal content */
.accordion-body.open {
  max-height: 500px;
}

/* Open accordion: thicker blue divider line */
.accordion-item.open .accordion-line {
  height: 1.5px;
  background-color: #C4571A;
}

/* ── Mobile vertical timeline ── */
.r-mobile-timeline {
  position: relative;
}

.r-mobile-timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #c1d1d9, #E87A2F, #D06825, #C4571A);
  border-radius: 2px;
}

.r-mobile-step {
  position: relative;
  padding-left: 52px;
}

.r-mobile-dot {
  position: absolute;
  left: 12px;
  top: 20px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid white;
  z-index: 1;
}

.r-timeline-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -40px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  pointer-events: none;
  gap: 18%;
}

.r-timeline-col {
  position: relative;
  border-left: 1px solid #e5e7eb;
}

.r-timeline-col-num {
  position: absolute;
  top: -18px;
  left: 0;
  transform: translateX(-50%);
  font-size: 11px;
  color: #9ca3af;
  font-family: "Lato", sans-serif;
  line-height: 1;
}

.r-desktop-cards {
  position: relative;
  padding-top: 48px;
}

.r-desktop-card-wrap {
  position: relative;
  margin-bottom: 40px;
}

/* Card hover lift */
.r-card-inner {
  transition:
    background-color 500ms ease-in-out,
    border-color 500ms ease-in-out,
    transform 0.2s ease,
    box-shadow 0.2s ease;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.r-card-inner h3,
.r-card-inner p {
  transition: color 500ms ease-in-out;
}

.r-card-inner:hover {
  background-color: #edf0f2 !important;
}

.r-card-inner:hover h3 {
  color: #E87A2F !important;
}

.r-card-inner:hover p {
  color: #1f2937 !important;
}

/* About Page Principal mesage read more less css starts */
.msjk-principal-text {
  transition: all 0.3s ease;
}

/* About Page Principal mesage read more less css ends */
.z-100 {
  z-index: 1000000;
}


.s-content ul {
  list-style-type: disc !important;
  margin-left: 20px;
}
.s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5{
	color: #0d2034;
	margin-bottom: 12px;
}
 
.s-content h5 {
  color: #0d2034;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
.s-content p {
  margin-bottom: 12px;
}

/* Light orange hover for nav dropdown cards */
.hover-light-orange:hover {
  background-color: #fde8d5 !important;
}
/* Hide top-bar social icons */
#mainNavbar .bg-nBlack nav > div:first-child {
    display: none;
}

/* Ember cursor trail */
.nc-ember {
    position: fixed;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E87A2F;
    pointer-events: none;
    z-index: 99999;
    opacity: 0.7;
    transition: none;
    animation: nc-ember-fade 0.8s ease-out forwards;
}
@keyframes nc-ember-fade {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(0); opacity: 0; }
}
@media (pointer: coarse) {
    .nc-ember { display: none; }
}

/* Scroll to top — elegant chevron */
.nc-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1.5px solid #EFE9E1;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    color: #C4571A;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.4s ease, transform 0.4s ease, border-color 0.3s ease, background 0.3s ease;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.nc-top:hover {
    border-color: #C4571A;
    background: #C4571A;
    color: #fff;
    box-shadow: 0 6px 24px rgba(196,87,26,0.2);
}
.nc-top--show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.nc-top--go {
    animation: nc-up 0.6s ease-out;
}
@keyframes nc-up {
    0%   { transform: translateY(0); }
    40%  { transform: translateY(4px); }
    100% { transform: translateY(-8px); opacity: 0.6; }
}