.topSections {
  background-repeat: no-repeat;
  background-size: cover;
}

.text-primary {
  color: var(--darkBlue) !important;
}

.headingText {
  font-size: 36px;
  font-family: 'Poppins-Bold';
}

.headingText span {
  color: var(--darkBlue);
  text-decoration: underline;
}

.smallHeading {
  color: #5E6282;
  font-size: 20px;
}

.textHelight {
  border: 1px solid #FFC601;
  border-radius: 35px;
  padding: 6px 15px;
  font-family: 'Poppins-Medium';
  display: inline-block;
}


.main-section h1 {
  font-family: 'Poppins-Bold';
  color: #181E4B;
  line-height: 70px;
  font-size: 64px;
}

.main-section h1 span {
  color: var(--darkBlue);
  text-decoration: underline;
}
.main-section .topLogo{
  height: 100px;
  margin-bottom: 10px;
}

.main-section .captcha {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.main-section .deadline {
  font-weight: 600;
  color: #111827;
}

.main-section .card {
  border: none;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.form-control,
.form-select {
  border-radius: 8px !important;
  padding: 10px !important;
}



.brandsLogo .swiper-slide img {
  max-height: 80px;
  object-fit: contain;
  width: auto;
}

.brandsLogo .swiper-slide {
  border-right: 1px solid #e5e7eb;
}

.brandsLogo .swiper-slide:last-child {
  border-right: none;
}


.brandsLogo .section-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #5E6282;
  font-family: 'Poppins-Medium';
}



/*  */
.eligibility-box {
  background-color: var(--darkBlue);
  color: #fff;
  border-radius: 15px;
  padding: 30px;
}

.eligibility-box h5 {
  font-size: 18px;
  font-family: 'Poppins-Medium';
  margin-bottom: 8px;
}

.eligibility-box p {
  font-size: 16px;
  font-family: 'Poppins-Regular';
  line-height: 1.6;
}

.eligibility-box hr {
  border-color: rgba(255, 255, 255, 0.3);
  margin: 20px 0;
}

.eligibility-box .exam-btn {
  background-color: #fff;
  color: var(--darkBlue);
  font-weight: 600;
  border: none;
  border-radius: 25px;
  padding: 8px 25px;
  transition: all 0.3s ease;
}

.eligibility-box .exam-btn:hover {
  background-color: #0d2fc2;
  color: #fff;
}

.eligibility-box .student-img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* new */

.keyFeatures .feature-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.keyFeatures .feature_icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: var(--darkBlue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}

.keyFeatures .feature_icon i {
  font-size: 1.6rem;
  color: #fff;
}

.keyFeatures .feature-box h6 {
  font-family: 'Poppins-Bold';
  margin-bottom: 5px;
}

.keyFeatures .feature-box p {
  color: #6b6b6b;
  font-size: 16px;
}

.keyFeatures .feature-img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.rankingTopLeft {
  position: absolute;
  bottom: -0px;
  left: 10px;
  height: 140px;
}

/*  */
.rankSection {
  background-color: #F3FAFE;
}

.rankSection .rank-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

.rankSection .rank-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.rankSection .rank-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.rankSection .rank-card .card-body {
  background-color: #f9fafb;
  padding: 20px;
}

.rankSection .rank-card h5 {
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  font-size: 25px;
}

.rankSection .rank-card p {
  color: #6b7280;
  font-size: 17px;
  margin-bottom: 0;
}

/*  */

.placementSection .placement-img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.placementSection .stats-box {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  margin-top: -90px;
  position: relative;
  z-index: 2;
  padding: 25px 0;
}

.placementSection .stat-item {
  border-right: 1px solid #767676;
}

.placementSection .stat-item:last-child {
  border-right: none;
}

.placementSection .stat-value {
  font-size: 33px;
  font-weight: 700;
  color: #111827;
}

.placementSection .stat-label {
  color: #393939;
  font-size: 16px;
}

/* new  */
.testimonialSection {
  background-color: #F3FAFE;
}

.testimonialSection .swiper {
  width: 100%;
  margin-top: 40px;
}

.testimonialSection .testimonial-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  position: relative;

}

.testimonialSection .testimonial-card p {
  color: #374151;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.testimonialSection .testimonial-card h6 {
  font-weight: 700;
  color: #111827;
  margin-bottom: 3px;
}

.testimonialSection .testimonial-card span {
  font-size: 0.9rem;
  color: #6b7280;
}

.testimonialSection .user-photo {
  position: absolute;
  top: -35px;
  left: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.testimonialSection .swiper-pagination-bullet {
  background: black;
  opacity: 0.4;
}

.testimonialSection .swiper-pagination-bullet-active {
  opacity: 1;
  background: black;
}

.testimonialSection .swiper-button-next,
.testimonialSection .swiper-button-prev {
  color: black;
}

.testimonialSection .swiper-button-next::after,
.testimonialSection .swiper-button-prev::after {
  font-size: 16px !important;
}

.testimonialSection .swiper-pagination {
  display: flex !important;
  justify-content: left !important;
  align-items: center !important;
}

/* new */
.nextStep {
  text-align: center;
}

.nextStep .next-box {
  background-color: #f9f7fe;
  border-radius: 100px 20px 20px 20px;
  padding: 60px 30px;
  position: relative;
}
/* 
.nextStep .next-box::before {
  content: "";
  position: absolute;
  left: -100px;
  top: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(rgba(255, 255, 255, 0.2), transparent 70%);
  border-radius: 50%;
}

.nextStep .next-box::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 350px;
  height: 350px;
  background: radial-gradient(rgba(255, 255, 255, 0.2), transparent 70%);
  border-radius: 50%;
} */

.nextStep h2 {
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
}

.nextStep p {
  color: #5E6282;
  font-size: 16px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}

.nextStep .btn-apply {
  background: linear-gradient(#644CE5, #7278EE);
  color: #fff;
  font-weight: 600;
  padding: 12px 40px;
  border-radius: 10px;
  border: none;
  transition: 0.3s;
}

.nextStep .btn-apply:hover {
  opacity: 0.9;
}

.nextStep .admission-note {
  font-weight: 600;
  color: #4b5563;
  margin-top: 20px;
}

.nextStep .contact-info {
  margin-top: 40px;
  font-size: 1rem;
  color: #111827;
}

.nextStep .contact-info a {
  color: var(--darkBlue);
  text-decoration: none;
  font-weight: 600;
}

.nextStep .contact-info a:hover {
  text-decoration: underline;
}

.nextStep .send-icon {
  position: absolute;
  right: -10px;
  top: -10px;
  background: linear-gradient(#644CE5, #7278EE);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.nextStep .ReadyStepBg {
  position: absolute;
  bottom: -10px;
  left: -80px;
  height: 280px;
}

/* new */

.awardsSection {
  background-color: #0f1633;
  color: #fff;
  text-align: center;
}

.awardsSection .award-card img {
  height: 200px;
}

.awardsSection .view-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 8px 18px;
  margin-top: 20px;
  transition: 0.3s;
}

.awardsSection .view-btn:hover {
  background-color: #fff;
  color: #0f1633;
}

/*  */
.footerSection {
  background-color: #fff;
  padding: 25px 0;
  border-top: 1px solid #e5e7eb;
}

.footerSection .footer-logo img {
  height: 60px;
  width: auto;
}
.footerSection .footer-text {
  font-size: 0.95rem;
  color: #4b5563;
}
.dynamic_theme_block .panel-body{
    box-shadow:none !important
}
.dynamic_theme_block .fade{
    opacity:1 !important;
}
.form-custom{
    max-height:100%;
}
.merge_field_div button{
    border-radius: 8px !important;
    padding: 10px !important;
    box-shadow:none !important;
    border:1px solid var(--grayColor) !important;
}
.reg_mobile_div{
    flex-grow:1;
    margin-bottom:0px !important;
    
}


.form-group.label-floating.field-select.reg_specialization_id_div {
    width:50%;
    display:inline-block;
}
.dynamic_theme_block .npf_cpt_new img{
    height:45px;
    border-radius: 8px !important;
    overflow:hidden;
}
