@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* Design System Variables */
:root {
--primary-color: #F26322;
--primary-glow: #ff7a47;
--background: #0B132B;
--background-light: #001029;
--foreground: #fafafa;
--muted: #64748b;
--border-color: rgba(242, 99, 34, 0.2);
--card-bg: #1a2238;
--shadow-glow: 0 0 40px rgba(242, 99, 34, 0.3);
--shadow-card: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}
body {
font-size: 15px;
font-family: "Montserrat", sans-serif!important;
font-weight: normal;

}

span.con-icon {
    width: 30px;
    height: 30px;
    background: #e4561f;
    line-height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-link {
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
}
.nav-link:hover {
    color: #fff;

}
span.con-icon.gren {
    width: 30px;
    height: 30px;
    background: #20ab4b;
    line-height: 30px;
    border-radius: 30px;
display: flex;
    align-items: center;
    justify-content: center;
}

/* Hero Section */
.hero-section.alls {background:#00183e;position: relative;overflow: hidden;padding: 80px 0 60px;}
.hero-section.alls .hero-content h1 {
    line-height: 50px;
}

.hero-section.alls::before {
content: '';
position: absolute;
top: 20%;
left: -20%;
width: 500px;
height: 500px;
background: var(--primary-color);
opacity: 0.15;
border-radius: 50%;
filter: blur(100px);
animation: pulse 4s ease-in-out infinite;
}

.hero-section.alls::after {
content: '';
position: absolute;
bottom: 10%;
right: -10%;
width: 400px;
height: 400px;
background: var(--primary-glow);
opacity: 0.1;
border-radius: 50%;
filter: blur(100px);
animation: pulse 5s ease-in-out infinite;
}

@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.15; }
50% { transform: scale(1.1); opacity: 0.2; }
}

.hero-content {
position: relative;
z-index: 2;
}
.banner .testmonials-pull .slick-arrow
{
position: absolute;
z-index: 9;
border: 0;
background-repeat: no-repeat;
font-size: 0;
width: 45px !important;
height: 45px !important;
padding: 0;
cursor: pointer;
background-color: transparent;
background-size: 25px;
background-position: center;
border-radius: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
top: inherit;
/* border: 1px solid #082645; */
bottom: -22%;
}
.banner .testmonials-pull .slick-prev {
background-image: url(../images/arrow-left.svg);
right: 50%;
left: inherit;
}
.banner .testmonials-pull .slick-next {
background-image: url(../images/arrow-right.svg);
right: inherit;
left: 50%;
}


/* .banner-content {
box-shadow: 3px 3px 16px #504e4e29;
padding: 8px;
border-radius: 10px;
background: #fff;
} */

.banner-slide .slick-dots {
margin-top: 10px;
margin-bottom: 0;
text-align: center;
list-style: none;
padding: 0;
display: block !important;
}

.banner-slide .slick-dots li {
display: inline-block;
vertical-align: top;
margin-left: 5px
}

.banner-slide .slick-dots li button {
/* float: left; */
margin: 0;
padding: 0;
width: 12px;
height: 12px;
border: 0;
font-size: 0;
text-indent: -9999px;
border-radius: 50%;
background-color: rgb(149 149 149 / 30%);
}


.banner-slide .slick-dots li.slick-active button {
background-color: #e85222;

}
.banner-slide .slick-dots {
column-gap: 5px;
margin-top: 0px;
margin-bottom: 0;
text-align: center;
list-style: none;
padding: 0;
display: flex !important;
align-items: center;
justify-content: center;
z-index: 99 !important;
position: relative;
}

.banner-second {
box-shadow: 3px 3px 16px #504e4e29;
padding: 15px 15px 15px;
border-radius: 8px;
background: #042457;
border: 1px solid #06327a;
}

.banner-second .form-card {
    background: transparent;
    border: 0px;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}
.banner-second .form-control, .banner-second .form-select {
    background: #052c6b;
    border: 2px solid #06327a80;
    color: #fff;
    padding: 0.45em 0.75rem;
    border-radius: 0.5rem;
    font-size: 14px;
}

.stat-box {
position: relative;
}

.stat-box:after {
position: absolute;
right: -14px;
width: 1px;
height: 36px;
content: "";
background: #183f7e;
top: 8px;
}
.no-border:after {
display: none;
}
.big-number {
font-weight: 700;
font-size: 19px;
color: #fff;
}
.star-rating {
position: relative;
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
}
.star-rating i {
color: #ffc800;
}
.stat-box h5 {
font-weight: 500;
font-size: 13px;
color: #fff;
}










.clar {
    display: block;
}

.fs-10 { font-size: 10px; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-22 { font-size: 22px; }
.fs-24 { font-size: 24px; }
.fs-26 { font-size: 26px; }
.fs-28 { font-size: 28px; }
.fs-30 { font-size: 30px; }
.fs-32 { font-size: 32px; }
.fs-36 { font-size: 36px; }
.fs-40 { font-size: 40px; }
.fs-48 { font-size: 48px; }

.text-grey {
    color: #94a3b8;
}
.bg-night{background:#1a202c;}
.cat-card {
    background: #1f2937;
    border-radius: 16px;
    overflow: hidden;
    max-width: 88%;
    margin: 0 auto;
}

.cat-header {
  background: linear-gradient(135deg, #6b4f3f, #2b2f3a);
  padding: 20px 30px;
}

.price {
    font-size: 25px;
    font-weight: 700;
    color: #ff7a18;
    line-height: 28px;
}

.feature-list li {
  margin-bottom: 15px;
  font-size: 16px;
}

.feature-list i {
  color: #ff7a18;
  margin-right: 10px;
  font-size: 18px;
}

.timing-box {
  background: #2b3443;
}

.btn-orange {
    background: #fa7015;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    padding: 8px 20px;
}

.btn-orange:hover {
  background: #f97015e6;
  color: #fff;
}

.btn-outline-orange {
  border: 2px solid #fa7015;
  color: #fa7015;
  border-radius: 10px;
  font-weight: 600;
  width: 100%;
  background: #1a202c;
      padding: 8px 20px;
}

.btn-outline-orange:hover {
  background: #ff7a18;
  color: #fff;
}


/* ===== Cards ===== */

.stats-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 12px;max-width: 580px;margin-top: 30px;}

.stats-card {
    background: transparent;
    backdrop-filter: blur(10px);
    border: 0px;
    border-radius: 12px;
    padding: 0px 0px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: all 0.3s;
}


.stats-card .icon {
color: var(--primary);
font-size: 20px;
flex-shrink: 0;
}

.stats-card .title {
font-size: 14px;
font-weight: 700;
color: var(--foreground);
margin-bottom: 2px;
}

.stats-card .desc {
    font-size: 12px;
    line-height: 18px;
}
.crad-icon {
    background: #f970151a;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    font-size: 24px;
}

#why{background: #0e1b29;}

.orange{color: #F26322;}
.icon-circle {
    color: #f9591a !important;
}
.text-6xl {
    font-size: 3.75rem;
    line-height: inherit;
}
nav.navbar.navbar-expand-lg {
    background: #161f25;
}

.testimonial-card {
    border-radius: 18px;
    max-width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .4);
    border: 1px solid #1f3146;
    transition: all 0.3s ease;
    overflow: hidden;
    padding-bottom: 20px;
}
.testimonial-card:hover {
    border-color: var(--primary-color);
    transform: scale(1.05);
}
.ssti .testimonial-card {
    text-align: left;
}
.ssti .profile-img img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    min-height: 280px;
    max-height: 280px;
}
.ssti .testimonial-card {
    padding-bottom: 0px;
    min-height: 562px;
}
.ssti.oca .testimonial-card {
    min-height: inherit;
    text-align: center;
    padding-bottom: 20px;
}
.ssti.oca .profile-img {
    overflow: hidden;
    margin: 0 auto 20px;
}
/* Trophy Icon */
.trophy{
  position:absolute;
  top:18px;
  right:18px;
  width:38px;
  height:38px;
  background:#ff6a2c;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}

/* Profile */
.profile-img {
    /* width: 110px; */
    /* height: 110px; */
    /* border-radius: 50%; */
    /* border: 4px solid #ff6a2c; */
    overflow: hidden;
    margin: 0 auto;
}

.profile-img img{
  width:100%;
  /* height:100%; */
  object-fit:cover;
}

/* Name & badge */
.name{
  font-size:18px;
  font-weight:600;
  margin-bottom:0px;
}

.badge-score {
    display: inline-block;
    background: #29232c;
    padding: 2px 25px;
    border-radius: 35px;
    margin-top: 10px;
    border: 1px solid #e55c208a;
    color: #ff5724;
    font-size: 1.675rem;
    font-weight: bold;
    line-height: initial;
}
.badge-score span {
    font-size: 14px;
}

.subtitle{
  color:#b8c6e0;
  font-size:14px;
}

/* Quote box */
.quote-box {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 18px 10px 18px 34px;
    font-size: 13px;
    text-align: left;
    position: relative;
}

.quote-box::before {
    content: "❝";
    font-size: 40px;
    color: #ff6727;
    position: absolute;
    top: 3px;
    left: 8px;
}



/* Global Styles */
* {
box-sizing: border-box;
}

body {
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
background-color: var(--background);
color: var(--foreground);
line-height: 1.6;
}
p{ color: #a3adc2;}
.blue {
background: #132853;
}
.brown {
background: #3a2626;
}
.green {
background: #0f3533;
}

/* Utilities */
.gradient-text {
background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-glow) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.btn-primary-custom
 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-glow) 100%);
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.45rem 1.8rem;
    border-radius: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-glow);
    font-size: 16px;
    line-height: inherit;
}

.btn-primary-custom:hover {
transform: scale(1.05);
box-shadow: 0 0 50px rgba(242, 99, 34, 0.5);
color: white;
}

.btn-outline-custom {
    border: 2px solid #213145;
    color: #fff;
    background: #091420;
    font-weight: 600;
    padding: 0.45rem 1.8rem;
    border-radius: 0.9rem;
    transition: all 0.3s ease;
    font-size: 16px;
}

.btn-outline-custom:hover {
background: var(--foreground);
color: var(--background);
}
.lead {
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
}

/* Hero Section */
.hero-section {
background:#00183e;
position: relative;
overflow: hidden;
padding: 80px 0 40px;
background: url(../img/banner-img.jpg) center top / cover no-repeat;
}
.hero-overlay {
    background: #091420e0;
    height: 100%;
    position: absolute;
    right: 0;
    opacity: inherit;
    top: 0;
    width: 100%;
}
.hero-section::before {
content: '';
position: absolute;
top: 20%;
left: -20%;
width: 500px;
height: 500px;
background: var(--primary-color);
opacity: 0.15;
border-radius: 50%;
filter: blur(100px);
animation: pulse 4s ease-in-out infinite;
}

.hero-section::after {
content: '';
position: absolute;
bottom: 10%;
right: -10%;
width: 400px;
height: 400px;
background: var(--primary-glow);
opacity: 0.1;
border-radius: 50%;
filter: blur(100px);
animation: pulse 5s ease-in-out infinite;
}

@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.15; }
50% { transform: scale(1.1); opacity: 0.2; }
}

.hero-content {
position: relative;
z-index: 2;
}
.hero-content h1 {
    line-height: 62px;
}
.form-card {
    background: #111d2c;
    border: 2px solid #1e2d40;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: var(--shadow-card);
}
.form-card h3 {
    font-weight: bold;
    font-size: 23px;
}

.form-card .btn.btn-outline-custom.btn-lg {
    border: 1px solid #ff5724;
    border-radius: 15px;
    color: #ff5724;
    padding: 0.55rem 2rem;
    width: 100%;
}

/* Stats Section */
.stats-section {
background: var(--background-light);
padding: 80px 0;
}
.stats-section .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
.stat-card h3 {
    font-size: 35px;
}
.stat-card {
background:#031c45;
border: 2px solid var(--border-color);
border-radius: 1rem;
padding: 2rem;
text-align: center;
transition: all 0.3s ease;
height: 100%;
}

.stat-card:hover {
border-color: var(--primary-color);
transform: translateY(-5px);
box-shadow: var(--shadow-glow);
}

.stat-icon {
width: 60px;
height: 60px;
background: rgba(242, 99, 34, 0.1);
border-radius: 0.75rem;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1rem;
}

/* Segment Selector */
.segment-card {
    background: #111d2c;
    border: 1px solid #233142;
    border-radius: 1rem;
    padding: 30px 30px 20px 110px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: left;
    position: relative;
}
.segment-card h3{ font-size: 1.3rem;}
.segment-card p {
    font-size: 16px;
}
.segment-card p.gradient-text {
    font-weight: 600;
}

.segment-card:hover {
border-color: var(--primary-color);
transform: scale(1.05);
box-shadow: var(--shadow-glow);
}

.segment-icon {
    width: 50px;
    height: 50px;
    background: rgba(242, 99, 34, 0.1);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: absolute;
    left: 24px;
}
.whychoose .segment-icon {
width: 50px;
    height: 50px;
    background: rgba(242, 99, 34, 0.1);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 30px;
    position: inherit;
    left: 0;
}
.whychoose .segment-card {
    background: #111d2c;
    border: 1px solid #233142;
    border-radius: 1rem;
    padding: 25px 20px 25px 20px;
}
.whychoose .segment-card h3 {
    font-size: 18px;
    margin-top: 20px;
}

.whtadiffert .segment-icon {
    width: 50px;
    height: 50px;
    background: rgba(242, 99, 34, 0.1);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 30px;
    position: inherit;
    left: 0;
}
.whtadiffert .segment-card {
    padding: 20px 18px 20px 18px;
}
.whtadiffert .segment-card h3 {
    font-size: 18px;
    margin-top: 20px;
}
.whtadiffert .segment-card p {
    font-size: 14px;
    margin-bottom: 0;
}

/* Advantage Section */
.advantage-card {
    background: #042457;
    border: 2px solid #06327a;
    border-radius: 1rem;
    padding: 1.8rem;
    transition: all 0.3s ease;
    text-align: center;
}
.advantage-card:hover {
border-color: var(--primary-color);
transform: scale(1.05);
}

.advantage-icon {
    width: 56px;
    height: 56px;
    background: rgba(242, 99, 34, 0.1);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem !important;
    margin: 0 auto;
}

.max-w-5xl {
    max-width: 55rem;
    margin: 0 auto;
}
#working-professionals {
    background: #021d4a;
}

.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;
}

.achiever-cardss {
    background: linear-gradient(180deg, #0f243a, #0b1b2e);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
    transition: transform .3s ease;
    border: 1px solid #1c3046;
}
.achiever-cardss:hover{
  transform: translateY(-6px);
  border: 1px solid #ff6a2b;
}

/* Image */
.achiever-imgs img {
    width: 100%;
    object-fit: cover;
    min-height: 280px;
    max-height: 280px;
}

/* Content */
.achiever-content{
  padding:18px 18px 10px;
}

.name1 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.degree{
  font-size:13px;
  color:#9fb3c8;
}

/* Score box */
.score-box {
    background: #1d202c;
    border-radius: 12px;
    padding: 6px 10px;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.score{
  font-size:22px;
  font-weight:700;
  color:#ff6a2b;
}
.percentile{
  font-size:13px;
  color:#ff6a2b;
}

/* Footer */
.card-footer-custom {
    background: transparent;
    padding: 0px 18px 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    color: #fff;
}
.check{
  color:#fff;
}
.cap {
    background: #29232c;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}





.section-top-btn {
    display: inline-block;
    background: #29232c;
    color: #ff5724;
    padding: 5px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    border: 1px solid #6a332a;
}

/* Audience Block */
.audience-section {
    padding: 80px 0;
    scroll-margin-top: 80px;
    background: #091420;
}

.audience-card {
    background: #111d2c;
    border: 1px solid #29394c;
    border-radius: 1rem;
    padding: 3rem;
    box-shadow: var(--shadow-card);
}
.breakcard .audience-card {
    background: transparent;
    border: 0px;
    border-radius: 0;
    padding: 0;
    box-shadow: inherit;
}
.breakcard .max-w-5xl {
    max-width: 68rem;
    margin: 0 auto;
}
.breakcard .flex-r {
    border-radius: 50px;
     display: flex;
    align-items: center;
    justify-content: center;

}


.check-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    background: #0d1826;
    border: 1px solid #1e2f44;
    padding: 15px 20px;
    border-radius: 15px;
    align-items: center;
}
.check-item p {
    color: #fff;
}
.flex-r {
    background: #261f26;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 15px;
}

.check-icon {
color: var(--primary-color);
flex-shrink: 0;
margin-top: 0.25rem;
}

.check-item1 {
    margin-bottom: 1.5rem;
    background: #0d1826;
    border: 1px solid #1e2f44;
    padding: 15px 20px;
    border-radius: 15px;
}

.success-badge {
background: rgba(242, 99, 34, 0.1);
border: 2px solid var(--border-color);
border-radius: 1rem;
padding: 2rem;
text-align: center;
}

.cta-wrapper {
    background: linear-gradient(180deg, #2a3140, #232936);
    border-radius: 18px;
    padding: 50px 20px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.info-box {
    display: flex;
    align-items: center;
    gap: 14px;
}
.info-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 125, 60, 0.15);
    color: #ff7a3d;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.info-text small {
    color: #aeb6c3;
    display: block;
    font-size: 14px;
}
.info-text strong {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.btn-cta {
    background: #d65c35;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 0 30px rgba(255, 122, 61, 0.6);
    transition: all 0.3s ease;
    font-weight: 600;
}
.btn-cta:hover {
  background: #d65c35;
  box-shadow: 0 0 40px rgba(255,122,61,0.8);
  transform: translateY(-2px);
}
.cta-footer {
    margin-top: 18px;
    font-size: 13px;
}

.testimonial-card1 {
  background: #1f2937;
  border-radius: 16px;
  padding: 25px;
  height: 100%;
  color: #cbd5e1;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
      text-align: left;
}

.testimonial-card1 h5 {
  color: #fff;
}

.quote-icon {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 40px;
  color: #fb6a3d;
  opacity: 0.7;
}

.avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #fb6a3d;
}

.score-badge11 {
  display: inline-block;
  background: rgba(251,106,61,0.15);
  color: #fb6a3d;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.testimonial-card1 p {
  font-size: 15px;
  line-height: 1.6;
  color: #9ca3af;
}

/* Achievers Section */
.achiever-card {
background: var(--card-bg);
border: 2px solid var(--border-color);
border-radius: 1rem;
overflow: hidden;
transition: all 0.3s ease;
}

.achiever-card:hover {
border-color: var(--primary-color);
transform: translateY(-5px);
}

.achiever-img {
width: 100%;
height: 300px;
object-fit: cover;
}

.achiever-info {
padding: 1.5rem;
}

.find-program {
    background: #0a1623;
}
.enquiry-form {
    background: #00183e;
}
.three-part {
    background: #001029;
}

/* Program Comparison */
.program-card {
    background: #042457;
    border: 2px solid #06327a;
    border-radius: 1rem;
    padding: 2rem 1.2rem;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    border-left: 5px solid #f26322;
}

.program-card:hover {
border-color: var(--primary-color);
transform: translateY(-5px);
}

.program-card.featured {
border-color: var(--primary-color);
transform: scale(1.05);
box-shadow: var(--shadow-glow);
}

.badge-custom {
background: var(--primary-color);
color: white;
padding: 0.5rem 1rem;
border-radius: 0.5rem;
font-size: 0.875rem;
font-weight: 600;
display: inline-block;
margin-bottom: 1rem;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%);
}

/* Footer */
footer {
    background: #00183e;
    padding: 30px 0 30px;
    text-align: center;
}


.footer-section{
  background:linear-gradient(180deg,#020f2c,#010b1f);
  color:#cbd5e1;
  padding:40px 0 20px;
}

.footer-logo{
  width:48px;
  height:48px;
  background:#ff6a2c;
  color:#fff;
  font-weight:700;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
}

.footer-title{
  font-size:18px;
  font-weight:600;
  color:#fff;
  text-align: left;
}

.footer-sub{
  font-size:14px;
  color:#aab6cc;
    text-align: left;
}

.footer-tagline{
  font-size:14px;
  margin-top:8px;
    text-align: left;
}

.social-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#0b2a5a;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:18px;
  transition:0.3s;
}

.social-icon:hover{
  background:#ff6a2c;
}

.footer-divider{
  border-top:1px solid rgba(255,255,255,0.15);
  margin:30px 0 15px;
}

.footer-bottom{
  font-size:14px;
  color:#9fb0cc;
}



footer h5 {
color: var(--primary-color);
margin-bottom: 1.5rem;
}

footer a {
color: var(--muted);
text-decoration: none;
transition: color 0.3s ease;
}

footer a:hover {
color: var(--primary-color);
}

/* WhatsApp Float Button */
.whatsapp-float {
position: fixed;
bottom: 30px;
right: 30px;
width: 60px;
height: 60px;
background: #25d366;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
z-index: 1000;
transition: all 0.3s ease;
}

.whatsapp-float:hover {
transform: scale(1.1);
box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

/* Mobile CTA Bar */
.mobile-cta {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: var(--background-light);
padding: 1rem;
box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
z-index: 999;
display: none;
}

/* **********course********* */
.testmonials-pull .slick-arrow {
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 35px !important;
    height: 35px !important;
    padding: 0;
    cursor: pointer;
    background-color: #ffffff;
    background-size: 25px;
    background-position: center;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: inherit;
    border: 1px solid #ffffff;
    bottom: -9%;
}

.slick-slider {
margin: 0 -15px;
}

.slick-slide {
padding: 10px 0;
margin-right: 15px;
margin-left: 15px;
height: inherit;
}
.find-program,
.cat-achievers-section,
.ssti {
  padding-bottom: 100px;
}

.cousrs .slick-list,
.cat-achievers-section .slick-list,
.ssti .slick-list {
  padding-left: 0px !important;
}

.find-program .testmonials-pull .slick-arrow,
.cat-achievers-section .testmonials-pull .slick-arrow,
.ssti .testmonials-pull .slick-arrow {
    top: -10%;
}

.testmonials-pull {
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
background-image: inherit;
position: relative;
padding: 0;
color: #444;
}

.testmonials-pull .slick-prev {
background-image: url(https://www.careerlauncher.com/cat-mba/img1/arrow-left.svg);
right: 5%;
left: inherit;
}

.testmonials-pull .slick-next {
background-image: url(https://www.careerlauncher.com/cat-mba/img1/arrow-right.svg);
right: 0%;
left: inherit;
}



.find-program .testmonials-pull .slick-prev,
.cat-achievers-section .testmonials-pull .slick-prev,
.ssti .testmonials-pull .slick-prev {
background-image: url(https://www.careerlauncher.com/cat-mba/img1/arrow-left.svg);
right: 5%;
left: inherit;
}

.find-program .testmonials-pull .slick-next,
.cat-achievers-section .testmonials-pull .slick-next,
.ssti .testmonials-pull .slick-next {
background-image: url(https://www.careerlauncher.com/cat-mba/img1/arrow-right.svg);
right: 0%;
left: inherit;
}

.statst-box {
    background: #252b37;
    border-radius: 60px;
    padding: 15px 20px;
    border: 1px solid #344558;
    max-width: 500px;
    margin: 0 auto;
}

.stat-item h2 {
    color: #ff7a18;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
}

.stat-item p {
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
}

.stat-divider {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}



.marquee-wrapper {
overflow: hidden;
position: relative;
padding: 0px 0;
}

.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%);
}
}

.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);
}

.program-boxs h3 {
    font-size: 18px;
    text-align: center;
}
.bg-danger-subtle {
    background-color: #e85222 !important;
    padding: 7px 20px;
}

.alls-one .segment-card {
background: #042457;
border: 2px solid #09336d;
border-radius: 1rem;
padding: 2rem;
transition: all 0.3s ease;
cursor: pointer;
text-align: left;
}
.alls-one .segment-card h3{ font-size: 1.3rem;}
.alls-one .segment-card p {
font-size: 14px;
}
.alls-one .segment-card p.gradient-text {
font-weight: 600;
}

.alls-one .segment-card:hover {
border-color: var(--primary-color);
transform: scale(1.05);
box-shadow: var(--shadow-glow);
cursor: default;
}

.alls-one .segment-icon {
width: 64px;
height: 64px;
background: rgba(242, 99, 34, 0.1);
border-radius: 0.75rem;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
position: inherit;
    left: 0;
}

.mentor-card {
    background: #00102a;
    border-radius: 16px;
    padding: 25px 15px;
    border: 1px solid #0b244e;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    min-height: 322px;
    text-align: center;
}
.mentor-icon {
    box-shadow: 0 0 17px rgb(255 7 0 / 25%);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 3px solid #f73f00a3;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
    background: #fff;
}
.mentor-icon img {
    width: 94px;
}
.mentor-name {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
}
.mentor-role {
    font-size: 13px;
    color: #ff6123;
    font-weight: 500;
    margin-bottom: 10px;
}
.mentor-details {
    font-size: 13px;
    color: #fff;
    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: #fff;
    text-align: left;
    line-height: 20px;
}
.alls-two .testimonial-cardss {
    background: #1f2036;
    border-radius: 20px;
    padding: 25px 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
    border: 1px solid #1f3146;
}
.alls-two .avatar {
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #ea5225, #ba4626);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
}
.alls-two .avatar img {
    width: 100%;
}
.alls-two .testimonial-cardss h5 {
    color: #fff;
}
.alls-two .meta {
    font-size: 13px;
    margin-top: 4px;
    color: #ffffff;
    font-weight: 500;
}
.alls-two .percentile1 {
    color: #ff6a2b;
    font-weight: 600;
    background: #38394c;
    border-radius: 20px;
    padding: 3px 8px;
}
.alls-two .testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 12px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0;
}
.alls-two .testimonial-text svg {
    position: absolute;
    left: 0;
    top: 3px;
}
.feature-content {
    height: 190px;
    overflow: auto;
    margin: 15px 0;
}

.feature-content img {
    height: 20px;
}

.feature-content::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.feature-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.feature-content::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ced0d3;
    border-radius: 10px;
}


.alls-three .advantage-card {
    min-height: 312px;
}




@media (min-width: 1200px) {
    .display-5 {
        font-size: 2.8rem;
    }
}

/* Mobile Fix */
@media (max-width: 767px) {
  .stat-divider {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 20px;
    padding-top: 20px;
  }
}


@media (max-width: 768px) {
.mobile-cta {
display: block;
}
}

/* Custom Form Styles */
.form-control{
    background: #213145;
    border: 1px solid #2b3b4e;
    color: #ccc;
    padding: 0.55rem 0.75rem;
    border-radius: 0.9rem;
}
input::placeholder {
  color: #ccc!important;
  opacity: 1; /* important for Firefox */
  font-size: 14px;
}

.form-control:focus{
    background: #213145;
    border-color: var(--primary-color);
    color: var(--foreground);
    box-shadow: 0 0 0 0.25rem rgba(242, 99, 34, 0.25);
}
.form-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/download.svg);
    background-position: 98% center;
    background-repeat: no-repeat;
}
.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}
.form-label {
color: var(--foreground);
font-weight: 500;
margin-bottom: 0.5rem;
}

/* Spacing */
.section-spacing {
padding: 80px 0;
}


/* Banner box */
.future-box {
    margin: auto;
    padding: 30px 30px;
    border-radius: 18px;
    background: #161720;
    border: 1px solid rgba(255, 106, 43, .35);
    text-align: center;
    margin-top: 50px;
}
/* Heading */
.future-box h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
}

/* Sub text */
.future-box p{
  font-size: 16px;
  color: #b7c7d9;
  margin-bottom: 0;
}

/* Emoji spacing */
.future-box .emoji{
  margin-left: 6px;
}


.cat-achievers-section{
  background: #081524;
  color: #fff;
}

/* Badge */
.section-badge{
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  color: #ff6a2b;
  border: 1px solid rgba(255,106,43,.4);
  background: rgba(255,106,43,.08);
}

/* Title */
.section-title{
  font-size: 40px;
  font-weight: 700;
}
.section-title span{
  color: #ff6a2b;
}

/* Subtitle */
.section-subtitle{
  font-size: 17px;
  color: #b7c7d9;
  margin-top: 10px;
}

/* Rating */
.rating-text{
  font-size: 15px;
  color: #ffb347;
}

/* Card */
.testimonial-cardss {
    background: #111d2c;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
    border: 1px solid #1f3146;
    color: #fff;
}
.testimonial-cardss h6 {
    font-size: 18px;
    color: #fff;
}

/* Avatar */
.avatar {
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #ea5225, #ba4626);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

/* Card text */
.testimonial-card h5{
  margin-bottom: 2px;
  font-size: 18px;
}
.testimonial-card small{
  color: #9fb3c8;
}
.meta {
    font-size: 13px;
    margin-top: 4px;
    color: #ffffff;
    font-weight: 500;
}
.percentile1 {
    color: #ff6a2b;
    font-weight: 600;
    background: #29232c;
    border-radius: 20px;
    padding: 3px 8px;
}

/* Quote */
.testimonial-text svg {
    position: absolute;
    left: 0;
    top: 3px;
}

.testimonial-text {
    font-size: 14px;
    color: #d7e3f3;
    line-height: 1.7;
    margin-top: 12px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0;
}

.wkp .testimonial-text {
    padding-left: 0px;
}

/* Bottom fix bar */

.bottom-offer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0a1420;
    border-top: 1px solid #24364c;
    padding: 12px 20px;
    z-index: 9999;
}
.ready-start {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.bottom-offer-bar p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}

.btn-group-offer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.close-offer {
    font-size: 35px;
    cursor: pointer;
}

/* Bottom fix bar */

.find-program .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
}

.score-card {
    background: linear-gradient(180deg, #222a38, #1c2431);
    border-radius: 16px;
    padding: 15px 20px;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.score-badge {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 140, 50, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 25px;
    font-weight: 700;
    color: #ff7a18;
}
.score-name {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
    color: #fff;
}
.score-iim {
    color: #ff7a18;
    font-weight: 500;
    font-size: 14px;
}
.score-percent {
    font-size: 12px;
    color: #94a3b8;
}
.score-bg {
    font-style: italic;
    font-size: 12px;
    color: #94a3b8;
}
.stats-bar {
    background: linear-gradient(90deg, #5a3a2c, #2a2222, #5a3a2c);
    border-radius: 18px;
    padding: 28px 20px;
    margin-top: 50px;
}
.stat-number {
    font-size: 35px;
    font-weight: 700;
    color: #ff7a18;
}
.stat-text {
    color: #94a3b8;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 768px){
    .future-box h2 {
        font-size: 20px !important;
    }
  .future-box p{
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
    span.num {
    display: none;
}
.number-between{flex-direction: row;    gap: 15px;}
.btn-primary-custom {
    width: 100%;
}
.btn-outline-custom {
    width: 100%;
}
.form-card h3 {
    font-weight: bold;
    font-size: 20px;
}
.form-card {
    padding: 1rem;
}
.hero-section {
        padding: 90px 0 0px;
    }
.audience-section {
    padding: 40px 0;
}
.audience-card {
    padding: 1rem;
    box-shadow: var(--shadow-card);
}
.btn-primary-custom
 {
    padding: 0.75rem 0.35rem;
    font-size: 14px;
}

    .close-offer {
        left: 8px;
        font-size: 20px;
        position: absolute;
        top: 5px;
    }

.btn-group-offer span{display: none;}
    .bottom-offer-bar p {
        margin: 6px 0;
        font-weight: 500;
        font-size: 11px;
    }
.bottom-offer-bar {
    text-align: center;
    gap: 5px;
    padding: 12px 10px;
}
.hero-content h1 {
    line-height: 40px;
    font-size: 32px;
}
.lead {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}
.form-card .btn.btn-outline-custom.btn-lg {
       padding: 0.55rem 0.5rem;
}
h2{font-size: 27px!important;}
.segment-card h3 {
    font-size: 1.1rem;
}
.segment-card {
padding: 20px 15px 20px 85px;
}
.segment-card p {
font-size: 14px; margin-bottom: 0px;
}
.check-item {
margin-bottom: 1rem;
padding: 10px 5px 10px 10px;
}
.check-item p {
color: #fff;
font-size: 15px !important;
}
.clar {
    display: inline;
}
.section-spacing {
    padding: 50px 0;
}

.testimonial-cardss {
padding: 28px 15px;

}
.ready-start {
    display: inline-block;    
}
.ready-start h5 {
    font-size: 14px;
}
.joins {
    margin-bottom: 60px;
}

}