* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 2px solid black; */
}
img {
  width: 100%;
}

.flex {
  display: flex;
  justify-content: end;
}
.absolute {
  position: absolute;
}
/* nav-section styling */
.nav {
  background: linear-gradient(120deg, #1e3a8a, #020617);
}
.nav-section {
  display: flex;
  color: #fff;
}
.nav-links {
  display: flex;
  list-style: none;
  li {
    a {
      color: #fff;
      text-decoration: none;
      font-size: 17px;
      font-weight: 620;
    }
  }
}
.heder-logo {
  width: 100px;
}

/* DROUPDOWN MENU STYLING */
.droupdown-menu {
  background: linear-gradient(120deg, #1e3a8a, #020617);
  border-radius: 0.2rem;
  display: none;
}
.z-999 {
  z-index: 999;
}
.top-20 {
  top: 80px;
}

.droupdown-link:hover .droupdown-menu {
  display: block;
}

/* PORTFOLIO SECTION STYLING */
.portfolio-info {
  position: absolute;
  bottom: 10px;
  left: 32px;
  background-color: #fff;
  padding: 0.7rem 0.5rem;
}
.protfolio-img img {
  border-top-left-radius: 3.5rem;
  border-top-right-radius: 3.5rem;
}
.site-title {
  font-weight: 650;
}
.portfolio-info {
  width: 85%;
}
.arrow-btn {
  background-color: #0079a4;
  color: #ffffff;
  padding: 11px 8px;
  border-radius: 0.5rem;
}
.portfolio-card {
  margin-top: 2rem;
}
.portfolio-info {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

/* indraprstha section styling */
table tr th {
  font-size: 10px;
}
table tbody tr td {
  font-size: 10px;
}
.top-15 {
  top: 20px;
}

/* FOOTER SECTION STYLING */
.footer-links {
  li {
    padding: 0.5rem 0;
  }
  a {
    text-decoration: none;
    color: #ffffff;
  }
}

/* Home section */

.hero {
  min-height: 50vh;
  background-image: url(Images/program_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color:  #0f172a;
}
.section-padding {
  padding: 80px 0;
}
.why-card img {
  width: 60px;
}

.distance-online-modern {
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

.option-box {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  height: 100%;
}

@media(max-width:768px){
  .option-box{
    box-shadow:none;
    padding: 25px 0;
    
  background: rgba(255, 255, 255, 0);
  }
}

.option-header {
  background: linear-gradient(90deg, #1e3a8a, #0f172a);
  color: #fff;
  padding: 12px 20px;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.option-header.online {
  background: linear-gradient(120deg, #1e3a8a, #020617);
}

.option-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  height: 100%;
}

.option-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.option-card img {
  width: 55px;
  margin-bottom: 12px;
}

.option-card p {
  font-size: 14px;
  color: #1e293b;
  margin-bottom: 0;
}
.bg-color {
  background: #f2f2f2;
}

.why-regular-mba {
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

.regular-flow {
  max-width: 900px;
  margin: auto;
  position: relative;
  padding-left: 40px;
}

.regular-flow::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(120deg, #1e3a8a, #020617);
  border-radius: 10px;
}

.flow-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
  position: relative;
}

.flow-icon {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.flow-icon img {
  width: 36px;
}

.flow-content {
  background: #ffffff;
  margin-left: 25px;
  padding: 22px 26px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  flex: 1;
}

.flow-content h5 {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
}

.flow-content p {
  font-size: 14.5px;
  color: #555;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .regular-flow {
    padding-left: 0;
  }

  .regular-flow::before {
    left: 32px;
  }

  .flow-content {
    margin-left: 15px;
  }
}

.mba-abroad {
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

.abroad-intro {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.abroad-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  color: #1e293b;
  font-size: 14.5px;
}

.abroad-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0ea5e9;
  font-weight: bold;
}

.abroad-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 25px 20px;
  height: 100%;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  transition: 0.4s ease;
  text-align: center;
}

.abroad-card:hover {
  transform: translateY(-8px);
}

.abroad-card img {
  width: 55px;
  margin-bottom: 12px;
}

.abroad-card h6 {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
}

.abroad-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

.abroad-card.wide {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

/* Responsive */
@media (max-width: 768px) {
  .abroad-card.wide {
    flex-direction: column;
    text-align: center;
  }
}

.about-admit-expert {
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

.about-content .badge {
  background: linear-gradient(120deg, #1e3a8a, #020617);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 500;
}

.about-highlights {
  margin-top: 25px;
}

.highlight {
  border-left: 4px solid #1e3a8a;
  padding-left: 15px;
  margin-bottom: 18px;
}

.highlight h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #0f172a;
}

.highlight p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

/* Right Visual */
.about-visual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.stat-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 5px 40px rgba(15, 23, 42, 0.08);
  transition: 0.4s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
  background: linear-gradient(120deg, #1e3a8a, #020617);
  h3,
  p {
    color: #ffffff;
  }
}

.stat-card h3 {
  font-size: 32px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 6px;
}

.stat-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .about-visual {
    grid-template-columns: 1fr;
  }
}

/* responsive styling */

@media screen and (max-width: 992px) {
  .nav-links {
    display: block;
    position: absolute;
    overflow-y: scroll;
    top: 0;
    left: -300px;
    flex-direction: column;
    z-index: 999;
    background: linear-gradient(120deg, #1e3a8a, #020617);
    height: 100vh;
    width: 250px;

    justify-content: start;
    li {
      margin: 1.2rem 0;
    }
  }
  .show-menu {
    transition: all 0.3s;
    left: 0;
  }

  .droupdown-link {
    display: block;
    width: 100%;
    position: relative;
  }
  .droupdown-menu {
    position: static;
    background-color: black;
    top: 25px;
    left: -10px;
    margin-right: 0.5rem;
    li {
      margin: 0 !important;
      padding: 0.5rem;
      a {
        color: #fff;
      }
    }
  }
}
@media (min-width: 992px) {
  .mob-nav-btn,
  .cancel {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .portfolio-info {
    left: 30px;
    padding: 0.5rem 0.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
  .mob-nav-btn {
    display: flex;
    align-items: center;
  }
  .nav-section {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .phone{
   a{
    font-size: 10px;
   }
  }
}
