﻿  :root {
    --red: #c0272d;
    --red-dark: #8b1a1e;
    --red-light: #e8474d;
    --cream: #fdf8f3;
    --dark: #1a1a1a;
    --gray: #666;
    --light-gray: #f5f5f5;
    --white: #fff;
  }

* { margin: 0; padding: 0; box-sizing: border-box; }

 .steps-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 1140px;
        margin: 26px auto;
    }

    .step {
        flex: 1;
        min-width: 200px;
        padding: 25px 15px;
        text-align: center;
        color: #fff;
        position: relative;
    }

    .step:nth-child(odd) {
        background-color: #04509d;
    }

    .step:nth-child(even) {
        background-color: #c7ced9;
        color: #243a63;
    }

    .step h2 {
        margin: 0;
        font-size: 26px;
        color: #ff2e2e;
    }

    .step:nth-child(even) h2 {
        color: #243a63;
    }

    .step h3 {
        margin: 10px 0 5px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }

    .step p {
        font-size: 13px;
        margin: 0;
        line-height: 1.4;
    }

    /* Arrow effect */
    .step::after {
        content: '';
        position: absolute;
        top: 29px;
        right: -20px;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 20px solid;
        z-index: 1;
    }

    .step:nth-child(odd)::after {
        border-left-color: #04509d;
    }

    .step:nth-child(even)::after {
        border-left-color: #c7ced9;
    }

    .step:last-child::after {
        display: none;
    }

    @media(max-width:768px){
        .steps-container {
            flex-direction: column;
        }
        .step::after {
            display: none;
        }
    }

.eligibility ul li {
    list-style: disc;
    font-size: 14px;
}
.program-box h2 {
    color: #04509d;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}
.pdf-tabs {
    padding-left: 0;
    border-bottom: none;
    margin-top: 5px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
		
.pdf-tabs li {
    list-style: none;
    display: inline-block;
    margin-right: 1px;
    padding: 0 !important;
}
.pdf-tabs li a.active {
    background: transparent;
    position: relative;
    border: none;
    color: #ffffff;
    border: solid 2px #fff;
}
.pdf-tabs li a {
    padding: 10px 28px;
    border: 1px solid #dadada;
    border-radius: 15px;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    color: #bfbfbf;
    cursor: pointer;
    transition: 0.3s ease;
    white-space: nowrap;
}		
.pdf-tabs li a.active:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    position: absolute;
    content: "";
    top: 44px;
    left: 42%;
}	

.program-box {
  padding: 25px 30px;
  margin-bottom: 25px;
  border-radius: 17px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  background: #fff;
}

.program-box h2 {
  color: #0a3d62;
  margin-bottom: 15px;
}

.program-box h3 {
  color: #1e5aa5;
  margin-bottom: 10px;
}

.program-box h4 {
  margin-bottom: 8px;
  color: #333;
}

.program-box p {
  color: #555;
  line-height: 1.6;
}

/* Grid Section */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 15px;
}

.grid-item {
  background: #eef4ff;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
}

/* Eligibility */
.eligibility {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.eligibility ul {
  padding-left: 18px;
  color: #555;
}

/* Highlight box */
.highlight {
  background: linear-gradient(135deg, #1e5aa5, #0a3d62);
  color: #fff;
}

.highlight h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.highlight p {
  color: #e0e0e0;
}

.salary-container {
  display: flex;
  gap: 20px;
  padding: 20px;
}
.programme{
    padding: 60px 20px;
    background: #045199;
}

.program-info div:last-child {
    border-right: none;
}
.recognition-section {
  padding: 13px 0px;
  text-align: center;
}

.section-title {
  font-size: 32px;
  margin-bottom: 40px;
}

.section-title .red {
  color: #e11b22;
}

.section-title .blue {
  color: #1f4fa3;
}

.logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.logo-item {
  max-width: 197px;
  text-align: center;
}

.logo-item img {
  height: auto;
  margin-bottom: 10px;
}

.logo-item p {
  font-size: 12px;
  color: #333;
  font-weight: 600;
}

.divider {
  width: 1px;
  height: 80px;
  background: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
  .logo-row {
    flex-direction: column;
  }

  .divider {
    display: none;
  }
}


.container6 {
  display: flex;
  gap: 20px;
  padding: 20px;
  justify-content: center;
}


.info-box {
  width: 34%;
  padding: 19px 16px;
  text-align: center;
  border-top: 3px solid #d3929c;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border-radius: 10px;
}

/* Left Box */
.box-left {
  background: #1656a3;
}

.box-left h1 {
  color: #ffffff;
  font-size: 54px;
  margin: 0;
  font-weight: bold;
}

.box-left h3 {
  color: #ffffff;
  margin: 10px 0;
  font-size: 19px;
  letter-spacing: 1px;
}

.box-left p {
  color: #ffffff;
  font-size: 16px;
}

/* Right Box */
.box-right {
  background: #d81f31;
  border-top: 3px solid #1656a3;
}

.box-right h1 {
  color: #ffffff;
  font-size: 54px;
  margin: 0;
  font-weight: bold;
}

.box-right h3 {
  color: #ffffff;
  margin: 10px 0;
  font-size: 20px;
  letter-spacing: 1px;
}

.box-right p {
  color: #ffffff;
  font-size: 16px;
}

section.count {
    background: #f1f1f1;
    padding: 12px 0px;
    margin-top: -35px;
}

.accredation {
    padding: 60px 20px;
    background: #fff;
}

.card-1 {
  flex: 1;
  color: #fff;
  border-radius: 12px;
  padding: 25px 17px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.card-1 h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #fff;
}

.card-1 h2 span {
  font-size: 16px;
  font-weight: 500;
}

.card-1 p {
  font-size: 15px;
  font-weight: 500;
  opacity: 0.95;
  color: #fff;
}

/* Colors */
.red {
  background: #e41e2b;
}

.maroon {
  background: #a61d2d;
}

.blue {
  background: #1656a3;
}

.sky {
  background: #1da1c9;
}

.card-1:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
}


@media (max-width: 768px) {
  .salary-container {
    flex-direction: column;
  }
}

.package-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #d81f31, #202372);
    color: #fff;
    padding: 20px 26px;
    border-radius: 7px;
    max-width: 54%;
}

/* Left Section */
.left .tag {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.left .label {
  font-size: 18px;
  opacity: 0.9;
}

/* Divider */
.divider {
  width: 1px;
  height: 56px;
  margin: 0 20px;
}

/* Right Section */
.right {
  text-align: right;
}

.amount {
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
}

.lakhs {
  font-size: 28px;
  font-weight: 600;
}

.per {
  font-size: 14px;
  opacity: 0.85;
}


.sector-strip h5 {
    color: #fff;
    margin-bottom: 14px;
    text-align: center;
    font-size: 19px;
}

.sector-strip {
    padding: 12px 9px;
    overflow-x: auto;
}

.sector-container {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sector-item {
    color: #fff;
    background: rgba(255,255,255,0.1);
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
}

.sector-item:hover {
    background: #fff;
    color: #482c88;
    transform: translateY(-3px);
    cursor: pointer;
}

@media(max-width:768px){
    .sector-container {
        justify-content: flex-start;
    }
}

.tys h5 {
    font-size: 18px;
    font-weight: bold;
    color: #4e4d4d;
    margin: 4px 0px;
}

.tys ul {
    padding: 0 30px;
}

.tys ul li {font-size: 16px;
    list-style: disc;
}

.table-container {
    width: 100%;
    margin: 24px auto;
    overflow-x: auto;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
  }

  th {
    background: #243a66;
    color: #fff;
    padding: 14px;
    text-align: left;
    font-size: 16px;
  }

  td {
    padding: 14px;
    border: 1px solid #cfd6e0;
    font-size: 15px;
  }

  tr:nth-child(even) {
    background: #f0f2f6;
  }

  tr:nth-child(odd) {
    background: #ffffff;
  }

  td:nth-child(2),
  td:nth-child(3) {
    text-align: center;
    font-weight: 600;
    color: #243a66;
  }


/* Programme Info */
.program-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 11px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 26px;
}

.program-info div {
    flex: 1 1 200px;
    margin: 12px;
    border-right: solid 1px #04509d;
    text-align: center;
    padding: 0 6px;
}

.program-info i {
    color: #e63946;
    margin-right: 10px;
}

/* Specialisation Grid */
.brd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.bnx {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.bnx:hover {
    transform: translateY(-5px);
}

.bnx h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1d3557;
}

.bnx i {
    color: #e63946;
    margin-right: 8px;
}

.bnx p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}


.campus-life {
  padding: 60px 20px;
  background: #f7f9fc;
  
}

.logo-item img {
    width: 100%;
}
.campus-image {
    margin-top: -54px;
}

.bx3 {
    display: flex;
    gap: 8px;
    margin: auto;
}

.card10 {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-align: left;
    transition: 0.3s;
}

.card10:hover {
    transform: translateY(-8px);
}

.card10 h3 {
    color: #422d8d;
    margin-bottom: 15px;
}

.card10 ul {
    padding: 0;
    list-style: none;
}

.card10 ul li {
    margin-bottom: 4px;
    font-size: 14px;
    color: #444;
    line-height: 28px;
}

.card10 ul li i {
    color: #c2233e;
    margin-right: 10px;
    margin-top: 13px;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 15px;
}

.logo-item {
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    border: solid 1px #eee;
}


.campus-header {
  text-align: center;
  margin-bottom: 37px;
  margin-top: -18px;
}

.campus-header h2 {
  font-size: 32px;
  color: #2c2c2c;
}

.campus-header p {
  max-width: 840px;
  margin: 7px auto;
  color: #1e1c1c;
}

.campus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.campus-image img {
  width: 100%;
  border-radius: 12px;
}

.campus-content {
  gap: 15px;
  display: flex;
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
}

.card9 {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: 0.3s;
  text-align: center;
  width: 22%;
}

.card9:hover {
  transform: translateY(-5px);
}

.card9 h4 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.card9 p {
  font-size: 15px;
  color: #666;
}

.highlight1 {
  background: linear-gradient(135deg, #352e95, #e22029);
  color: #fff;
}

.highlight1 p, .highlight1 h4 {
  color: #fff;
}

/* Mobile */
@media(max-width: 768px) {
  .campus-grid {
    grid-template-columns: 1fr;
  }

  .campus-content {
    grid-template-columns: 1fr;
  }
}


.grids1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.cards1 {
    background: #ffffff;
    padding: 25px 15px;
    text-align: center;
    border-radius: 6px;
    transition: 0.3s ease;
    border: 1px solid #d3d8df;
}

.cards1:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.cards1 h2 {
    color: #c41515;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
}

.cards1 p {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}


@media(max-width: 900px) {
    .grids1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 500px) {
   .grids1 {
    grid-template-columns: repeat(2, 1fr);
  }
}


.about-section {
  display: flex;
  align-items: center;
}

.about-image {
  width: 60%;
  min-height: 431px;
  background: url('../images/about.jpg') center/cover no-repeat;
}

.about-content {
  width: 100%;
  padding: 30px 45px;
  background: #f5f5f5;
}

.about-content h5 {
  color: #c41515;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-size: 29px;
  font-weight: bold;
}

.about-content h1 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
  width: 72%;
}

.about-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
}

/* Responsive */
@media(max-width: 768px){
  .about-image,
  .about-content {
    width: 100%;
  }

  .about-content {
    padding: 20px 10px;
	 text-align: center;
  }
}




.alumni-avatar img {
    width: 119px !important;
    margin-bottom: 10px;
    border-radius: 5px !important;
}
p.small-text-2 {
    font-size: 18px;
    color: #ffffff;
    margin: 33px 0px;
}

.left-section {
  width: 100%;
  padding: 25px;
  margin-top: 90px;
}

.right-section {
  width: 40%;
}

/* Typography */
.left-section h1 {
  font-size: 40px;
  margin: 19px 0;
  color: #ffffff;
  font-weight: bold;
}

.left-section h2 {
  font-size: 26px;
  margin: 0;
  color: #fff;
}

.subtext {
  margin-top: 5px;
  font-size: 16px;
  color: #fff;
}

.highlight {
  color: #ffca0e;
  font-weight: bold;
}

.line {
  width: 200px;
  height: 2px;
  background: #ffffff;
  margin: 10px 0;
}

.small-text {
  font-size: 18px;
  color: #ffffff;
}

/* Logos */
.logos {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.logos img {
  height: 40px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}

/* Cards */
.cards {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}

.card {
  background: #c41515;
  color: #fff;
  padding: 8px 25px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: bold;
}

.card span {
  display: block;
  font-size: 14px;
  margin-top: 0px;
  font-weight: normal;
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  .left-section {
    width: 100%;
	  text-align: center;
	 margin-top: 0;
    padding: 4px;
  }
	
.line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin: 7px 0;
}
	
.cards {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 12px;
  }
	
.card span {
  margin-top: 0;

}
.logos {
  justify-content: center;
}	
	
	
.left-section h2 {
  font-size: 21px;
}	

.left-section h1 {
  font-size: 20px;
}
 .small-text {
    font-size: 15px;
    color: #ffca0e;
    font-weight: bold;
  }
	
 p.small-text-2 {
    font-size: 14px;
    color: #ffffff;
    margin: 12px 0px;
    line-height: normal;
  }
	
	
}

i.fa.fa-phone {
    position: relative;
    top: -3px;
}
.alumni-info .role span {
    color: #000;
}

.speaker-avatar img {
    display: inline-block;
    width: auto;
    border-radius: 10px;
}

.process-section {
  padding: 80px 20px;
  overflow-x: auto;
}

.process-wrapper {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 1140px;
  position: relative;
}

/* Red wave connector */
.process-wrapper::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 32px;
  width: 91%;
  height: 9px;
  background: #a00000;
  z-index: 0;
}

/* Step Style */
.step {
  text-align: center;
  position: relative;
  width: 122px;
}

.circle {
  width: 71px;
  height: 71px;
  background: #b30000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px;
  position: relative;
}

.circle::after {
  content: "";
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.circle i {
  font-size: 24px;
  color: #ffffff;
}

.step p {
  font-size: 12px;
  color: #ffffff;
  margin-top: 10px;
  line-height: normal;
  font-weight: bold;
}	

.bx9 img {
    border: solid 1px #eee;
    width: 190px !important;
    border-radius: 10px;
}

.wrapper1 {
  display: grid;
  gap: 40px;
  max-width: 1140px;
  margin: auto;
}

.card19 {flex: 1;
  background: #fff;
  border: 1px solid #ddd;
  height: auto;
}

.card-header1 {
  background: #a12121;
  color: #fff;
  padding: 18px 20px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}

.card-body {
  padding: 25px;
  font-size: 15px;
  line-height: 1.7;
}

.card-body ul {
  padding-left: 20px;
}

.card-body li {
  margin-bottom: 10px;
  border-bottom: 1px solid #952222;
  color: #212529;
  list-style: disc;
  line-height: 26px;
}


.sub-heading {
  margin-top: 25px;
  font-weight: 600;
}

.note {
  margin-top: 20px;
  font-size: 14px;
  font-style: italic;
}

.call-btn {
    position: fixed;
    top: 8px;
    right: 20px;
    background: #CD3838;
    color: #fff;
    padding: 16px 18px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(139,26,28,0.3);
    z-index: 9999;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
}

.call-btn:hover {
  background: #CD3838;
  transform: translateY(-2px);
}



@media (max-width: 767px) {
  .call-btn {
    padding: 5px 5px;
    border-radius: 50%;
    font-size: 15px;
	width: 42px; height: 42px;
  }
.fa.fa-phone {
  position: relative;
  top: -4px;
  right: 3px;
}	
	
}


.call-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 30px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(139,26,28,0.6); }
  70% { box-shadow: 0 0 0 15px rgba(10,92,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(10,92,255,0); }
}


.cts {
    text-align: center;
    margin: 30px auto 0px;
    display: block;
    width: 1140px;
}
.immersive-badge img {
    width: 227px;
}
.alumni-avatar img {
    width: 86px;
    border-radius: 50%;
}
.content3 h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}
.content3 img {
    width: 74px !important;
}
.container3 {
  display: flex;
  gap: 25px;
  justify-content: center;
}

.card3 {
  position: relative;
  width: 350px;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.card3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  transition: opacity 0.4s ease;
}

.content3 {
  color: #fff;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.logo3 {
  width: 45px;
  margin-bottom: 12px;
}

.card3:hover img {
  transform: scale(1.1);
}

.card3:hover .overlay {
  opacity: 1;
}

.card3:hover .content {
  transform: translateY(0);
}

.card3:hover {
  transform: translateY(-8px);
}
	

.speaker-avatar img {
    width: 343px !important;
}


.grid1{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap: 13px;
    width: 1140px;
    margin: auto;
}

.card1{
    color: #352f2f;
    border-radius:10px;
    position:relative;
    overflow:hidden;
    height: 189px; /* fixed height */
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    transition:0.4s ease;
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
    cursor:pointer;
}

/* Default Content */
.card-content1{
    transition:0.4s ease;
    padding: 8px;
}

.card1 i{
    font-size:28px;
    margin-bottom:15px;
    display:block;
    color: #cd3838;
}

.card1 h3{
    margin:0;
    font-weight: 600;
    font-size: 16px;
    color: #6a5e5e;
}

/* Hover Paragraph Overlay */
.card-overlay{
    position:absolute;
    inset:0;
    background: linear-gradient(135deg, #352e95, #e22029);
    padding: 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    opacity:0;
    transform:translateY(100%);
    transition:0.4s ease;
}

.card-overlay p{
    margin:0;
    font-size:14px;
    color: #fff;
}

/* Hover Effects */
.card1:hover{
    transform:translateY(-6px);
}

.card1:hover .card-overlay{
    opacity:1;
    transform:translateY(0);
}

.card1:hover .card-content1{
    opacity:0;
}

/* Responsive */
@media(max-width:992px){
    .grid1{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .grid1{
        grid-template-columns:1fr;
    }
}
.recruiter-card img {
    width: 159px;
}

.accred-badge img {
    width: 183px;
}


  /* ── TOPBAR ── */
  .topbar {
    background: var(--red-dark);
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 500;
  }

  /* ── HERO ── */
  .hero {
    position: relative;
    background: linear-gradient(135deg, var(--red-dark) 0%, var(--red) 60%, #e05555 100%);
    color: #fff;
    padding: 60px 20px 80px;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .hero-inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }
  .hero-text h1 {
    font-family: "Open Sans", sans-serif;
    font-size: clamp(28px, 5vw, 48px);
    line-height: 1.15;
    margin-bottom: 12px;
  }
  .hero-text p {
    font-size: 14px;
    opacity: .85;
    margin-bottom: 24px;
    line-height: 1.6;
  }
  .stats-row {
    display: flex;
    gap: 24px;
    margin-bottom: 28px;
  }
  .stat-badge {
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 12px;
    padding: 14px 20px;
    text-align: center;
  }
  .stat-badge .num {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
  }
  .stat-badge .label {
    font-size: 11px;
    opacity: .8;
    margin-top: 4px;
  }
  .hero-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,.3);
    aspect-ratio: 4/3;
    background: linear-gradient(180deg, #b0b0b0 0%, #888 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.4);
    font-size: 13px;
    letter-spacing: 1px;
  }

  /* ── ADMISSION FORM CARD ── */
  .form-section {
    background: var(--red);
    padding: 40px 20px;
  }
  .form-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    margin-top: 93px;
    box-shadow: 0 16px 48px rgba(0,0,0,.15);
    width: 350px;
  }
  .form-card h2 {
   font-family: "Open Sans", sans-serif;
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
  }

  .form-row {display: block;grid-template-columns: 1fr 1fr;gap: 14px;}
  .form-group {display: flex;flex-direction: column;gap: 6px;margin-bottom: 14px;}
  .form-group label { font-size: 12px; font-weight: 600; color: var(--gray); text-transform: uppercase; letter-spacing: .5px; }
  .form-group input, .form-group select {
    border: 1.5px solid #e5e5e5;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color .2s;
  }
  .form-group input:focus, .form-group select:focus { border-color: var(--red); }
  .btn-red {
    background: var(--red);
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
    transition: background .2s, transform .1s;
    letter-spacing: .3px;
  }
  .btn-red:hover { background: var(--red-dark); transform: translateY(-1px); }

  /* ── TAGLINE STRIP ── */
  .tagline-strip {
    background: var(--red);
    color: #fff;
    text-align: center;
    padding: 18px;
    font-family: "Open Sans", sans-serif;
    font-size: clamp(16px, 3vw, 22px);
    letter-spacing: 1px;
  }

  /* ── ACCREDITATIONS ── */
  .accred {
    background: #fff;
    padding: 32px 20px;
  }
  .accred-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: center;
  }
  .accred-badge {
    background: var(--light-gray);
    border-radius: 12px;
    padding: 7px 9px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    color: var(--red-dark);
    border: 2px solid transparent;
    transition: border-color .2s;
  }
  .accred-badge:hover { border-color: var(--red); }

.abt {background: rgba(255, 255, 255, 0.78);
    padding: 25px;
    border-radius: 18px;
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    position: relative;
    animation: fadeScale 1.2s ease;}

  /* ── ABOUT ── */
.about {
    background: linear-gradient(135deg, #ffe4e4, #f9d2d2, #ffdede);
    padding: 60px 20px;
    overflow: hidden;
}
  .about-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }
.about h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    color: #212529;
    margin-bottom: 16px;
    font-weight: bold;
}


  .link-red {
    color: var(--red);
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 2px solid var(--red-light);
    padding-bottom: 2px;
  }

  /* ── SECTION TITLE ── */
  .section-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .section-title h2 {
    font-family: "Open Sans", sans-serif;
    font-size: clamp(24px, 4vw, 36px);
    color: var(--dark);
  }
  .section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--red);
    margin: 12px auto 0;
    border-radius: 2px;
  }

  /* ── RECRUITERS ── */
  .recruiters {
    background: #fff;
    padding: 60px 20px;
  }
  .recruiter-grid {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(169px, 1fr));
    gap: 16px;
  }
  .recruiter-card {
    border: 1.5px solid #ebebeb;
    border-radius: 12px;
    padding: 20px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    color: var(--gray);
    letter-spacing: .5px;
    aspect-ratio: 1.5;
    transition: border-color .2s, transform .2s;
  }
  .recruiter-card:hover { border-color: var(--red); transform: translateY(-2px); }

  /* ── MBA PROGRAM ── */
  .mba-program {
    background: linear-gradient(135deg, #352e95, #e22029);
    color: #fff;
    padding: 60px 20px;
  }

.mba-image img {
    width: 90%;
}
.mba-inner h2 {
    color: #fff;
    font-weight: 600;
    font-size: 38px;
}
.mba-inner p {
    color: #fff; font-weight: 600;
    font-size: 16px;
}


.mba-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
  .mba-program h2 {
    font-family: "Open Sans", sans-serif;
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 16px;
  }
  .mba-program p { line-height: 1.75; opacity: .85; font-size: 15px; margin-bottom: 14px; }
  .mba-image {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.4);
    font-size: 13px;
  }

  /* ── SPECIALIZATIONS ── */
  .specializations {background: #fff;
    padding: 60px 20px;
  }
  .spec-grid {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
  }
  .spec-card {
    background: #fff;
    border: 2px solid #ebebeb;
    border-radius: 14px;
    padding: 24px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: border-color .2s, box-shadow .2s, transform .2s;
    cursor: default;
  }
  .spec-card:hover {
    border-color: var(--red);
    box-shadow: 0 8px 24px rgba(192,39,45,.12);
    transform: translateY(-2px);
  }
  .spec-icon {
    width: 44px;
    height: 44px;
    background: var(--red);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
  }
  .spec-name { font-weight: 600; font-size: 14px; line-height: 1.35; }

  /* ── SPEAKERS ── */
  .speakers {
    background: linear-gradient(90deg, #452c8a, #9e2654);
    padding: 30px 10px;
  }
  .speaker-grid {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
    gap: 24px;
  }
  .speaker-card {text-align: center;padding: 10px;}
  
.speaker-card {
    border-radius: 20px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    transition: transform 0.4s ease;
    width: 100%;
}
  .speaker-name {font-weight: 600;font-size: 18px;margin-bottom: 4px;}
  .speaker-role {font-size: 15px;color: var(--gray);line-height: 1.4;}

  /* ── GLOBAL MOU ── */
  .global {
    padding: 60px 20px;
    text-align: center;
  }
  .global p {
    max-width: 1140px;
    margin: 0 auto 32px;
    color: var(--gray);
    line-height: 1.75;
    font-size: 17px;
  }
  .global-images {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .global-img {
    border-radius: 14px;
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, #ccc, #aaa);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.5);
    font-size: 12px;
    overflow: hidden;
  }

  /* ── ADMISSION PROCESS ── */
  .admission {
    background: #fff;
    padding: 60px 20px;
  }
  .admission-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .adm-box h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: var(--red-dark);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--red);
  }
  .adm-box ul { list-style: none; }
  .adm-box ul li {
    padding: 8px 0 8px 20px;
    position: relative;
    font-size: 15px;
    color: #616060;
    line-height: 1.6;
    border-bottom: 1px solid #f0f0f0;
  }
  .adm-box ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--red);
    font-size: 12px;
    top: 10px;
  }

  /* ── SEATS ── */
  .seats {
    background: var(--red);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
  }
  .seats .section-title h2 { color: #fff; }
  .seats .section-title::after { background: rgba(255,255,255,.5); }
  .seats-grid {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    justify-content: center;
    margin-bottom: 21px;
  }
  .seat-card {
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 14px;
    padding: 24px 10px;
    backdrop-filter: blur(8px);
    text-align: center;
  }
  .seat-card .category {font-size: 12px;opacity: 0.89;margin-bottom: 8px;font-weight: 500;letter-spacing: .5px;text-transform: uppercase;color: #fff;}
  .seat-card .count {font-family: "Open Sans", sans-serif;font-size: 40px;font-weight: 900;color: #fff;}

  /* ── ALUMNI ── */
  .alumni {
    background: var(--light-gray);
    padding: 60px 20px;
  }
  .alumni-grid {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .alumni-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    gap: 14px; min-height: 458px;
  }
  .alumni-avatar {
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
  }
  .alumni-info .name {font-weight: 700;font-size: 20px;margin-bottom: 4px;color: #434242;}
  .alumni-info .role {font-size: 14px;color: #6c757d!important;font-weight: 600;margin-bottom: 8px;}
  .alumni-info .quote {font-size: 15px;color: #000;line-height: 1.6;}

  /* ── IMMERSIVE ── */
  .immersive {
    background: #f3f3f3;
    color: #fff;
    padding: 60px 20px;
  }
  .immersive .section-title h2 {}
  .immersive .section-title::after { background: var(--red); }
  .immersive-logos {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .immersive-badge {
    background: #fff;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    padding: 16px 28px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    transition: background .2s;
  }
  .immersive-badge:hover { background: rgba(192,39,45,.3); border-color: var(--red); }
  .immersive-badge.ted { color: #eb0028; }
  .immersive-badge.cop { color: #4caf50; }

  /* ── CTA ── */
  .cta {
    background: #301a41;
    padding: 19px 20px;
    text-align: center;
    color: #fff;
  }
  .cta h2 {
    font-family: "Open Sans", sans-serif;
    font-size: clamp(22px, 4vw, 32px);
    margin-bottom: 16px;
  }
.cta p {opacity: .85;margin-bottom: 28px;font-size: 15px;color: #fff;margin-top: 11px;}

  .btn-white {
    background: #fff;
    color: var(--red-dark);
    border: none;
    padding: 10px 27px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: transform .15s, box-shadow .15s;
    letter-spacing: .3px;
    margin-top: 19px;
}

  .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }

  /* ── RESPONSIVE ── */
  @media (max-width: 680px) {
    .hero-inner,
    .about-inner,
    .mba-inner,
    .admission-inner,
    .alumni-grid,
    .global-images { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .stats-row { gap: 12px; }
    .stat-badge .num { font-size: 28px; }
  }


@media(max-width:767px){
.accred {
  background: #fff;
  padding: 10px;
	}
	
.about-inner {
  text-align: center;
}
.mba-inner {
  max-width: 100%;
text-align: center;
}
	
.accred-badge {
  width: 47%;margin-bottom: 10px;
  display: inline-block;
}	
.accred-inner {
  max-width: 100%;text-align: center;
  display: inline-block;
}	
.accred-badge img {
  width: 100%;
}	
.recruiters {
  padding: 24px 20px;
}	
.recruiter-grid {
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
}	
.recruiter-card {
  display: inline-block;
  width: 48%;
}	
.recruiter-card img {
  width: 100%;
}
.grid1 {
  display: block;
  width: 100%;
  margin: auto;
}
.card1 { margin-bottom: 10px;
  height: auto;
  display: block;
}	
.container3 {
  display: block;
  gap: 25px;
}
.card3 {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}	
.cts img {
  width: 100%;
}
	
.immersive-badge img {
  width: 100%;
}
	
.immersive-logos {
  max-width: 100%;
  display: inline-block;
}
.immersive-badge { margin-bottom: 10px;
  display: inline-block;
  width: 49%;
}	
.contact_fild {
  padding: 10px;
}
.bx9 img {
  width: 100% !important;
}
.wrapper1 {
  display: block;
  gap: 40px;
  max-width: 100%;
  margin: auto;
}
	
.cts {
  width: 100%;
}	
.process-wrapper {
    display: inline-block;
    gap: 11px;
    min-width: 100%;
    text-align: center;
    margin: auto;
  }
	
.step {
  width: 48%;
  display: inline-block;
}	
.process-wrapper::before {
  display: none;
}	
.card10 {
  margin-top: 10px;
}	

.about-section {
  display: block;
}
.about-content h1 {
  font-size: 18px;
  width: 100%;
}	
	
.cards1 h2 {
  font-size: 18px;
  font-weight: bold;
}
	
.card9 {
  width: 100%;
}
.bx3 {
  display: block;
}	
.logo-item img {
  width: 100%;
}
.card10 ul li i {
  margin-right: 0;
  margin-top: 0;
  margin-right: -8px;
}
	
.card-content1 {
  height: 150px;
}
	
.specializations {
  padding: 39px 9px;
}
.owl-theme .owl-nav {
  margin-top: 0;
}	
.owl-dots {
  display: none;
}
.speakers {
  background: linear-gradient(135deg, #352e95, #e22029);
  padding: 14px 11px;
}	
.speaker-avatar img {
  width: 100% !important;
}
.section-title h2 {
  font-size: 19px;
}
	
.section-title {
  margin-bottom: 32px;
}
  .global {
    padding: 23px 10px;
    text-align: center;
  }
	
.bx-s img {
    padding: 0px;
    margin-bottom: 0px;
    height: 70px;
  }
	
.sector-strip {
  padding: 10px;
}
.sector-container {
    justify-content: center;
  }	
	
.sector-item {
  padding: 5px 17px;
  border-radius: 2px;
}	
	
.alumni {
  padding: 19px 20px;
}
.alumni-card {
  min-height: auto;
}
	
.dsu-form {
    margin-top: 26px;
  }
	
.cards1 {
  padding: 11px 15px;
}
.bnx {
  text-align: center;
}	
.about-content h5 {
  font-size: 18px;
}
.about-image {
  display: none;
}
.form-card h2 {
  font-size: 15px;
}
.form-card {
  padding: 25px;
  width: 350px;
}
.subtext {
  width: 80%;
  margin: 8px auto;
}
.card {
  padding: 8px 10px;
  font-size: 12px;
}	
.package-banner {
  padding: 4px 15px;
  max-width: 100%;
}
	
.package-banner {
  padding: 4px 15px;
  border-radius: 7px;
  max-width: 100%;
}
  .right {
    padding: 40px 9px;
    background: transparent !important;
    position: relative;
  }	
	.amount {
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
}
	
.lakhs {
  font-size: 21px;
  font-weight: 600;
}
	
.logo-row {
  display: inline-block !important;
}
 .logo-item {
    display: inline-block;
    width: 47%;
    margin: 6px 2px;
  }
.programme {
  padding: 27px 5px;
}
.pdf-tabs li a {
  padding: 10px 14px;
  font-size: 16px;
}	
.pdf-tabs li {
  margin-bottom: 17px;
}
 .step {
    width: 100%;
    display: inline-block;
  }
	
.admission {
  padding: 10px 20px;
}
	
.box-left h1 {
  font-size: 41px;
}	
.box-right h1 {
  font-size: 41px;
}
  .left {
    padding: 9px 10px !important;
    display: block;
  }
 .right {
    padding: 13px 10px!important;
  }	
	
.program-info div {
  border-right: none;
}
	
	
}