:root {
    --bg: #01001c;
    --text: #ffffff;
    --highlight: #126fbf;
    --box: #161b22;
}

.img-card img {
    height: 400px;
    width: 63.48px;

}

h1 {

    font-weight: 700;
}

h2 {
    font-weight: 600;
}

a {
    text-decoration: none;
}

.blue-text {
    color: var(--highlight);
}

.para-card img {
    width: 282.3507385253906px;
    height: auto;
    padding-bottom: 5px;
}

.para-card p {

    color: #FFFFFF;
    line-height: 36px;
    margin-top: 30px;
}

.para-card h1{
    font-size: 36px;
}

.final-imgcard img {
    width: 526px;
    height: 370px;
    object-fit: contain;
}

.main-sect {
    margin-top: 40px;


}

.mid-sect {
    display: flex;
    width: 100%;
    justify-content: space-evenly;

}

.para-card {
    width: 39%;
}

h2 {
    color: #fff;
}

h2 span,
.services {
    color: #116FBF;
}

.dedi-img {
    width: 50px;
    height: 50px;
}

.three-box p {
    font-weight: 400;

    line-height: 100%;
    color: #FFFFFF;
}

.line {
    height: 60px;
    background-color: white;
    width: 1px;
}

.three-box {
    display: flex;
    justify-content: space-evenly;
    border: .5px solid white;
    width: 82%;
    align-items: center;
    position: relative;
    left: 200px;
    top: -120px;
    height: 80px;
}

.hands {
    text-align: center;
}

.development {
    color: #FFFFFF;

    line-height: 36px;
    margin: auto;
    text-align: center;


}

/* .training-sect{
    background-color: #161B22;
} */
.four-box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 2%;

}


.one {
    background-color: #161B22;
    width: 18%;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 4px 8px 2px rgba(211, 203, 203, 0.2);


}

.one img {
    height: 93px;
    background-color: #161B22;
    padding-top: 5%;
}

.one p {
    color: #ffffff;
    font-size: 22px;
    background-color: #161B22;
    padding: 5%;
    padding-bottom: 5%;
}

.why h2 {
    text-align: center;
    margin-top: 50px;
}

.text-area p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;


}

.developers {
    display: flex;
    align-items: center;
    gap: 3%;
    margin-top: 30px;
}

.developers img {
    height: 60px;
}

.developers p {
    font-size: 22px;
    font-weight: 600;
    text-align: start;

}

.experienced-culture {
    display: flex;
    gap: 3%;
    padding-top: px;
}

.industrail-training {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.hero-img img {
    width: 543px;
}

.text-area {
    width: 44%;
}

.culture {
    width: 50%;
}

.experienced {
    width: 50%;
}

.imgg img {
    width: 499px;
}

.text-card p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #CACACA;
    padding-top: 30px;
}

.final-sect {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}

.text-card {
    width: 36%;
}

.text-card h2 {
    font-weight: 700;

}

.btn-1 {
    margin-bottom: 20px;
}

.btn-2,
.btn-1 {
    margin-top: 20px;

    border-radius: 50px;

    background-color: transparent;
    color: white;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 18px;
    box-shadow: -1px -1px 30px -2px #0d6efd;
    border: 1px solid #0d6efd;

}

.diwali-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.join-btn {
    display: inline-block;
    background: linear-gradient(90deg, var(--highlight), #1d8be4);
    color: var(--text);
    padding: 10px 35px;
    border-radius: 35px;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    transition: 0.4s ease;
    line-height: 20px;
    width: 85%;
    margin-top: 20px;
}

.join-btn span {
    font-size: 12px;
}

.diwali-banner img {
    margin-top: 2%;
    width: 85%;
    border-radius: 10px;
    border: 1.8px solid #126fbf;
}

/* Responsive */


.stats-section {
    background: var(--bg);
    color: var(--text);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 1rem;
}

.stats-box {
    background: var(--box);
    width: 220px;
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 12px;
    transition: 0.3s;
}

.stats-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(18, 111, 191, 0.4);
}

.stats-box i {
    font-size: 2rem;
    color: var(--highlight);
    margin-bottom: 0.8rem;
}

.stats-box h3 {
    font-size: 2rem;
    color: var(--text);
    margin: 0;
}

.stats-box p {
    font-size: 1rem;
    color: #ccc;
    margin-top: 0.3rem;
}


/* Hero Trust Badge */
.trust-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 16px;
    border: 1px solid rgba(18, 111, 191, 0.4);
    border-radius: 30px;
    width: fit-content;
    background: rgba(22, 27, 34, 0.8);
}

.trust-left .trust-bold {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}

.trust-divider {
    height: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.trust-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.stars {
    color: #f4c150;
    /* gold */
    font-size: 14px;
    letter-spacing: 1px;
}

.counter-div{
    display: flex; 
    justify-content: center;
}

.rating-text {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.rating-count {
    font-size: 12px;
    color: #b5b5b5;
}

/* WRAPPER */
.training-center-wrapper {
    margin-top: 30px;
}

/* HEADING */
.training-center-head {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.training-center-head h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.training-center-head p {
    font-size: 16px;
    line-height: 28px;
    color: #cccccc;
    margin-top: 15px;
}

/* GRID */
.shape-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 20px;
    padding: 0 5%;
}

/* BASE SHAPE */
.shape {
    background: #161b22;
    border-radius: 18px;
    overflow: hidden;
}

.shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* SHAPES */
.shape-big {
    grid-row: span 2;
    height: 460px;
}

.shape-top {
    height: 250px;
}

.shape-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.shape-small {
    height: 190px;
}

.shape-wide {
    height: 200px;
}

.expertise-section {
    margin: 40px 0;
    padding: 0 5%;
}

.expertise-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.expertise-sub {
    max-width: 720px;
    margin: 15px 0 50px;
    color: #cccccc;
    line-height: 28px;
}

/* TRACK */
.expertise-track {
  display: flex;
  gap: 16px;
  overflow: hidden;
}

/* CARD */
.expertise-card {
  flex: 0 0 320px;
  background: linear-gradient(180deg, #0b1220, #020617);
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

/* CONTENT AREA */
.card-content {
  display: flex;
  flex-direction: column;
}

/* IMAGE */
.exp-media img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin-top: 14px;
}

/* PRICE BAR — ALWAYS AT BOTTOM */
.price-bar {
  margin-top: auto; /* 🔥 THIS IS THE FIX */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

/* PRICE LEFT */
.price-left {
  display: flex;
  flex-direction: column;
}

.old-price {
  font-size: 14px;
  color: #ff4d4d;
  text-decoration: line-through;
}

.new-price {
  font-size: 20px;
  font-weight: 700;
  color: #4ade80;
}

.new-price small {
  font-size: 12px;
  font-weight: 500;
  color: #9ae6b4;
}

/* BUTTON */
.price-btn {
  background: #126fbf;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size:13px;
  text-decoration: none;
  white-space: nowrap;
}

/* MOBILE */
@media (max-width: 768px) {
  .expertise-card {
    flex: 0 0 85%;
  }
}


/* TEXT */
.expertise-card h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 12px;
}

.expertise-card p {
    color: #cfcfcf;
    font-size: 15px;
    line-height: 26px;
}

/* MEDIA IMAGE */
.exp-media {
    margin-top: 12px;
}

.exp-media img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
}

/* BOTTOM BAR */
.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* PRICE */
.price-box .old-price {
  display: block;
  color: #ff4d4d;
  text-decoration: line-through;
  font-size: 14px;
}

.price-box .new-price {
  color: #4ade80;
  font-size: 20px;
  font-weight: 700;
}

/* BUTTON */
.card-btn {
  background: #facc15;
  color: #000;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}


/* DESKTOP */
.placements-section {
    text-align: center;
}

.placements-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 3%;
    padding-right: 3%;
}

.placements-sub {
    max-width: 720px;
    margin: 10px auto 20px;
    color: #cccccc;
    line-height: 28px;
}

/* TRACK */
.placements-track {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 3%;
}

/* CARD */
.placement-card {
    min-width: 280px;
    background: #161b22;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    scroll-snap-align: center;
    transition: 0.3s ease;
}

.placement-card:hover {
    transform: translateY(-6px);
}

.profile {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.placement-card h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 6px;
}

.role {
    display: block;
    font-size: 14px;
    color: #9fb4ff;
    margin-bottom: 15px;
}

.company {
    height: 32px;
    margin-bottom: 15px;
}

.track {
    font-size: 14px;
    color: #cccccc;
}

/* HIDE HORIZONTAL SCROLLBAR */
.placements-track {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE / Edge */
}

.placements-track::-webkit-scrollbar {
    display: none;
    /* Chrome / Safari */
}

.enroll-proof {
    padding: 40px 5%;
    /* background: linear-gradient(180deg, #0b0f14, #020409); */
    color: #fff;
}

.enroll-proof-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

/* LEFT CONTENT */
.enroll-proof-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 18px;
}

.enroll-proof-content p {
    font-size: 16px;
    line-height: 28px;
    color: #cfcfcf;
    margin-bottom: 35px;
}

/* CTA */
.enroll-proof-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(90deg, #126fbf, #1d8be4);
    padding: 16px 42px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 0 35px rgba(18, 111, 191, 0.6);
    transition: all 0.35s ease;
}

.enroll-proof-btn span {
    font-size: 12px;
    margin-top: 4px;
    opacity: 0.85;
}

.enroll-proof-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 55px rgba(18, 111, 191, 0.9);
}

/* RIGHT VISUAL GRID */
.enroll-proof-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
    gap: 18px;
}

.proof-img {
    border-radius: 18px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.proof-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* VIEW ALL OVERLAY CARD */
.proof-view-all {
  position: relative;
}

.proof-view-all a {
  display: block;
  position: relative;
  height: 100%;
}

/* Overlay */
.view-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  transition: background 0.3s ease;
}

/* Text */
.view-overlay span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}


/* SHAPES */
/* .proof-img.tall {
    grid-row: span 2;
}

.proof-img.wide {
    grid-column: span 2;
} */

.ai-weekly-section {
    padding: 40px 5%;
    /* background: radial-gradient(circle at top, #0f1b2d, #05070b); */
    color: #fff;
}

.ai-weekly-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

/* LEFT */
.ai-weekly-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 18px;
}

.ai-weekly-content h2 span {
    color: #1d8be4;
}

.ai-weekly-content p {
    font-size: 16px;
    line-height: 28px;
    color: #cfcfcf;
    margin-bottom: 28px;
}

.ai-badge {
    display: inline-block;
    background: rgba(29, 139, 228, 0.15);
    color: #1d8be4;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 18px;
}

.ai-points {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.ai-points li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #e0e0e0;
}

/* CTA */
.ai-cta-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(90deg, #126fbf, #1d8be4);
    padding: 16px 40px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 0 40px rgba(18, 111, 191, 0.6);
    transition: all 0.35s ease;
}

.ai-cta-btn span {
    font-size: 12px;
    margin-top: 4px;
    opacity: 0.85;
}

.ai-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 60px rgba(18, 111, 191, 0.9);
}

/* RIGHT FLOW */
.ai-weekly-visual {
    display: grid;
    gap: 18px;
}

.ai-flow-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 22px;
    transition: 0.3s ease;
}

.ai-flow-card.active {
    border-color: #1d8be4;
    background: linear-gradient(160deg, rgba(29, 139, 228, 0.25), rgba(29, 139, 228, 0.05));
}

.ai-flow-card h4 {
    font-size: 16px;
    margin-bottom: 6px;
}

.ai-flow-card p {
    font-size: 14px;
    color: #d0d0d0;
    line-height: 24px;
}

/* FLOATING BUTTON */
.wa-float {
    position: fixed;
    bottom: 22px;
    right: 22px;
    width: 58px;
    height: 58px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.wa-float img {
    width: 30px;
}

/* POPUP BOX */
.wa-box {
    position: fixed;
    bottom: 95px;
    right: 22px;
    width: 260px;
    background: #116FBF;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 9999;
}

.wa-box h4 {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #fff;
}

.wa-box button {
    width: 100%;
    background: #f5f5f5;
    border: none;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s ease;
    color: #000;
}

.wa-box button:hover {
    background: #25D366;
    color: #fff;
}

/* CLOSE */
.wa-close {
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #777;
}

/* INLINE CTA ROW */
.cta-inline-banner {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 18px;
    flex-wrap: wrap;
}

.cta-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

/* OLD PRICE */
.old-price {
    font-size: 15px;
    font-weight: 500;
    color: #e53935;
    /* red */
    text-decoration: line-through;
}

/* NEW PRICE */
.new-price {
    font-size: 22px;
    font-weight: 700;
    color: #2e7d32;
    /* green */
}

/* CTA BUTTON */
.cta-btn {
    background: linear-gradient(90deg, #126fbf, #1d8be4);
    color: #ffffff;
    padding: 12px 36px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0 30px rgba(18, 111, 191, 0.6);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 45px rgba(18, 111, 191, 0.85);
}

/* MOBILE */
@media (max-width: 768px) {
    .cta-inline-banner {
        gap: 14px;
        justify-content: center;
    }

    .new-price {
        font-size: 18px;
    }

    .cta-btn {
        padding: 12px 30px;
    }
}

.learning-journey {
  background: linear-gradient(180deg, #020617, #050b1a);
  padding: 30px 5%;
  color: #fff;
}

/* HEADER */
.lj-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px; /* reduced gap */
}

.lj-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.lj-header hr {
  width: 64px;
  height: 3px;
  background: #126fbf;
  border: none;
  margin: 12px auto;
}

.lj-header p {
  color: #cfcfcf;
  line-height: 26px;
  font-size: 15px;
}

/* STICKY AREA */
.lj-sticky {
  position: sticky;
  top: 0;
  display: flex;
  gap: 60px;
  align-items: center;
}

/* LEFT STEPS */
.lj-steps {
  width: 45%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.lj-step {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  transition: .4s;
}

.lj-step span {
  display: block;
  font-size: 12px;
  color: #9fb4ff;
  margin-bottom: 6px;
}

.lj-step.active {
  background: linear-gradient(135deg, #126fbf, #1d8be4);
  box-shadow: 0 0 35px rgba(18,111,191,.6);
  transform: translateY(-3px);
}

/* RIGHT CARD */
.lj-details {
  width: 55%;
  position: relative;
  height: 280px;
}

.lj-card {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(18,111,191,0.25), transparent 60%),
    linear-gradient(180deg, #0b1220, #020617);
  border-radius: 26px;
  padding: 40px;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow:
    0 30px 60px rgba(0,0,0,0.45),
    inset 0 0 0 1px rgba(255,255,255,0.05);
  opacity: 0;
  transform: translateY(30px) scale(0.98);
  transition: all .5s ease;
}

.lj-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lj-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #126fbf, #1d8be4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
  box-shadow: 0 0 25px rgba(18,111,191,0.6);
}


.lj-card h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}

.lj-card p {
  font-size: 15px;
  color: #d1d5db;
  line-height: 26px;
  max-width: 520px;
}

.lj-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lj-tags span {
  background: rgba(18,111,191,0.15);
  color: #9fd1ff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.lj-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  pointer-events: none;
  box-shadow: inset 0 0 60px rgba(18,111,191,0.08);
}

.lj-step {
  cursor: pointer;
}

.lj-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 25px rgba(18,111,191,.4);
}


/* MOBILE */
@media (max-width: 768px) {
  .lj-sticky {
    flex-direction: column;
  }
  .lj-steps, .lj-details {
    width: 100%;
  }
}

/* ============================= */
/* NEW YEAR OFFER SECTION */
/* ============================= */

.newyear-offer {
  padding: 0px 5%;
}

.newyear-offer-box {
  max-width: 1100px;
  margin: auto;
  background: linear-gradient(160deg, rgba(18,111,191,0.18), rgba(18,111,191,0.05));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
}

/* LEFT CONTENT */
.offer-left .offer-badge {
  display: inline-block;
  background: #126fbf;
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.offer-left h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.offer-left h2 span {
  color: #1d8be4;
}

.offer-left p {
  font-size: 16px;
  line-height: 28px;
  color: #d0d0d0;
  margin-bottom: 26px;
}

/* CTA */
.offer-cta {
  display: inline-block;
  background: linear-gradient(90deg, #126fbf, #1d8be4);
  padding: 14px 36px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 0 40px rgba(18,111,191,0.6);
  transition: all 0.3s ease;
}

.offer-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 60px rgba(18,111,191,0.85);
}

/* RIGHT COUNTDOWN */
.offer-right {
  text-align: center;
}

.countdown-title {
  font-size: 21px;
    color: #f03;
    font-weight: 800;
    margin-bottom: 12px;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.countdown-timer div {
  background: #0b1220;
  
  border-radius: 12px;
  padding: 14px 12px;
 
  box-shadow: -1px -1px 30px -2px #0d6efd;
   border: 1px solid #0d6efd;
}

.countdown-timer span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.countdown-timer small {
  font-size: 12px;
  color: #9aa4b2;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .newyear-offer-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .offer-left h2 {
    font-size: 26px;
  }

  
}

.success-page {
  background: linear-gradient(180deg, #050812, #020409);
  color: var(--text);
  padding-bottom: 40px;
}

/* HERO */
.success-hero {
  text-align: center;
  padding: 70px 5% 45px;
}

.success-hero h1 {
  font-size: 40px;
  font-weight: 800;
}

.success-hero h1 span {
  color: var(--accent);
}

.success-hero p {
  color: var(--muted);
  margin-top: 12px;
}

/* SECTIONS */
.success-section {
  padding: 40px 5%;
}

.success-section h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.section-sub {
  color: var(--muted);
  margin-bottom: 25px;
  max-width: 720px;
}

/* VIDEO GRID */
.video-grid {
  display: grid;
  gap: 22px;
}

.video-grid.large {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.video-card {
  background: var(--card-bg);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 0 25px rgba(18,111,191,0.15);
}

.video-card iframe {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  border: none;
}

.video-card p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: var(--muted);
}

/* WHATSAPP GRID */
.whatsapp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.whatsapp-card {
  background: var(--card-bg);
  border-radius: 14px;
  padding: 8px;
}

.whatsapp-card img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* FINAL CTA — THEME BASED */
.success-cta-theme {
  margin-top: 60px;
  padding: 60px 5%;
  text-align: center;
  background: linear-gradient(160deg, #0c1a2f, #050812);
  border-top: 1px solid rgba(29,139,228,0.25);
}

.success-cta-theme h2 {
  font-size: 34px;
  font-weight: 800;
  color: #ffffff;
}

.success-cta-theme p {
  max-width: 700px;
  margin: 16px auto 28px;
  color: var(--muted);
  line-height: 28px;
}

.cta-theme-btn {
  display: inline-block;
  background: linear-gradient(90deg, #126fbf, #1d8be4);
  color: #ffffff;
  padding: 14px 42px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0 35px rgba(29,139,228,0.55);
  transition: 0.3s;
}

.cta-theme-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 55px rgba(29,139,228,0.9);
}

/* MOBILE */
@media (max-width: 768px) {
  .success-hero h1 {
    font-size: 30px;
  }

  .video-card iframe {
    height: 200px;
  }

  .success-cta-theme h2 {
    font-size: 26px;
  }
}

.placements-section {
  padding: 30px 5%;
  text-align: center;
}

.placements-track {
  display: flex;
  /* gap: 28px; */
  overflow-x: auto;
  scrollbar-width: none;
  justify-content: center;
}

.placements-track::-webkit-scrollbar {
  display: none;
}

/* NEW CARD */
.placement-card-v2 {
  min-width: 280px;
  background: radial-gradient(circle at top right, rgba(18,111,191,0.25), transparent 60%),
    linear-gradient(180deg, #0b1220, #020617);
  border-radius: 16px;
  padding: 26px 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.placement-card-v2:hover {
  transform: translateY(-6px);
}

/* PROFILE */
.placement-card-v2 .profile {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.placement-card-v2 h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

/* COMPANY */
.placement-card-v2 .company {
  height: 36px;
  margin-bottom: 18px;
}

/* TRANSFORMATION */
.transform-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.transform-row div {
  flex: 1;
}

.transform-row p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}

.label {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 20px;
  display: inline-block;
}

.label.before {
  color: #d32f2f;
}

.label.after {
  
  color: #2e7d32;
}

.arrow {
  font-size: 30px;
  font-weight: bolder;
  color: #126fbf;
}

/* LINKEDIN */
.linkedin-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #0a66c2;
  text-decoration: none;
}

.linkedin-btn img {
  width: 24px;
}

/* MOBILE */
@media (max-width: 768px) {
  .placement-card-v2 {
    min-width: 85%;
  }
  
  .countdown-timer span {
      font-size:20px; }
}

/* SECTION */
.diff-section {
  padding: 70px 5%;
  background: radial-gradient(circle at top, #0b1220, #020617);
  color: #ffffff;
}

/* HEADER */
.diff-head {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.diff-head h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 14px;
}

.diff-head p {
  font-size: 16px;
  color: #cfcfcf;
  line-height: 28px;
}

/* CARDS WRAPPER */
.diff-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: stretch;
}

/* CARD BASE */
.diff-card {
  background: rgba(255,255,255,0.05);
  border-radius: 18px;
  padding: 30px 28px;
  backdrop-filter: blur(12px);
}

/* PRIMARY (CUT EDGE) */
.diff-card.primary {
  border: 2px solid #126fbf;
  box-shadow: 0 0 40px rgba(18,111,191,0.35);
}

/* SECONDARY */
.diff-card.secondary {
  opacity: 0.75;
}

/* CARD TITLE */
.diff-card h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* LIST */
.diff-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.diff-card li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 24px;
  color: #e0e0e0;
}

/* ICONS */
.diff-card.primary li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #4ade80;
  font-weight: 700;
}

.diff-card.secondary li::before {
  content: "✖";
  position: absolute;
  left: 0;
  color: #ef4444;
  font-weight: 700;
}

/* MOBILE */
@media (max-width: 768px) {
  .diff-cards {
    grid-template-columns: 1fr;
  }

  .diff-head h2 {
    font-size: 26px;
  }

  .diff-card {
    padding: 26px 22px;
  }
}

.cet-faq {
  padding: 80px 5%;
  background: radial-gradient(circle at top, #0b1220, #020617);
  color: #fff;
}

.cet-faq-title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 50px;
}

.cet-faq-title span {
  color: #1d8be4;
}

.cet-faq-wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
}

/* Tabs */
.cet-faq-tabs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cet-tab {
  padding: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  font-weight: 600;
}

.cet-tab.active {
  background: linear-gradient(90deg, #126fbf, #1d8be4);
  box-shadow: 0 0 25px rgba(18,111,191,0.6);
}

/* Content */
.cet-faq-content {
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  padding: 30px;
}

.cet-faq-panel {
  display: none;
}

.cet-faq-panel.active {
  display: block;
}

.cet-faq-panel h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

/* Accordion */
.cet-q {
  padding: 16px;
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: 600;
}

.cet-a {
  display: none;
  padding: 14px 16px;
  color: #cfcfcf;
  line-height: 26px;
}

.cet-q.active + .cet-a {
  display: block;
  background: radial-gradient(circle at top right, rgba(18, 111, 191, 0.25), transparent 60%), linear-gradient(180deg, #0b1220, #020617);
  border-radius: 10px;
  margin-bottom: 5px;
}

/* Mobile */
@media (max-width: 768px) {
  .cet-faq-wrapper {
    grid-template-columns: 1fr;
  }

  .cet-faq-tabs {
    flex-direction: row;
    overflow-x: auto;
  }

  .cet-tab {
    white-space: nowrap;
  }
  
  .newyear-offer-box {
      
      padding:20px;
  }
  
  .trust-badge {
      padding:10px 50px;
      display: block;
}

.trust-badge .trust-divider{
    
    display:none;
}
.trust-badge .trust-left .trust-bold {
    
    font-size:17px;
}
}

.success-section h2, .success-section p{
    
    text-align:center;
}
