:root {
  --purple: #5c0f8b;
  --purple-light: #a389ba;
  --orange: #ff5100;
  --orange-light: #f9a77e;
  --orange-soft: #f9a77e;
  --black: #1c1330;
  --white: #fff;
  --gray: #6b6478;
  --bg-soft: #faf8fc;
  --radius-lg: 22px;
  --radius-md: 14px; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 0.9rem;
  color: #1c1330;
  background: #fff;
  overflow-x: hidden; }
  body p,
  body li {
    font-size: 0.9rem;
    line-height: 1.8; }
    @media screen and (min-width: 1920px) {
      body p,
      body li {
        font-size: 1.05rem; } }
    @media screen and (max-width: 767.98px) {
      body p,
      body li {
        font-size: 0.75rem; } }

@media screen and (max-width: 767.98px) {
  h5 {
    font-size: 1rem; } }

@media screen and (min-width: 1601px) {
  .container {
    max-width: 1500px; } }

ul li {
  margin-bottom: 0.5rem; }

.list-count {
  column-count: 2; }

.section-title {
  margin-bottom: 2.5rem; }
  .section-title h2 {
    font-weight: 800;
    font-family: "Playfair Display", sans-serif !important;
    color: #5c0f8b;
    font-size: 2.1rem;
    display: block; }
    @media screen and (min-width: 1920px) {
      .section-title h2 {
        font-size: 2.5rem; } }
    @media screen and (max-width: 767.98px) {
      .section-title h2 {
        font-size: 1.5rem; } }
  .section-title .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ff5100;
    margin-bottom: 1rem; }
    .section-title .eyebrow::before {
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: currentColor;
      display: inline-block;
      flex-shrink: 0; }

header {
  position: relative;
  z-index: 1030; }

:root {
  --navbar-height: 90px; }

.navbar {
  padding: 14px 0;
  position: fixed;
  width: 100%;
  left: 0;
  background: #000000;
  background: linear-gradient(180deg, #000000 20%, #00000000 100%);
  height: auto;
  z-index: 999;
  top: 0;
  transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease; }
  .navbar.navbar-scrolled {
    padding: 8px 0; }
  .navbar .container {
    position: relative; }

.navbar-brand img {
  width: 140px; }
  @media screen and (min-width: 1601px) {
    .navbar-brand img {
      width: 200px; } }
  @media screen and (max-width: 767.98px) {
    .navbar-brand img {
      width: 100px; } }

.navbar-toggler {
  border: none;
  padding: 4px 10px;
  margin-right: 12px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  background: transparent;
  box-shadow: none !important; }
  .navbar-toggler:focus {
    box-shadow: none; }

.navbar-close {
  position: absolute;
  top: 18px;
  right: 15px;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: #5c0f8b;
  padding: 6px;
  line-height: 1; }

.navbar-nav .nav-link {
  font-weight: 600;
  color: #fff;
  padding: 10px !important;
  transition: color 0.18s ease; }
  @media screen and (min-width: 1601px) {
    .navbar-nav .nav-link {
      padding: 10px 15px !important; } }
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    color: #ff5100; }

@media screen and (max-width: 991.98px) {
  .main-navbar.navbar-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: auto;
    margin: 0;
    background: #fff;
    box-shadow: 12px 0 40px rgba(61, 30, 120, 0.18);
    padding: 1rem;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    display: block !important;
    overflow-y: auto;
    z-index: 1050; }
    .main-navbar.navbar-sidebar.show {
      transform: translateX(0); }
    .main-navbar.navbar-sidebar .navbar-nav {
      flex-direction: column;
      align-items: stretch; }
    .main-navbar.navbar-sidebar .nav-item {
      width: 100%;
      border-bottom: 1px solid #e6e0ee; }
      .main-navbar.navbar-sidebar .nav-item:last-child {
        border-bottom: 0; }
    .main-navbar.navbar-sidebar .nav-link {
      width: 100%;
      color: #5c0f8b; } }
.banner {
  position: relative;
  padding: 90px 0 50px;
  color: #fff;
  overflow: hidden; }
  .banner .section-title {
    z-index: 11;
    position: relative; }
  .banner h1 {
    font-size: 2.5rem;
    font-family: "Playfair Display", sans-serif !important;
    font-weight: 700; }
  @media screen and (max-width: 991.98px) {
    .banner {
      background: linear-gradient(55deg, #5c0f8b 63%, #ff5100 100%);
      padding: 170px 0 0; }
      .banner h1 {
        font-size: 1.7rem; } }
  @media screen and (max-width: 767.98px) {
    .banner {
      background: linear-gradient(55deg, #5c0f8b 63%, #ff5100 100%);
      padding: 120px 0 0; }
      .banner h1 {
        font-size: 1.5rem; } }
  @media screen and (min-width: 1601px) {
    .banner {
      padding: 140px 0 70px; }
      .banner h1 {
        font-size: 3rem; } }
  .banner .eyebrow {
    text-transform: capitalize;
    color: #fff !important;
    background: #925b95;
    padding: 0.6rem 1rem;
    border-radius: 2rem;
    border: 1px solid #fff; }
    @media screen and (max-width: 767.98px) {
      .banner .eyebrow {
        font-size: 0.6rem !important;
        text-transform: capitalize !important; } }

.grid-container {
  display: grid;
  background: #fff;
  width: max-content;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  border-radius: 1rem;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 5px;
  justify-content: start; }
  .grid-container img {
    width: 55px;
    padding: 0.3rem 0.3rem; }

.hero-stats {
  display: flex;
  flex-wrap: wrap; }
  .hero-stats .hero-stat {
    flex: 0 0 50%;
    margin: 1rem 0;
    padding: 0;
    line-height: 0;
    position: relative; }
    @media screen and (max-width: 991.98px) {
      .hero-stats .hero-stat {
        flex: 0 0 25%; } }
    .hero-stats .hero-stat::after {
      content: '';
      position: absolute;
      right: 0;
      height: 80%;
      width: 1px;
      background-color: #fff;
      bottom: 0;
      left: -56px; }
    .hero-stats .hero-stat h4 {
      font-size: 2rem;
      font-weight: 900;
      line-height: 1.1;
      margin: 5px; }
      @media screen and (min-width: 1601px) {
        .hero-stats .hero-stat h4 {
          font-size: 3rem; } }
    .hero-stats .hero-stat p {
      line-height: 1.2;
      margin: 0; }
    .hero-stats .hero-stat:nth-child(odd)::after {
      content: unset; }
  @media screen and (max-width: 767.98px) {
    .hero-stats {
      flex-wrap: nowrap;
      justify-content: space-between;
      margin: 2rem 0; }
      .hero-stats .hero-stat {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: center;
        margin: 0;
        padding: 0 4px; }
        .hero-stats .hero-stat::after {
          left: 0;
          right: auto; }
        .hero-stats .hero-stat:nth-child(odd)::after {
          content: ''; }
        .hero-stats .hero-stat:first-child::after {
          content: unset; }
        .hero-stats .hero-stat h4 {
          font-size: 1.1rem; }
        .hero-stats .hero-stat p {
          font-size: 0.62rem; } }

.hero-img-wrap {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 39%;
  z-index: 0; }
  .hero-img-wrap img {
    max-width: 435px;
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.35)); }
  @media screen and (min-width: 1601px) {
    .hero-img-wrap {
      left: 41%; } }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .hero-img-wrap {
      left: auto;
      right: 0; }
      .hero-img-wrap img {
        max-width: 275px; } }
  @media screen and (max-width: 767.98px) {
    .hero-img-wrap {
      left: auto;
      right: 0; }
      .hero-img-wrap img {
        max-width: 200px; } }

.enquiry-card {
  border-radius: 22px;
  padding: 0.5rem;
  background: #fff;
  position: relative;
  z-index: 1; }

.section-lg {
  padding: 90px 0;
  position: relative;
  scroll-margin-top: var(--navbar-height); }
  @media screen and (max-width: 767.98px) {
    .section-lg {
      padding: 25px 0; } }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .section-lg {
      padding: 30px 0; } }

a {
  text-decoration: none; }

.text-orange {
  color: #ff5100; }

.text-purple {
  color: #5c0f8b; }

.bg-purple {
  background: #5c0f8b; }

.bg-purple-soft {
  background: #f4ecfb; }

.bg-light {
  background: linear-gradient(120deg, #fbf3ff 0%, #f7ecfc 32%, #fff1e9 72%, #fff7f2 100%); }

.btn-orange {
  padding: 0.3rem 1rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
  color: #5c0f8b;
  border: 1px solid #ff5100;
  background-color: transparent; }
  @media screen and (min-width: 1920px) {
    .btn-orange {
      padding: 0.5rem 1.2rem; } }
  @media screen and (max-width: 767.98px) {
    .btn-orange {
      padding: 0.3rem 0.5rem;
      font-size: 0.85rem; } }

.more-wrap {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease; }
  .more-wrap.open {
    max-height: 2000px;
    opacity: 1; }

.toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px; }
  .toggle-btn svg {
    transition: transform 0.25s ease; }
  .toggle-btn.open svg {
    transform: rotate(180deg); }

.list-item {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.stat-card {
  background: #fff;
  border: 1px solid #eee3f7;
  border-left: 4px solid #ff5100;
  border-radius: 14px;
  padding: 1.3rem 0.7rem;
  box-shadow: 0 10px 25px rgba(92, 15, 139, 0.06); }
  .stat-card span {
    font-size: 2rem;
    font-weight: 800;
    color: #5c0f8b; }
    @media screen and (min-width: 1601px) {
      .stat-card span {
        font-size: 2.3rem; } }
    @media screen and (max-width: 767.98px) {
      .stat-card span {
        font-size: 1.3rem; } }
  .stat-card .lbl {
    color: #1c1330;
    font-size: 1rem;
    font-weight: 600; }
    @media screen and (max-width: 767.98px) {
      .stat-card .lbl {
        font-size: 0.8rem; } }

.doc-list li {
  padding: 0.7rem 0;
  border-bottom: 1px dashed #e6e0ee;
  font-size: 0.92rem; }
  .doc-list li:last-child {
    border-bottom: 0; }
  .doc-list li i {
    color: #ff5100;
    margin-right: 0.5rem; }

.program-list .list-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: none;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 12px;
  width: 100%;
  text-align: left;
  color: #5c0f8b;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(61, 30, 120, 0.05);
  font-size: 1rem;
  transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease; }
  @media screen and (min-width: 1601px) {
    .program-list .list-item {
      font-size: 1.1rem; } }
  @media screen and (max-width: 767.98px) {
    .program-list .list-item {
      padding: 10px;
      font-size: 0.8rem; } }
  .program-list .list-item.active {
    background: #5c0f8b;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 14px 28px -18px rgba(92, 15, 139, 0.5); }
  .program-list .list-item:hover:not(.active) {
    transform: translateX(2px); }

.detail-card {
  border-radius: 16px;
  padding: 40px 44px;
  box-shadow: 0 4px 18px rgba(61, 30, 120, 0.06);
  background: #fff; }

.accordion-item {
  border: 1px solid #eee3f7;
  margin-bottom: 10px;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(61, 30, 120, 0.05); }

.accordion-button {
  font-weight: 600;
  color: #1c1330;
  background: #fff;
  gap: 12px; }
  @media screen and (max-width: 767.98px) {
    .accordion-button {
      font-size: 0.85rem;
      padding: 0.75rem; } }
  .accordion-button:not(.collapsed) {
    background: #fff;
    border-color: transparent;
    color: #ff5100;
    box-shadow: 0 12px 12px -18px rgba(92, 15, 139, 0.5); }
  .accordion-button:focus {
    box-shadow: none; }
  .accordion-button::after {
    filter: none; }

.accordion-body {
  background: #fff;
  padding: 22px 20px 26px; }

.feature-item {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #f4ecfb;
  transition: box-shadow 0.2s ease, transform 0.2s ease; }
  .feature-item:hover {
    background: #f4ecfb;
    box-shadow: 0 16px 32px -20px rgba(92, 15, 139, 0.35);
    transform: translateY(-3px); }

.feature-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #5c0f8b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem; }

.process-stepper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  gap: 10px;
  flex-wrap: balance; }
  @media (max-width: 991px) {
    .process-stepper {
      flex-wrap: wrap;
      row-gap: 40px; } }
  @media screen and (max-width: 767.98px) {
    .process-stepper {
      row-gap: 30px; } }

.process-step {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 8px; }
  .process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 58%;
    width: 84%;
    border-top: 2px dashed #ff5100;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .process-step:not(:last-child)::after {
        border-top: 0; } }
  @media screen and (max-width: 1024px) {
    .process-step {
      flex: 0 0 35%;
      max-width: 32%; } }
  @media screen and (max-width: 767.98px) {
    .process-step {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px; }
      .process-step::after {
        display: none; }
      .process-step:not(:last-child)::before {
        content: '\2193';
        display: block;
        margin: 12px auto 0;
        font-size: 1.3rem;
        line-height: 1;
        color: #ff5100; } }
  .process-step p {
    line-height: 1.5; }
  .process-step h6 {
    font-size: 1rem; }
    @media screen and (min-width: 1601px) {
      .process-step h6 {
        font-size: 1.1rem; } }

.step-circle {
  width: 48px;
  height: 48px;
  line-height: 44px;
  border: 2.5px solid #ff5100;
  border-radius: 50%;
  color: #ff5100;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 auto 14px;
  background: #fff;
  position: relative;
  z-index: 2; }

.career-card {
  background: #fff;
  border: 1px solid #eee3f7;
  border-radius: 14px;
  padding: 1.3rem;
  height: 100%; }
  .career-card i {
    color: #ff5100;
    font-size: 1.5rem; }
    @media screen and (min-width: 1601px) {
      .career-card i {
        font-size: 2rem; } }

.recruiters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 14px;
  width: 100%; }
  @media screen and (max-width: 767.98px) {
    .recruiters-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 8px; } }
  @media screen and (min-width: 1601px) {
    .recruiters-grid {
      grid-template-columns: repeat(5, 1fr);
      gap: 8px; } }

.recruiter-card {
  background: #fff;
  border: 1px solid #eee3f7;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(92, 15, 139, 0.05);
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: transform 0.15s ease, box-shadow 0.15s ease; }
  @media screen and (max-width: 767.98px) {
    .recruiter-card {
      border-radius: 8px;
      padding: 6px; } }
  .recruiter-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(92, 15, 139, 0.1); }
  .recruiter-card img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain; }

.recruiters-more {
  text-align: center;
  margin: 1rem 0 0;
  font-weight: 700;
  color: #5c0f8b; }

.timeline-item {
  position: relative;
  padding-left: 2.6rem;
  padding-bottom: 1.6rem;
  border-left: 2px solid #eadff6;
  margin-left: 0.9rem; }
  .timeline-item:last-child {
    border-left: 2px solid transparent;
    padding-bottom: 0; }
  .timeline-item::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff5100;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #ff5100;
    z-index: 1; }
  .timeline-item::after {
    content: '';
    position: absolute;
    left: -9px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff5100;
    animation: timeline-ripple 1.5s ease-out infinite; }

@keyframes timeline-ripple {
  0% {
    transform: scale(1);
    opacity: 0.6; }
  100% {
    transform: scale(2.6);
    opacity: 0; } }
.college-band {
  background: #5c0f8b;
  border-radius: 24px;
  padding: 48px;
  color: #fff;
  overflow: hidden; }
  .college-band h2 {
    color: #fff; }
  @media screen and (max-width: 767.98px) {
    .college-band {
      padding: 30px 22px;
      border-radius: 18px; } }

.fact-list {
  display: grid;
  gap: 12px; }

.fact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 13px 16px;
  font-size: 1rem; }
  @media screen and (min-width: 1601px) {
    .fact-row {
      font-size: 1.1rem; } }
  .fact-row span:first-child {
    color: rgba(255, 255, 255, 0.7); }
  .fact-row span:last-child {
    font-family: "Playfair Display", sans-serif;
    color: #ffb68a;
    font-size: 14.5px;
    font-weight: 700;
    text-align: right; }

.campus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 170px;
  grid-auto-flow: dense;
  gap: 1rem; }

.campus-card {
  position: relative;
  grid-column: span 1;
  grid-row: span 1;
  border-radius: 14px;
  overflow: hidden;
  background: #a389ba;
  box-shadow: 0 8px 20px rgba(92, 15, 139, 0.08); }
  .campus-card h6 {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    margin: 0rem;
    color: #fff;
    font-weight: bold; }
  .campus-card.featured {
    grid-column: span 2;
    grid-row: span 2; }
  .campus-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.45s ease; }
  .campus-card:hover img {
    transform: scale(1.08); }
  .campus-card .campus-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(28, 19, 48, 0.85) 0%, rgba(28, 19, 48, 0.05) 55%, rgba(28, 19, 48, 0) 100%); }

.event-tile {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(92, 15, 139, 0.1); }
  .event-tile img {
    transition: 0.4s ease; }
  .event-tile:hover img {
    transform: scale(1.08); }
  .event-tile p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(92, 15, 139, 0.92) 0%, rgba(92, 15, 139, 0) 100%);
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 1.2rem 0.4rem 0.55rem;
    margin-bottom: 0; }

.cta-bg {
  padding: 3rem;
  border-radius: 1rem; }
  @media screen and (max-width: 767.98px) {
    .cta-bg {
      padding: 1.5rem; } }

.cta-blob {
  position: absolute;
  top: -82px;
  right: -82px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 81, 0, 0.38), transparent 70%);
  z-index: 0; }

.cta-student-cutout {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 370px;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 18px 26px rgba(62, 10, 95, 0.35)); }
  @media screen and (min-width: 1601px) {
    .cta-student-cutout {
      width: 500px; } }
  @media screen and (max-width: 1024px) {
    .cta-student-cutout {
      width: 250px; } }

.footer-inner {
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  .footer-inner ul {
    padding-left: 1rem; }
    .footer-inner ul li {
      color: #fff;
      margin-bottom: 0.5rem; }
      .footer-inner ul li a {
        color: #fff; }

.brand-logo img {
  width: 600px; }
  @media screen and (max-width: 767.98px) {
    .brand-logo img {
      width: 300px; } }

hr {
  color: #fff; }

.social-row {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 8px; }
  .social-row a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid rgba(255, 81, 0, 0.55);
    color: #fff;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease; }
    .social-row a:hover, .social-row a:focus-visible {
      background: #ff5100;
      transform: translateY(-2px); }
    .social-row a:focus-visible {
      outline: 2px solid #fff;
      outline-offset: 2px; }
  .social-row svg {
    width: 20px;
    height: 20px; }
  .social-row i {
    font-size: 1rem;
    line-height: 1; }

.legal a,
.legal p {
  color: #a389ba; }

.thanks-card {
  background: linear-gradient(90deg, #5c0f8b 59%, #ff5100 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  width: 100%;
  padding: 3rem 2.5rem;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35); }

.check-badge {
  width: 82px;
  height: 82px;
  margin: 0 auto 1.6rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .check-badge i {
    font-size: 3.5rem;
    color: #1c1330; }

.eyebrow {
  display: inline-block;
  text-transform: capitalize;
  color: #fff;
  border-radius: 2rem;
  font-size: .78rem;
  font-weight: 500; }

.call-now {
  background: #5c0f8b;
  padding: 0.2rem 0.5rem;
  border: 1px solid #fff;
  border-radius: 7px; }

.call-now a {
  color: #fff;
  font-size: 0.9rem;
  animation: blinkFade 1s ease-in-out infinite; }

@keyframes blinkFade {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
.floadting-tab .floating-apply-btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #ff5100, #f9a77e);
  color: #fff;
  font-weight: 700;
  padding: 0.4rem 1rem;
  border-radius: 10px 0px 10px 0px;
  box-shadow: 0 6px 24px rgba(123, 47, 247, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 9999;
  text-align: center; }
  .floadting-tab .floating-apply-btn i {
    font-size: 1rem; }
  .floadting-tab .floating-apply-btn:first-child {
    right: 10rem;
    background: #25d366; }
  .floadting-tab .floating-apply-btn:hover {
    transform: translateY(-3px) scale(1.04);
    animation: none;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .floadting-tab .floating-apply-btn {
      font-size: 0.85rem;
      padding: 0.6rem 0.5rem; }
      .floadting-tab .floating-apply-btn:first-child {
        right: auto;
        left: 1rem; } }
  @media screen and (min-width: 1601px) {
    .floadting-tab .floating-apply-btn {
      font-size: 1rem; }
      .floadting-tab .floating-apply-btn i {
        font-size: 1.1rem; } }

#ibm-ind .program-list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px; }
  #ibm-ind .program-list .list-item {
    padding: 1rem;
    display: block;
    text-align: center; }
    #ibm-ind .program-list .list-item h5 {
      font-size: 1rem; }
      @media screen and (min-width: 1601px) {
        #ibm-ind .program-list .list-item h5 {
          font-size: 1.1rem; } }
      @media screen and (max-width: 767.98px) {
        #ibm-ind .program-list .list-item h5 {
          font-size: 0.9rem; } }
    #ibm-ind .program-list .list-item i {
      font-size: 1.2rem;
      margin-bottom: 1rem; }
      @media screen and (min-width: 1601px) {
        #ibm-ind .program-list .list-item i {
          font-size: 1.5rem; } }
    @media screen and (max-width: 767.98px) {
      #ibm-ind .program-list .list-item {
        padding: 16px 10px; } }
#ibm-ind .feature-item {
  border: 1px solid #ff5100; }
  @media screen and (max-width: 767.98px) {
    #ibm-ind .feature-item {
      padding: 0.7rem; } }

/*# sourceMappingURL=style.css.map */
