@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
font-family: "Montserrat", sans-serif !important;
}

.ipm-result {
width: 100%;
background: #ffffff;
color: #000;
padding: 20px 0;
border-top: 2px solid #ffe5ea;
}

.ipm-result h3 {
margin-top: 0px;
font-size: 20px;
margin-bottom: 15px;
}

.trop {
position: relative;
}

.trop img {
position: absolute;
left: 0;
min-width: 30px;
max-width: 30px;
top: 7px;
}

.trop p {
padding-left: 45px;
margin-bottom: 0;
}

.trop p span {
font-size: 16px;
font-weight: 800;
display: block;
}

.trop p b {
padding-left: 20px;
font-size: 12px;
font-weight: 400;
font-style: italic;
}

p.bright-small {
font-size: 13px;
margin-top: 10px;
}

.step-content p {
font-size: 13px;
font-weight: 600;

}

.steps .step {
width: 30%;
padding: 0 15px;
}

.step-content img {
max-height: 50px;
margin-bottom: 20px;
}

.steps {
padding: 30px 0 0 0;
margin: 0;
list-style: none;
display: flex;
overflow-x: auto;
}

/* .steps .step:first-child {
margin-left: auto
} */

.steps .step:last-child {
margin-right: auto
}

.step:first-of-type .step-circle::before {
display: none
}

.step:last-of-type .step-content {
padding-right: 0
}


.step-content {
box-sizing: content-box;
display: flex;
align-items: center;
flex-direction: column;
padding-top: .5rem;
}

.step-circle {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 25px;
height: 25px;
color: #fff;
border: 2px solid #811d3f;
border-radius: 100%;
background-color: #811d3f;
font-weight: bold;
}

.step-circle::before {
content: "";
display: block;
position: absolute;
top: 50%;
left: -2px;
width: calc(0rem + 19rem - 1.5rem);
transform: translate(-100%, -50%);
color: #811d3f;
border: 1px dashed #811d3f;
}

.step-text {

word-break: break-all;
margin-top: 20px;
font-size: 17px;
font-weight: 600;
margin-bottom: 10px;
}

.step-active .step-circle {
color: #fff;
background-color: #811d3f;
border-color: #811d3f;
}

.step-active .step-circle::before {
color: #811d3f
}

.step-error .step-circle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}

.step-error .step-circle::before {
color: #dc3545
}

.step-circle::after {
height: 24px;
content: "";
background: url(https://www.careerlauncher.com/cat-mba/dilr1000/img/process-arrow.png);
background-size: 62%;
position: absolute;
top: 3px;
left: -18px;
width: 22px;
background-repeat: no-repeat;
}

.step-circle.ghy:after {
content: inherit;
display: none;
}

.step-error .step-text {
color: #dc3545
}

.step-success .step-circle {
color: #fff;
background-color: #811d3f;
border-color: #811d3f;
}

.step-success .step-circle::before {
color: #28a745
}

p.li-box {
border: 1px solid #811d3f;
background-color: #fff;
padding: 7px;
border-radius: 50px;
font-weight: 600;
border-bottom: 5px solid #811d3f;
border-right: 5px solid #811d3f;
}

.ac-tab table td {
padding: 8px 15px !important;
}

.ac-tab table tr td:nth-child(1) {
width: 25% !important;
}

.ac-tab table tr td:nth-child(2) {
width: 25% !important;
}

.ac-tab table tr td:nth-child(3) {
width: 35% !important;
}

.ac-tab table tr td:nth-child(4) {
width: 15% !important;
}

.ac-tab-panel-title {
font-weight: bold;
color: #000000 !important;
}



.mba-colleges-enhanced {
display: flex;
gap: 14px;
flex-wrap: wrap;
justify-content: center;
padding: 10px 0 4px;
}

.college-item {
position: relative;
}

.college-btn {
border: 2px solid #e8562b;
background: #fff;
color: #111;
padding: 5px 12px;
border-radius: 999px;
font-size: 15px;
font-weight: 600;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0;
transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
cursor: pointer;
}

.college-btn:hover {
background: #e8562b;
color: #fff;
transform: translateY(-1px);
box-shadow: 0 8px 18px rgba(232, 86, 43, .25);
text-decoration: none;
}

.college-btn:focus {
text-decoration: none;
color: #000;
}

.arrow {
font-size: 19px;
transition: transform .2s ease;
}

.college-item.open .arrow {
transform: rotate(180deg);
}

.college-dropdown {
position: absolute;
top: calc(100% + 10px);
left: 50%;
transform: translateX(-50%) translateY(6px);
min-width: 240px;
background: #fff;
border-radius: 12px;
box-shadow: 0 16px 30px rgba(0, 0, 0, .14);
padding: 8px 0;
border-top: 4px solid #e8562b;
opacity: 0;
pointer-events: none;
transition: opacity .15s ease, transform .15s ease;
z-index: 99;
}

.college-item.open .college-dropdown {
opacity: 1;
pointer-events: auto;
transform: translateX(-50%) translateY(0);
}

.college-dropdown a {
display: block;
padding: 5px 16px;
font-size: 14px;
color: #333;
text-decoration: none;
}

.college-dropdown a:hover {
background: #fdeee9;
color: #e8562b;
}



.video-frame {
  /* box-shadow: 0px 2px 10px 0px #d3d1d1;
  padding: 5px; */
  border-radius: 10px;
  margin-bottom: 10px;
}

.video-frame .youtube-player {
  position: relative;
  padding-bottom: 55.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0px;
  border-radius: 10px;
}

.video-frame .youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.video-frame .youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}

.video-frame .youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.video-frame .youtube-player .play {
  height: 50px;
  width: 50px;
  margin-left: inherit;
  margin-top: inherit;
  left: 50%;
  top: 50%;
  position: absolute;
  background: url("https://www.lawentrance.com/img/play-button.webp") no-repeat;
  cursor: pointer;
  background-size: 50px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


@media only screen and (max-width: 767px) {

.tc-res {
text-align: center;
}

.ipm-result h3 {
margin-top: 0px;
font-size: 20px;
}

.trop p span {
font-size: 20px;
font-weight: 600;
display: block;
}

.trop img {
position: absolute;
left: 0;
min-width: 30px;
max-width: 30px;
}

.trop p {
padding-left: 45px;
margin-bottom: 0;
font-size: 14px;
}

.mba-achiviers {
text-align: center;
}

.steps {
padding: 0;
margin: 0;
list-style: none;
display: inherit;
overflow-x: auto;
display: none;
}

.algn-midd {
display: inherit;
align-items: center;
}

.steps .step {
width: 100% !important;
padding: 10px 15px;
}

.step-circle::before {
content: inherit !important;
}

.step-circle::after {
display: none;
}

li.step:last-child {
margin-bottom: 0px;
}

li.step {
margin-bottom: 20px;
border-bottom: 1px solid #b0a3c1;
}

p.li-box {
font-size: 10px;
}


.college-dropdown {
position: static;
transform: none;
box-shadow: none;
border: 1px solid #eee;
margin-top: 6px;
display: none;
/* ✅ hidden by default */
}

.college-item.open .college-dropdown {
display: block !important;
/* <- force it to show */
transform: none;
}



}

@media only screen and (min-width: 768px) and (max-width : 991px) {
.steps .step {
width: fit-content;
}

.step-circle::before {
width: calc(0rem + 12rem - 1.5rem);
}

p.li-box {
font-size: 10px;
}

}

@media only screen and (min-width:992px) and (max-width : 1199px) {
.steps .step {
width: fit-content;
}

.step-circle::before {
width: calc(0rem + 16rem - 1.5rem);
}

p.li-box {
font-size: 10px;
}
}
</style>

<style>
.comprehensive-box h3 a {
color: #000;
}

.comprehensive-box h3 {
font-size: 20px;
margin-top: 0;
}

.blogs-list .comprehensive-box img {
margin-bottom: 15px;
}

.blogs-list .articles img {
border-radius: 6px;
margin-top: 25px;
}

.blogs-list .articles h3 {
font-size: 18px;
line-height: 22px;
padding-right: 2px;
}

.blogs-list .articles p {
font-size: 14px;
line-height: 18px;
padding-right: 2px;
}

.blogs-list .articles {
padding: 10px;
min-height: 210px;
}

.blogs-list .date p {
font-size: 11px;
line-height: 11px;
}

@media (min-width: 769px) and (max-width: 1024px) {
.blogs-list .articles h3 {
font-size: 16px;
line-height: 16px;
}

.blogs-list .articles p {
font-size: 13.5px;
line-height: 14px;
}

.blogs-list .articles img {
margin-top: 20px;
}

.blogs-list .articles {
padding: 9px;
min-height: 240px;
}

.comprehensive-box h3 {
font-size: 19px;
}

.blogs-list .date p {
font-size: 11px;
}
}

@media (max-width: 768px) {
.blogs-list .articles h3 {
font-size: 16px;
line-height: 20px;
}

.blogs-list .articles p {
font-size: 13px;
line-height: 17px;
}

.blogs-list .articles img {
margin-top: 15px;
}

.blogs-list .articles {
padding: 8px;
min-height: 240px;
}

.comprehensive-box h3 {
font-size: 18px;
}
}

@media (max-width: 480px) {
.blogs-list .articles h3 {
font-size: 15px;
line-height: 19px;
}

.blogs-list .articles p {
font-size: 12px;
line-height: 16px;
}

.blogs-list .articles img {
margin-top: 10px;
}

.blogs-list .articles {
padding: 6px;
}

.comprehensive-box h3 {
font-size: 16px;
}

.blogs-list .date p {
font-size: 10px;
line-height: 12px;
}
}


.latest-noti .mCustomScrollbar {
position: relative;
height: 97px;
}

.butns .btn {
font-size: 15px;
padding: 10px 15px;
border-radius: 10px;
line-height: 40px;
}

.wl {
list-style: none;
display: flex;
flex-direction: column;
gap: 12px;
}

.wl li {
display: flex;
gap: 12px;
align-items: flex-start;
background: #fff;
border: 1px solid #E8EAEF;
border-radius: 10px;
padding: 14px 16px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);
font-size: 14.5px;
transition: box-shadow .15s, transform .15s;
}

.wi {
width: 28px;
height: 28px;
min-width: 28px;
background: #FDEAED;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: #C8102E;
}

.vocab-card {
/* background: linear-gradient(145deg, #ffffff 0%, #e8f2fd 60%, #e6f2ff 100%); */
border-radius: 20px;
padding: 20px 20px;
text-align: center;
margin: 0 auto;
position: relative;
overflow: hidden;
border: 1.5px solid rgba(255, 160, 0, 0.25);
box-shadow: 0 24px 70px rgb(237 237 237 / 22%), 0 6px 20px rgba(0, 0, 0, 0.08);
margin: 20px 0 30px;
}

.vocab-card p {
color: #000000;
font-size: 16px;
margin: 0 0 15px;
line-height: 1.7;
position: relative;
z-index: 1;
font-weight: 600;
}

.btn-ninja {
background: linear-gradient(135deg, #e85222 0%, #b13e19 100%);
color: #fff;
border: none;
border-radius: 10px;
padding: 15px 42px;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.4px;
cursor: pointer;
transition: transform 0.15s, box-shadow 0.2s;
position: relative;
z-index: 1;
display: inline-block;
}

.btn-ninja:hover {
transform: translateY(-2px);
color: #fff;
text-decoration: none;
}

.program-boxs {
overflow: hidden;
position: relative;
text-align: center;
margin: 0 5px;
flex: 0 0 auto;
margin-right: 40px;
}

.program-boxs img {
width: 130px;
transition: 0.3s ease;
border-radius: 50%;
height: 130px;
}

.program-boxs:hover img {
transform: scale(1.1);
}

.bg-danger-subtle {
background-color: #e85222 !important;
padding: 7px 20px;
line-height: 20px;
}

.program-boxs .bg-warning {
--bs-bg-opacity: 1;
background-color: rgb(232 82 34) !important;
}

.program-boxs h3 {
font-size: 17px;
text-align: center;
font-weight: 500;
}

.program-boxs h5 {
text-align: center;
color: #101828;
background: #ffe3d9;
padding: 5px;
border-radius: 0px;
border: 0px;
border-bottom: 2px solid #ffa888;
margin-bottom: 15px;
border-top: 2px solid #ffa888;
}

.no-matter {
padding: 50px 0;
}

.marquee-wrapper {
overflow: hidden;
position: relative;
padding: 0px 0;
}

.marquee-content {
display: flex;
width: max-content;
animation: scroll-left 25s linear infinite;
}

.program-boxs span {
display: block;
}

/* Pause on hover */
.marquee-wrapper:hover .marquee-content {
animation-play-state: paused;
}

@keyframes scroll-left {
0% {
transform: translateX(0);
}

100% {
transform: translateX(-50%);
}
}

.bg-grey {
background: #F7F8FC !important;
}

.fc {
background: #fff;
border-radius: 16px;
padding: 1.5rem;
border: 1px solid #E8EAEF;
box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);
display: flex;
gap: 1.25rem;
align-items: flex-start;
transition: box-shadow .2s;
min-height: 208px;
margin-bottom: 20px;
}

.fav {
width: 64px;
height: 64px;
min-width: 64px;
border-radius: 50%;
background: #f1f1f1;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
color: #fff;
border: 3px solid #FDEAED;
position: relative;
overflow: hidden;
}

.fav img {
width: 100%;
}

.fn {
font-size: 17px;
font-weight: 700;
margin-bottom: 3px;
}

.fm {
font-size: 12px;
color: #e85222;
font-weight: 600;
margin-bottom: 8px;
}

.fb2 {
font-size: 13.5px;
line-height: 1.6;
}

.dg2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}

.di {
background: #fff;
border-radius: 10px;
padding: 1.8rem 1.5rem;
border: 1px solid #E8EAEF;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);
gap: 1rem;
}

.de {
font-size: 14px;
color: #4A5568;
font-weight: 500;
}

.dv {
font-size: 14px;
font-weight: 700;
color: #0D1B3E;
white-space: nowrap;
}

.di.hl {
background: #FDEAED;
border-color: rgba(200, 16, 46, .2);
}

.eg3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
}

.ec {
background: #fff;
border-radius: 16px;
padding: 30px;
text-align: center;
border: 1px solid #E8EAEF;
box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);
}

.eico {
font-size: 2.5rem;
margin-bottom: 1rem;
}

.et {
font-size: 14px;
font-weight: 700;
margin-bottom: 8px;
text-transform: uppercase;
letter-spacing: .5px;
}

.ev {
font-size: 20px;
font-weight: 700;
color: #e85222;
margin-bottom: 6px;
}

.en {
line-height: 1.5;
}

.form-region {
background-color: #ffffff;
border-radius: 22px;
margin-top: 0px;
padding: 15px 20px;
margin-bottom: 0px;
box-shadow: 0 16px 48px rgba(0, 0, 0, .13), 0 0 0 1px rgba(255, 255, 255, .1) !important;
position: relative;
overflow: hidden;
}

.form-region h3 span {
font-size: 15px;
display: block;
font-weight: 500;
margin-top: 10px;
}

.form-region::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #E8521A, #E8521A);
}

.form-region .form-control {
border: 1px solid #e0e0e0;
border-radius: 10px;
height: 42px;
box-shadow: initial;
background: #FAFBFD;
}

.sylg {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.25rem;
}

.sylc {
background: #fff;
border: 1px solid #E8EAEF;
border-radius: 16px;
padding: 1.5rem;
box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);
}

.sylt {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .5px;
margin-bottom: 1rem;
}

.sylu {
list-style: none;
display: flex;
flex-direction: column;
gap: 7px;
font-size: 13.5px;
}

.nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid #d7d7d7;
border-radius: 10px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);
background: #f7f8fc;
color: #000;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
color: #ffffff;
cursor: default;
background-color: #e85222;
border: 1px solid #ddd;
border-bottom-color: transparent;
}

.nav-tabs {
border-bottom: 0px;
display: flex;
justify-content: center;
margin: 20px 0 20px 0;
gap: 10px;
}

.baner-region {
background: linear-gradient(135deg, #fff 0%, #fdf8ff 50%, #fff5f5 100%);
position: relative;
overflow: hidden;
text-align: left;
z-index: 1;
}

.offline-p .service-item {
background: var(--cl-white) !important;
border-radius: 22px !important;
padding: 28px 24px 24px !important;
text-align: left !important;
border: 1.5px solid var(--cl-border) !important;
box-shadow: 0 2px 8px rgba(0,0,0,.06) !important;
transition: transform .3s, box-shadow .3s, border-color .3s !important;
position: relative;
overflow: hidden;
}
.offline-p .service-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #E8521A, #FF6B35);
}
.offline-p .service-item h3 {
font-weight: 700 !important;
color: #0F1F3D !important;
margin-bottom: 6px !important;
padding-bottom: 6px !important;
border-bottom: 1px solid #E8EAF0 !important;
}
.offline-p .service-item ul li {
color: var(--cl-text-muted) !important;
font-size: 13.5px !important;
padding: 5px 0 5px 22px !important;
position: relative;
border-bottom: 1px solid var(--cl-bg-grey) !important;
line-height: 1.5 !important;
}
.offline-p .service-item ul li::before {
position: absolute;
left: 0;
color: #E8521A;
}


@media only screen and (max-width: 767px) {
.eg3 {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 2rem;
}

.dg2 {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 2rem;
}

.btn-ninja {
padding: 15px 20px;
font-size: 15px;

}

.butns .btn {
font-size: 12px;
padding: 6px 15px;
border-radius: 10px;
line-height: 26px;
text-align: center;
}

.butns .btn img {
max-width: 20px;
margin: 0 auto !important;
display: block;
}

.sylg {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 1.25rem;
}

.trop {
position: relative;
margin: 10px 0;
}

}