@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
margin: 0px;
padding: 0px;
}

body {
font-size: 15px;
font-family: "Montserrat", sans-serif!important;
color: #444!important;
font-weight: normal;
line-height: 24px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold!important;
  line-height: 1.3;
  color: #000;
}
.gry-bg{ background: #fbfbfb;}

a {
color: #444;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: unset;
}
li.nav-item a:hover {
    color: #e4551d;
}
.hero-section{
background: url('../images/banner-img.jpg') center top/cover no-repeat;
position: relative;
color: #000;
padding: 150px 0 100px;
}
.hero-overlay{
background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
height: 100%;
position: absolute;
right: 0;
opacity: inherit;
top: 0;
width: 100%;
}
.hero-content{
position: relative;
z-index: 2;
text-align: center;
}
.hero-title{font-size: 64px; font-weight: 800; line-height: 1.05;}
.hero-title span{color:#e4551d;}

.custom-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fde4d4, #feefcf);
    border-radius: 50px;
    padding: 12px 28px;
    border: 1px solid #f7a98d;
    font-weight: 600;
    color: #d4551f;
    font-size: 18px;
}
.custom-pill img {
width: 22px;
height: 22px;
}

.cta-orange{
background:#e4551d;
padding: 14px 32px;
border-radius:12px;
font-weight:600;
border:0;
color:#fff;
transition: all 0.3s ease;
}
.cta-orange:hover {
 background: #e4551d;
transform: scale(1.05);

}

.cta-white{
background:#fff;
padding:14px 32px;
border-radius:12px;
font-weight:600;
border:2px solid #ddd;
color:#000;
}
.college-strip{
display:flex;
gap:12px;
z-index:3;
flex-wrap:wrap;
justify-content:center;
width: 100%;
}
.college-item {
    background: #ffffffc4;
    border-radius: 10px;
    padding: 12px 25px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    font-size: 18px;
    color: #e4551d;
    margin-right: 10px;
    border: 1px solid #c1c1c1;
}

.title-main {
    font-size: 3.35rem;
    font-weight: 800;
    text-align: center;
    color: #000;
}
.title-orange {
    color: #e4551d;
}
.sub-text {
text-align: center;
max-width: 800px;
margin: 10px auto 40px;
font-size: 17px;
color: #555;
}


.feature-card {
background: #ffffff;
border-radius: 12px;
padding: 30px 20px;
border: 1px solid #e0e0e0;
box-shadow: 0 3px 10px rgba(0,0,0,0.05);
transition: all 0.3s ease;
height: 100%;
}
.feature-card:hover {
box-shadow: 0 0 10px rgba(0,0,0,0.1);
transform: translateY(-5px);
border: 1px solid #e4551d;
}
.feature-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}
.feature-card h5 {
    font-size: 17px;
}
.small-title {
font-weight: 600;
color: #ff5b2e;
font-size: 15px;
margin-bottom: 12px;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fde4d4, #feefcf);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.icon-circle svg {
color: #e4551d!important;
}


.list-custom li {
margin-bottom: 8px;
font-size: 15px;
}

.second-slide {
    background: linear-gradient(180deg, #ffffff, #fefbef);
}

.bullet ul {
list-style: outside none none;
padding: 0;
}

.bullet ul li {
list-style: outside none none;
margin: 0;
padding: 3px 0 3px 25px;
position: relative;
text-align: left;
width: 100%;
}

.bullet ul li::before {
color: #e85222;
content: "\f00c";
font-family: "FontAwesome";
font-size: 14px;
left: 0;
position: absolute;
top: 3px;
text-align: center;
}

.list-custom ul {
list-style: outside none none;
padding: 0;
}

.list-custom ul li {
list-style: outside none none;
margin: 0;
padding: 5px 0 5px 0px;
position: relative;
text-align: left;
width: 100%;
}
.list-custom-icon{ font-size: 16px;}

.btn-orange {
    background: #e4551d;
    padding: 10px 32px;
    border-radius: 12px;
    font-weight: 600;
    border: 0;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 18px;
        box-shadow: 0 20px 40px -10px hsl(16 85% 56% / .3);
}
.btn-orange:hover {
 background: #e4551d;
transform: scale(1.05);
 color: #fff;
}


.mentor-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 25px;
    border: 1px solid #e8e6e6;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    height: 100%;
    text-align: center;
}
.mentor-card:hover {
box-shadow: 0 20px 40px -10px hsl(16 85% 56% / .3);
border-color: #ff8555;
transform: translateY(-5px);
}


.mentor-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #e4551d;
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.mentor-name {
font-size: 22px;
font-weight: 700;
margin-bottom: 4px;
}

.mentor-role {
    font-size: 15px;
    color: #e4551d;
    font-weight: bold;
    margin-bottom: 10px;
}

.mentor-details {
    font-size: 13px;
    color: #777;
    margin-bottom: 16px;
}

.quote-mark {
font-size: 20px;
color: #ffb14d;
font-weight: 900;
    text-align: left;
}
.quote-mark svg {
    width: 16px;
    
}

.mentor-quote {
    font-style: italic;
    font-size: 13px;
    color: #444;
    text-align: left;
    line-height: 20px;
}

.section-top-btn {
    display: inline-block;
    background: #fdefea;
    color: #e4551d;
    padding: 5px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    border: 1px solid #fad3c4;
}
.section-top-btn svg {
    width: 17px;
    color: #e4551d !important;
    margin-right: 5px;
}

.legacy{ background-image: radial-gradient(circle at 30% 50%, #ffc10526, transparent 50%);}
.final {
    font-size: 1.75rem;
    text-align: center;
}

.conv-card {
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #f5d9c9;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  height: 100%;
  position: relative;
  transition: 0.3s ease;
}

/* Individual gradients */
.legacy .col-md-6:nth-child(1) .conv-card {
    background: linear-gradient(135deg, #fdf0ea 0%, #fff7e7 100%);
}
.legacy .col-md-6:nth-child(2) .conv-card {
  background: linear-gradient(135deg, #fff8e6 0%, #fdf3e9 100%);
}
.legacy .col-md-6:nth-child(3) .conv-card {
  background: linear-gradient(135deg, #fdf0ea 0%, #fdf8f5 100%);
}
.legacy .col-md-6:nth-child(4) .conv-card{
  background: linear-gradient(135deg, #fcfbf7 0%, #fefaee 100%);
}


.icon-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fde4d4, #feefcf);
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-badge svg {
    color: #e4551d !important;
}


.conv-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.conv-sub {
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
}

.conv-number {
  font-size: 42px;
  color: #ff7b22;
  font-weight: 700;
}
.total-number {
  font-size: 20px;
  color: #666;
}

.progress {
    height: 10px;
    border-radius: 20px;
    background: #f5f5f5;
    margin-top: 0px;
    width: 100%;
}

.progress-bar {
  background: linear-gradient(135deg, hsl(16 85% 56%) 0%, hsl(45 100% 51%) 100%);
  border-radius: 20px;
}

.conv-rate-text {
  margin-top: 10px;
  font-size: 14px;
  color: #444;
}

.conv-rate-text strong {
  color: #000;
}
  .conv-card:hover {
      box-shadow: 0 8px 24px rgba(255, 140, 60, 0.35);
      transform: scale(1.05);
      transition: 0.3s ease;
    }

    .conv-card {
      background: linear-gradient(135deg, #fff7ef 0%, #ffe7d2 50%, #fff 100%);
    }


    .review-card {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  transition: 0.3s ease;
}

.review-card:hover {
box-shadow:0 20px 40px -10px hsl(16 85% 56% / .3)!important;
border-color: #ff8555!important;
transform: translateY(-5px);
}

.play-btn {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(45deg, #ff7b32, #ffb936);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 28px;
  cursor: pointer;
  transition: 0.2s ease;
}

.play-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(255,140,50,0.4);
}

.text-orange {
  color: #ff7b32;
  text-decoration: none;
}

.text-orange:hover {
  text-decoration: underline;
}
.text-green{color: #16a249 !important;
    font-weight: bold !important;}

    i.fa-solid.fa-star {
    font-size: 13px;
}

.section-top-btn2 {
    display: inline-block;
    background: #fbf4f1;
    color: #807f7f;
    padding: 12px 18px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    border: 1px solid #fad8cb;
}

/* Card hover highlight light background */
.highlighted-card {
  background: #fff7d7;
  border: 2px solid #ffca2e;
  box-shadow: 0 0 25px rgba(255, 204, 0, 0.6);
}

/* Common card style */
.pricing-card {
  border-radius: 15px;
}

/* Most Popular Badge */
.popular-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffca2e;
    padding: 6px 18px;
    font-weight: bold;
    border-radius: 25px;
    font-size: 14px;
}
.pricing-card h3 {
    font-size: 1.4rem;
}
.bullet.green-bullet ul li::before {
    color: #16a249;
}


.master-card {
  background: #fff;
  border-radius: 15px;
  padding: 32px;
  border: 1px solid #e6e6e6;
  transition: 0.3s;
}
.master-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -10px hsl(16 85% 56% / .3);
}
.master-icon {
  background: #e4551d;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  box-shadow: 0 20px 40px -10px hsl(16 85% 56% / .3);
}
.master-btn {
  border: 1px solid #c6c6c6;
  border-radius: 8px;
  padding: 10px 0;
  font-weight: 500;
  width: 100%;
  background: transparent;
}
.master-btn:hover {
  background:#e4551d;
  color: #fff;
  border-color: #e4551d;
}


.marquee-wrapper {
    overflow: hidden;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

    .marquee-content {
      display: flex;
      width: max-content;
      animation: scroll-left 25s linear infinite;
    }

    /* Pause on hover */
    .marquee-wrapper:hover .marquee-content {
      animation-play-state: paused;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }


.yourcall-section {
  background: linear-gradient(to bottom, #fff8ec, #ffeccc);
}
.yourcall {
    border: 1px solid #ee622f4d;
    background: #fff;
    margin: 0 auto;
    max-width: 1030px;
    border-radius: .75rem;
}
.ribbon-badge {
  display: inline-block;
  background: #ffe3d1;
  color: #d96436;
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 25px;
  margin-bottom: 15px;
  font-weight: 500;
}
.ribbon-badge1 {
    background: #f15a58;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 25px;
    margin-bottom: 30px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.hero-heading {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}
.hero-heading span {
  color: #ff9500;
}

.hero-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  border: 1px solid #efefef;
  transition: 0.3s ease;
}
.hero-box:hover {
  background: linear-gradient(135deg, #fdf0ea 0%, #fdf8f5 100%);
    box-shadow: 0 8px 24px rgba(255, 140, 60, 0.35);
    transform: scale(1.05);
    transition: 0.3s ease;
    border: 1px solid #e4551d;
}
.hero-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fbd9c2, #fef5bd);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.hero-icon svg {
    color: #e4551d !important;
}
.hero-box p {
    font-size: 13px;
    font-weight: bold;
}
.gradient-text {
    background: linear-gradient(135deg, hsl(16 85% 56%) 0%, hsl(45 100% 51%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
}

.usp-box {
    background-image: linear-gradient(135deg, #fef7f5, #fffcfc);
    border-radius: .75rem;
    padding: 13px 12px;
    border: 1px solid #ee622f1a;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}
.usp-box svg {
    color: #e4551d !important;
}



.btn-mentor {
    background: #fff;
    border: 1px solid #e4551d;
    color: #444;
    font-weight: 600;
    padding: 10px 32px;
    border-radius: 12px;
    font-size: 18px;
}
.btn-mentor:hover {
  background: #fdefea;
}

.footer-note {
  padding-top: 20px;
  font-size: 15px;
}

.footer-note strong {
  color: #ef5222;
}
.clar{ display: block;}


footer{background:#3c3689;}
.footer a:hover {
  opacity: 0.8;
}
.footer h6 {
  font-size: 16px;
  color: #fff;
}
.footer p, .footer a {
    font-size: 13px;
    color: #ffffffb3 !important;
}
.footer a:hover {
    color: #ffc105 !important;
}
.btm-footer{font-size: 13px;}

.modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    background: #fff;
}

.credential#myModal-video .modal-dialog {
    width: 30rem !important;
}

#myModal-video .modal-dialog .video-box {
    width: 100%;
    height: 500px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.credential .modal-dialog {
    width: 26rem !important;
}
.credential .modal-header {
    padding: 0 1rem;
    border-bottom: 0px;
}
.credential .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 1rem 1rem;
}
.credential label {
    font-size: .795rem;
    padding-bottom: 5px;
}
input::placeholder {
  font-size: 13px;
  color: #666;
  opacity: 1; /* important for Firefox */
}
.credential .btn-orange {
    background: #e4551d;
    padding: 8px 30px;
    border-radius: 10px;
    font-weight: 400;
    border: 0;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 15px;
    box-shadow: 0 20px 40px -10px hsl(16 85% 56% / .3);
}
.btnotp {
    background: #e85222;
    position: absolute;
    right: 5px;
    top: 34px;
    border: inherit;
    padding: 3px 8px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 14px;
}
.form-control {
    position: relative;
    border-radius: .65rem;
}
.credential .modal-body p {
    font-size: 13px;
}
.blink {
  animation: blink-animation 1.6s infinite ease-in-out;
}

@keyframes blink-animation {
  0%   { opacity: 1; }
  50%  { opacity: 0.2; }
  100% { opacity: 1; }
}


/* 

.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: 74.23%;
  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.careerlauncher.com/cat-mba/img1/play-button.webp") no-repeat;
  cursor: pointer;
  background-size: 50px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.success-card {
  background: #fff;
  transition: 0.3s ease;
}
.success-card:hover {
    box-shadow: 0 20px 40px -10px hsl(16 85% 56% / .3) !important;
    border-color: #ee622f80 !important;
    transform: translateY(-5px);
}

.play-icon {
    width: 38px;
    height: 38px;
    background: #ee622f1a;
}
.play-icon svg {
    color: #e4551d !important;
}
.h-line{line-height: 12px;}
.toppers p {
    font-size: 13px;
    line-height: 20px;
}


        .video-box {
            width: 100%;
            height: 680px;
            border-radius: 12px 12px 0 0;
            overflow: hidden;
            background: #000;
            box-shadow: 0 0 8px rgba(0,0,0,0.2);
        }
        iframe { width: 100%; height: 100%; border: none; }
        .video-wrapper { margin-bottom:0px; }
        .padd-same {
    padding: 0 140px;
}
.padd-same .video-box {
    width: 100%;
    height: 520px;
}

@media(max-width:991px){
.hero-title{font-size:34px;}
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1230px;
    }
}

@media only screen and (max-width: 767px) {
.custom-pill {
    gap: 5px;
    padding: 12px 10px;
    font-size: 15px;
}
.cta-orange, .cta-white {
    width: 100%;
}
.hero-section {
    padding: 100px 0 50px;
}
.title-main {
    font-size: 1.85rem;
}
.section-top-btn {
    padding: 5px 7px;
    font-size: 13px;
}
.btn-orange {
padding: 10px 10px;
        font-size: 17px;
        width: 100%;
}
.btn-mentor {
    padding: 10px 10px;
    font-size: 17px;
    width: 100%;
}
.credential#myModal-video .modal-dialog {
    width: 96% !important;
}
.padd-same {
    padding: 0 0px;
}
.yourcall {
    max-width: 100%;
}
.credential .modal-dialog {
    width: 95% !important;
}

}