:root {
  /* --primary-color: #4285f4; */
  --primary-color: #ed1c24;
  --secondary-color: #f4db7a;
  --text-color: #212529;
  --main-color: #333;
  --white-color: #fff;
  --black-color: #000;
  --transparent: transparent;
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Syne", sans-serif;
  color: var(--text-color);
  background: var(--white-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--main-color);
}
p {
  color: var(--text-color);
}

.mentors,
.discovery {
  background-image: url("../../assets/images/bg-image.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.mentors::before,
.discovery::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-color: rgba(233, 92, 92, 0.05); */
  background: conic-gradient(
    from 270deg,
    var(--secondary-color),
    #ffffff,
    var(--primary-color),
    var(--secondary-color)
  );
  opacity: 0.1;
}

/*----------- Navigation ----------*/

header .nav-link {
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
  border: 1px solid #465d93;
}
header .sticky .nav-link {
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

@media (max-width: 991px) {
  header .navbar-collapse {
    background: rgb(222 222 222 / 90%);
    backdrop-filter: blur(20px);
    position: absolute;
    width: 100%;
    padding: 20px;
    top: 80px;
    left: 0;
  }

  .sticky .navbar-collapse {
    background: rgb(0 0 0 / 90%);
  }
}

.navbar-brand {
  padding: 0;
}

header .nav-link {
  padding: 0.2rem 1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

header .nav-link:focus,
header .nav-link:hover {
  color: var(--white-color) !important;
}

header .nav-link.active,
header .nav-link:hover {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.navbar {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease;
}

.navbar.sticky {
  width: 100%;
  position: fixed;
  padding: 8px 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*  ----------- Animated Button  -------------  */
.btn-custom {
  color: var(--white-color);
  padding: 0.3rem 0.3rem 0.3rem 1.2rem;
  border-radius: 999px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition:
    color 0.4s ease,
    border-color 0.4s ease;
  overflow: hidden;
}

.btn-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease;
}

.btn-custom .btn-bg {
  background: var(--primary-color);
  border-radius: 5.875rem;
  position: absolute;
  z-index: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-custom .btn-text,
.btn-custom .btn-icon {
  position: relative;
  z-index: 2;
}

/* ========== Outline to Fill ========== */
.btn-custom-outline {
  border: 1px solid var(--black-color);
  background-color: transparent;
}
.btn-custom-outline .btn-bg {
  width: 2.3rem;
  height: 2rem;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}

.btn-custom-outline:hover .btn-bg {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transform: none;
}

.btn-custom-outline .btn-text {
  color: var(--black-color);
}
.btn-custom-outline:hover .btn-text {
  color: var(--white-color);
}

/* ========== Fill to Outline ========== */
.btn-custom-fill {
  /* border: 1px solid #7a4fff; */
  border: 1px solid #1d1279;
  background-color: transparent;
}
.btn-custom-fill .btn-bg {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transform: none;
}
.btn-custom-fill:hover .btn-bg {
  width: 2.3rem;
  height: 2rem;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}
.btn-custom-fill .btn-icon {
  color: var(--white-color);
}
.btn-custom-fill:hover .btn-text {
  color: var(--black-color);
}

/*--------------Banner ------------------*/

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(253 250 249 / 30%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 71px;
}

.bg‑secondary‑dark {
  background-color: #111;
}

.btn‑xl {
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
}

.overlay‑dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.card-title {
  font-weight: 600;
}
.sticky .btn-custom-outline,
.pen-banner .btn-custom-outline {
  border: 1px solid var(--white-color);
}
.sticky .btn-custom-outline .btn-text,
.pen-banner .btn-custom-outline .btn-text {
  color: var(--white-color);
}

.sub-heading {
  background: #f0f0f0;
  padding: 5px 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  width: fit-content;
  font-weight: 500;
}

/* Mobile center */
.sub-heading-mcenter {
  margin-left: auto;
  margin-right: auto;
}

/* Desktop left */
@media (min-width: 768px) {
  .sub-heading-mcenter {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Desktop center */
@media (min-width: 768px) {
  .sub-heading-dcenter {
    margin-left: auto;
    margin-right: auto;
  }
}
/* -----------------   program-details   -------------------*/
.program-details .program-format .icon-box {
  background-image: url(../../assets/images/program-format-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 20px;
}
.program-details .program-highlights .icon-box {
  /* background-image: url(../../assets/images/program-format-bg.png); */
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 120px; /* control image size */
  padding: 30px 120px 40px 30px;
  background-color: #f5f5f5; /* optional base color */
}

/* ------------Admission process ----------*/

.admission-process-section {
  padding: 80px 0;
}

.process-card {
  background: #fff;
  border: 1px solid #cfd2d6;
  border-radius: 40px;
  padding: 25px;
  height: 100%;
  position: relative;
}

.process-card:hover {
  border: 1px solid #c53321;
}

.process-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.step-badge {
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

.step-red {
  background: #c53321;
}

.step-blue {
  background: #6f7fa3;
}

.step-heading {
  font-size: 42px;
  color: #405689;
  font-weight: 500;
  margin: 0;
}

.process-title {
  font-size: 22px;
  margin-bottom: 15px;
}

.process-list {
  padding-left: 18px;
  margin-bottom: 30px;
}

.process-list li {
  margin-bottom: 10px;
}

.process-center {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}

.process-bottom {
  text-align: center;
  color: #405689;
  font-size: 18px;
  margin: 0;
}

/*  --------------  why  -----------------  */

.why-it-matters .icon-box {
  border: 1px solid #e5e2e0;
  position: relative;
  background: rgb(255 255 255 / 0%);
  backdrop-filter: blur(20px);
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.why-it-matters .icon-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #ed1c24;
  z-index: 0;
  transition: height 0.4s ease;
}
.why-it-matters .icon-box:hover::before {
  height: 100%;
}

.why-it-matters .icon-box > * {
  position: relative;
  z-index: 1;
}

.why-it-matters .icon-box:hover h5,
.why-it-matters .icon-box:hover p,
.why-it-matters .icon-box:hover .icon {
  color: #ffffff;
}

/* ----------- Process -----------*/
i {
  margin-right: 10px;
}
#navbar-animmenu {
  background: var(--primary-color);
  padding: 15px 0 0px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#navbar-animmenu ul {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0px;
}

#navbar-animmenu li {
  list-style-type: none;
  float: left;
  z-index: 999;
}

#navbar-animmenu .nav-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 700;
  line-height: 45px;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  background: transparent;
  transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  border: none;
}

#navbar-animmenu .nav-link:hover {
  color: rgba(255, 255, 255, 1);
}

#navbar-animmenu .nav-link.active {
  color: var(--primary-color);
  background-color: transparent;
  transition: all 0.7s;
}

#navbar-animmenu a:not(:only-child)::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 10%;
  right: 20px;
  font-size: 14px;
  padding-right: 3px;
  transition: 0.5s;
}

#navbar-animmenu .active > a:not(:only-child)::after {
  transform: rotate(90deg);
}
.hori-selector {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: 1;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hori-selector .left,
.hori-selector .right {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  bottom: 0px;
}

.hori-selector .left::before,
.hori-selector .right::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 50%;
  bottom: 0;
}

.hori-selector .left {
  left: -25px;
}

.hori-selector .left::before {
  left: -25px;
}

.hori-selector .right {
  right: -25px;
}

.hori-selector .right::before {
  right: -25px;
}
.incubation-process .tab-content {
  padding: 20px;
}

/*---------- Offer ---------------*/

.offer-box {
  position: relative;
  overflow: hidden;
  border-color: var(--primary-color) !important;
  background-color: transparent;
  transition: color 0.3s ease;
  z-index: 1;
}

.offer-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--primary-color);
  z-index: 0;
  transition: width 0.4s ease;
}
.offer-box:hover::before {
  width: 100%;
}
.offer-box > * {
  position: relative;
  z-index: 1;
}
.offer-box:hover h5,
.offer-box:hover p {
  color: var(--text-color);
}

/*---------- Team -------------------*/
.section-title {
  border-left: 4px solid var(--primary-color);
  padding-left: 10px;
  margin-bottom: 20px;
}

.venture-card {
  transition: transform 0.3s ease;
  background: #fff;
  border-radius: 12px;
  position: relative;
}

.venture-card:hover {
  transform: translateY(-6px);
}

.card-hover-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  height: auto;
  background: rgba(255, 255, 255, 0.96);
  transition: bottom 0.4s ease;
  z-index: 2;
  border-top: 1px solid #ddd;
}

.venture-card:hover .card-hover-overlay {
  bottom: 0;
}

.card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
}

.overlay-name {
  font-weight: 700;
  color: #000;
}

.card-role {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0.25rem;
  font-size: 15px;
}

.card-desc {
  font-size: 0.875rem;
  color: #333;
  margin-bottom: 0;
}

.venture-card:hover img {
  filter: brightness(0.85);
}

/* -----------   Event  ----------------- */

.event-card {
  border: none;
  border-radius: 0;
  padding-bottom: 2rem;
}

.event-divider {
  border-top: 1px solid #ddd;
  margin: 1.5rem 0;
}

.event-title {
  font-weight: 700;
  font-size: 1.25rem;
}

.event-date {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: var(--text-color);
  margin-bottom: 0.5rem;
}

.view-location {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85rem;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.view-location:hover {
  text-decoration: underline;
}

.event-text {
  color: var(--text-color);
}

/*-----------   eligibility   -----------*/
.eligibility .nav-link {
  color: #939393;
  font-size: 18px;
  font-weight: 500;
  transition:
    color 0.2s,
    transform 0.3s ease;
}

.eligibility .nav-link.active,
.eligibility .nav-link:hover {
  color: var(--text-color);
  background-color: var(--transparent);
}

.tabList-box {
  background-color: #f5f5f5;
  padding: 20px;
  backdrop-filter: blur(30px);
}

.tabList-content {
  border: 2px solid #f5f5f5;
  padding: 22px 20px 10px 20px;
}

.discovery {
  position: relative;
}

.slice {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  margin-top: -28px;
}

.row-1 {
  margin-top: 0;
}

.slice span {
  position: relative;
  z-index: 2;
  max-width: 250px;
}

.left.row-1 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

.left.row-2 {
  clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
}

.left.row-3 {
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

.right.row-1 {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.right.row-2 {
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
}

.right.row-3 {
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}

.slice::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.6;
}

.img-1::before,
.img-3::before,
.img-5::before,
.img-7::before,
.img-9::before,
.img-11::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.img-2::before,
.img-4::before,
.img-6::before,
.img-8::before,
.img-10::before,
.img-12::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.img-1 {
  background-image: url("../images/descovery/1.png");
}

.img-2 {
  background-image: url("../images/descovery/3.png");
}

.img-3 {
  background-image: url("../images/descovery/5.png");
}

.img-4 {
  background-image: url("../images/descovery/2.png");
}

.img-5 {
  background-image: url("../images/descovery/4.png");
}

.img-6 {
  background-image: url("../images/descovery/6.png");
}

.img-7 {
  background-image: url("../images/development/1.png");
}

.img-8 {
  background-image: url("../images/development/3.png");
}

.img-9 {
  background-image: url("../images/development/5.png");
}

.img-10 {
  background-image: url("../images/development/2.png");
}

.img-11 {
  background-image: url("../images/development/4.png");
}

.img-12 {
  background-image: url("../images/development/6.png");
}

.left.row-1 span {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  margin-top: -30px;
}

.left.row-2 span {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.left.row-3 span {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.right.row-1 span {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  margin-top: -30px;
}

.right.row-2 span {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.right.row-3 span {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.discovery .col-md-6:first-child {
  padding-right: 4px;
}

.discovery .col-md-6:last-child {
  padding-left: 4px;
}

@media (max-width: 768px) {
  .slice {
    clip-path: none;
    margin-top: 0;
    background-position: center;
  }
  .left.row-2,
  .right.row-2 {
    margin: -30px 0;
  }

  .right.row-1 {
    margin: 10px 0 0 0;
  }
  .slice span {
    max-width: 180px;
  }
}

.icon-shadow {
  text-shadow: 0 4px 10px #cf38322b;
}

.feature-box {
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  /* background-color: #ed1c24; */
  border: 1px solid #e5e2e0;
  padding: 24px;
  border-radius: 15px;
}

.feature-box:hover {
  transform: translateY(-5px);
}

/* Card container */
.highlight-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 15px;
  /* more pronounced 3D effect */
  border-bottom: 2px solid var(--primary-color);
  box-shadow: 0 5px 15px #cf38321f;
  /* stronger 3D effect */
  transition:
    transform 0.3s,
    background-color 0.3s;
}

/* Odd/even background colors */
.highlight-card:nth-child(odd) {
  background-color: #ed1c241a;
}

.highlight-card:nth-child(even) {
  background-color: hsl(48deg 85% 72% / 17%);
}

/* Hover effect */
.highlight-card:hover {
  transform: translateY(-4px);
}

/* Feature and detail */
.feature {
  font-weight: 700;
  font-size: 1rem;
  color: var(--main-color);
}

.detail {
  font-size: 1rem;
  color: var(--main-color);
  text-align: right;
}

.header-card {
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
}

.header-card .feature,
.header-card .detail {
  color: var(--primary-color);
}

.cta,
.program-outcomes,
.eligibility,
.mentors,
.learning-experience,
.discovery,
.why-it-matters,
.about {
  padding: 60px 0;
}

/* Responsive: stack feature/detail on small screens */
@media (max-width: 768px) {
  .cta,
  .program-outcomes,
  .eligibility,
  .mentors,
  .learning-experience,
  .discovery,
  .why-it-matters,
  .about {
    padding: 40px 0;
  }
  .highlight-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .detail {
    text-align: left;
    margin-top: 5px;
  }
}

/* Glassmorphism Card */
.glass-card {
  background: #111111;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

/* Profile Image */
.profile-image-wrapper {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Quote Bubble */
.quote-bubble {
  background-color: var(--white-color);
  padding: 1rem 1.5rem;
  border-left: 4px solid var(--primary-color);
  border-radius: 10px;
  font-size: 1rem;
}

.quote-bubble p {
  color: #000;
}

/* Section background */
.program-outcomes {
  position: relative;
  /* background: linear-gradient(145deg, #050505 0%, #101020 100%); */
  overflow: hidden;
}

.program-outcomes::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(
    from 0deg,
    var(--secondary-color),
    #ffffff,
    var(--primary-color),
    var(--secondary-color)
  );
  animation: spinGradient 20s linear infinite;
  opacity: 0.17;
  z-index: 0;
}

@keyframes spinGradient {
  to {
    transform: rotate(360deg);
  }
}

/* Grid layout */
.outcome-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
  z-index: 2;
}

/* Item style */
.outcome-item {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #e5e2e000;
  border-radius: 18px;
  padding: 50px 20px 20px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.6;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  overflow: visible;
  text-align: center;
}

.outcome-item .num {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(13, 202, 240, 0.3);
  z-index: 1;
}

.outcome-item:hover {
  transform: translateY(-10px);
  border-color: #e5e2e0;
  transition: all 0.4s ease;
}

.outcome-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top left,
    rgba(13, 202, 240, 0.15),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.outcome-item:hover::after {
  opacity: 1;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .outcome-item {
    font-size: 0.95rem;
    padding: 35px 20px 20px;
  }

  .outcome-item .num {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .tabList-box {
    padding: 0px;
  }

  .eligibility .nav-link.active,
  .eligibility .nav-link:hover {
    color: var(--black-color);
    background-color: var(--text-color);
  }
}

@media only screen and (min-width: 768px) {
  .eligibility .nav-tabs {
    border: 0;
  }

  .eligibility .nav-link {
    border: 0;
    padding-left: 0;
  }

  .eligibility .nav-link.active,
  .eligibility .nav-link:hover {
    font-weight: 600;
    transform: translateX(6px);
  }
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2rem;
  }
}
