.courese-image{
    display:block;
}
.open-book li{
    color: #fff;
}

.courese-image img{
    width:100%;
}

.call-to-action img{
   width:100%
}
.rounded-img{
    padding: 0 0.5px;
}
.rounded-im{
    padding: 0 0.5px;
    border-radius: 0.5rem;
}
.intergation li p{
    margin:0;
}
.timeline-title a{
    font-size: 25px;
    color:#000;
    display:block;
}
.another-section{
    padding-top:2rem !important;
}
.rounded-image{
    padding: 0 0.4px;
}
.eligibility{
    padding:4rem 0;
    position:relative;
    overflow:clip;
}
.admission-process{
    padding:40px;
    margin:5px 0;
}
.card-image img{
    width:100%;
}

.bg-marrob{
    background:#7d1530;
}

.proces-admssion{
    color:#fff;
    font-weight:600;
    font-size:1.3rem;
}

.bg-bluecolr{
    background:#0e2a47;
}

.bg-lightcolr{
    background:#f6f6f6;
}

.processsection {
  list-style: none;
  counter-reset: step;
  padding-left: 0;
  margin: 0;
}

.processsection li {
  counter-increment: step;
  margin: 20px 0;
  position: relative;
  padding-left: 55px;
  color:#fff;
}

.processsection li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #fff;
  color: #333;
  z-index: 1; /* keep number above the line */
}

.processsection li::after {
  content: "";
  position: absolute;
  left: 17px; /* center of the circle (35px/2) */
  top: 35px;  /* start below the circle */
  width: 2px;
  height: calc(100% - 10px);
  background: #fff;
}

.processsection li:last-child::after {
  display: none; /* remove line after last item */
}

.bachelors li {
  position: relative;
  padding-left: 33px; /* space for the icon */
   color:#fff; 
    margin:10px 0;
}

.bachelors li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px; /* adjust vertically if needed */
  width: 24px;
  height: 24px;
  background: url("../images/svg/degree-cap.svg") no-repeat center;
  background-size: contain;
  filter: invert(100%) sepia(0%) saturate(7492%) hue-rotate(314deg) brightness(101%) contrast(103%);
}
.admission-process.bg-lightcolr .proces-admssion{
    color:#000;
}

.adsmal-tile{
    font-size:1.1rem;
    color:#000;
    font-weight:600;
    margin:15px 0;
}

.admission-process p{
    margin:0;
}
.carrer-opoortun li{
    margin:10px 0;
}

.carrer-opoortun {
  list-style: none;
  padding-left: 0;
}

.carrer-opoortun li {
  position: relative;
  padding-left: 45px;
  margin: 15px 0;
}

.carrer-opoortun li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 28px;
  height: 28px;
  background: var(--icon) no-repeat center;
  background-size: contain;
  filter: invert(11%) sepia(41%) saturate(5675%) hue-rotate(330deg) brightness(96%) contrast(94%);
}

.aachi-placemt {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px; /* space between logos */
  align-items: center;
  justify-items: center;
}

.aachi-placemt img {
  max-width: 150px;
  height: 75px;
  object-fit: contain;
}
.clietn-logos{
    padding:1rem 0 3rem;
    position:relative;
}

.course-detail .nav{
        margin: 0;
    background:#fff;
    padding: 0;
    /*border-radius: 10px;*/
    margin-bottom: 40px;
    border:none;
    display: inline-flex;
    overflow: hidden;
    justify-content:center;
    gap:10px
}


.course-detail .nav .nav-item .nav-link.active {
    background:#7d1530;
    color:#fff;
    border-radius: 4px;
}
.course-detail .nav .nav-item .nav-link{
        margin: 0;
    padding: 13px 25px;
    border: none;
    border-radius: 0;
    color: #000;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #0e2a47;
}
/*.course-detail .nav .nav-item:last-child .nav-link {*/
/*    border: none;*/
/*}*/

.tab-listtag li {
    position: relative;
    padding-left: 30px;
    margin: 10px 0;
}

.tab-listtag li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url(../images/svg/arrow-rotate.svg) no-repeat center;
    /*background-size: contain;*/
    /*filter: invert(100%) sepia(0%) saturate(7492%) hue-rotate(314deg) brightness(101%) contrast(103%);*/
}

.dmall-tiltle{
    font-size: 1.4rem;
    font-weight: 500;
    margin: 10px 0 20px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 2px solid #eeeff2;
    max-width: fit-content;
    
}
.tab-content:hover .dmall-tiltle::after{
    width:100%;
}
.dmall-tiltle::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 50px;
    background: #7d1530;
    transition: width 0.4s ease-in-out; /* smoother transition */
}
.tab-sectiom-two{
    position:relative;
    padding:2rem 0 4rem;
    overflow:hidden;
}


.result-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  /*font-family: Arial, sans-serif;*/
  font-size: 16px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.result-table th {
  background-color: #0e2a47;
  color: #fff;
  padding: 12px;
}

.result-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.result-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.result-table tr:hover {
  background-color: #f1f1f1;
}
.table-title{
    background:#7d1530 !important;
    padding:8px !important;
}

.fll-tiltle{
   font-size: 1.1rem;
    margin-top: 20px;
    border-bottom: 1px solid #0000004f;
    max-width: fit-content;
    padding-bottom: 4px;
}
.tab-content{
    position:relative;
}
.school-alumini .dicvover-best{
    text-align:left;
}
.school-alumini .cta-para p{
    margin:unset;
}
.school-alumini{
    position:relative;
    padding:2rem 0 3rem;
    overflow:hidden;
}
.school-alumini .nav .nav-item .nav-link.active {
    background: #7d1530;
    color: #fff;
    border-radius: 4px;
}
.school-alumini .nav{
    border:none;
    gap:10px;
    justify-content: flex-end;
}
.school-alumini .nav .nav-item .nav-link{
    border:1px solid #0e2a47;
    color: #000;
    border-radius: 4px;
}
.testmoinal-marin{
    margin-top:2rem;
}
.batch-title {
  display: inline-block;
    padding: 6px 16px;
    background-color: #7d1530;
    color: #fff;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
}
.batch-title.dark {
  background-color: #333;
}
.student-card img {
       height: 166px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}
.student-card h6 {
 font-size: 14px;
    font-weight: 500;
    color: #222;
    margin: 0.5rem 0 0.5rem;
    text-align: center;
}
.student-desc {
    font-size: 13px;
    color: #000;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.mobile-menu-open,
.memnu-clos-open{
    display:none;
}


.dropn-btnmobile {
    display:none;
}


   .table-section table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      border-radius: 8px;
      overflow: hidden;
    }

    .table-section th, td {
      padding: 14px 18px;
      text-align: left;
      border-bottom: 1px solid #eaeaea;
    }

    .table-section th {
      background:#0e2a47;
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .table-section tr:nth-child(even) td {
      background: #f7f7f7;
      border:1px solid #eaeaea;
    }

    .table-section tr:hover td {
      background: #eef6ff;
    }
    
    .table-section{
        padding:2rem 0;
        position:relative;
    }
    
    .marketing a{
        color:#000;
        font-size:17px;
        display: block;
    }
    
    .learining .row{
        row-gap:24px;
    }
    
    .school-alumini .testi-talk-btn{
        margin-top:1rem;
        border-radius:unset;
        padding:10px 30px;
    }