.mob-bnr {
    display: none !important;
}

.intro {
    background-image: url('../images/b.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.spec-section {

    color: white;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* h1 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    color: #270505;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
} */

.specialization-list {
    list-style: none;
    padding: 0;
    position: relative;
    text-align: left;
}

.specialization-list::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 4px;
    background: #cc3b0f;

    height: 100%;
    transform: translateX(-50%);
}

.specialization-item {
    position: relative;
    width: 45%;
    padding: 20px;
    background: rgb(29, 3, 3);
    border-radius: 10px;
    margin-bottom: 40px;
    color: #EAEAEA;
    font-size: 18px;
    transition: transform 0.3s ease-in-out, background 0.3s;
}

.specialization-item:hover {
    transform: scale(1.05);
    
}

.specialization-item h2 {
    color: #ebe9de;
    margin-bottom: 10px;
    font-size: 26px;
}

.specialization-item a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 20px;
}

.explore-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #c75d06;
    color: #0A0A0A;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    transition: background 0.3s;
}

.explore-btn:hover {
    background: #aa511d;
}

.specialization-left {
    text-align: right;
    margin-right: 55%;
}

.specialization-right {
    text-align: left;
    margin-left: 55%;
}

.marketing {
    background-image: url('../images/apj-spc1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hr {
    background-image: url('../images/apj-spc2.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.finance {
    background-image: url('../images/apj-spc5.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.healthcare {
    background-image: url('../images/apj-spc6.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gm {
    background-image: url('../images/apj-spc8.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logistic {
    background-image: url('../images/apj-spc9.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
}




.career-section {
    margin-top: 80px;
    position: relative;
    /* max-width: 1200px; */

}

.swiper-container {

    overflow: hidden;
}

.d-para {
    margin-top: 30px;
}


/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
    display: none !important;
   
}

.swiper-pagination {
    bottom: 15px;
}

.card-career {
    border-radius: 10px;
    position: relative;
    overflow: hidden;

}

.card-career img {
    width: 100%;

    border-radius: 10px;
    height: auto;
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: rgba(206, 78, 28, 0.9);
    background-color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7));

    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid whitesmoke;
}

.card-content h3 {
    font-size: 18px;
    margin: 5px 0;
    color: white;
    color: #aaa;
}

.card-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #EAEAEA;
}

.card-content ul li {
    font-size: 14px;
    color: white;
    color: #aaa;
}

.container-career {
    margin-left: 20px;
    margin-right: 20px;
}


.accreditation-section {
    padding: 80px 5%;
    background: url('../images/accreditation-mba.webp') no-repeat center center;
    background-size: cover;
    position: relative;
    text-align: center;
    margin-top: 80px;
}

/* Dark Overlay for Readability */
.accreditation-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7));

}

.accreditation-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Heading and Paragraph */
.accreditation-header h2 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #f4a40d;
    color: #e9710e;
    margin-bottom: 20px;
}

.accreditation-header p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 15px;
    color: #f1f1f1;
}

.accreditation-boxes {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.accreditation-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 15px;
    width: 320px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.accreditation-item:hover {
    transform: translateY(-10px);
    
}

.icon-circle {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.icon-circle img {
    width: 45px;
    filter: invert(100%);
}

.accreditation-item h3 {
    font-size: 1.3rem;
    margin-top: 15px;
    color: #fff;
}




.why-choose {
    margin: 10px;
    margin-top: 80px;
}

.why-container {
    display: flex;
    width: 100%;
    height: auto;
}


.image-section {
    flex: 1;
    background: url('../images/why-apj.webp') no-repeat center center;
    background-size: cover;
    min-height: 400px;
}

.content-section {
    flex: 1;
    background: rgb(185, 132, 62);

    color: white;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    padding: 50px;
 

}

.content-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.content-section .feature {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #aaa;
    padding: 20px;
}

.content-section .feature img {
    margin-right: 15px;
    border: 1px solid white;
    padding: 5px;
    color: white;
}

.content-section .feature p {
    font-size: 18px;
    line-height: 1.5;
}

.why-tit {
    color: #3d0505;
}

.why-tit-m {
    color: #aaa;
}


.specialization-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.specialization-item {
    width: 45%;
    max-width: 500px;
    position: relative;
}

.specialization-left {
    margin-right: auto;
}

.specialization-right {
    margin-left: auto;
}





.intro-box {
    background-color: #611d1d;
    background: #EAEAEA;
    padding: 50px;
    color: #2b0707;
    border-radius: 10px;
}

.intro-box p {
    text-align: justify;
}

.intro-box h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fd6913;
}

.mats-special {
    margin-top: 80px;
}

.mba-specializations {
    position: relative;
    width: 100%;

    background: url('../images/mats-spc-bg.webp') center/cover no-repeat;

    background-size: cover;
    padding: 80px 20px;
    text-align: center;
    color: white;
    overflow: hidden;
    margin-top: 80px;
}

.mba-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.mba-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.mba-heading {
    font-size: 2.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
    color: #ca6124;
    color: #fff;
}

.mba-list {
    list-style: none;
    padding: 0;
}

.mba-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.6rem;
    background: rgba(255, 255, 255, 0.5);

    color: #3d0505;
    padding: 25px;
    margin: 15px auto;
    border-radius: 8px;
    transition: 0.3s;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
}

.mba-item:nth-child(1) {
    animation-delay: 0.3s;
}

.mba-item:nth-child(2) {
    animation-delay: 0.5s;
}

.mba-item:hover {
    background: rgba(255, 255, 255, 0.3);
}

.mba-icon {
    font-size: 1.8rem;
}

.mba-text {
    flex: 1;
    text-align: left;
    padding-left: 15px;
    font-size: 1.8rem;
}

.mba-btn {
    display: inline-block;
    padding: 15px 15px;
    background: #330705;
    background-color: #ca6124;
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

.mba-btn:hover {
    background: #d47c17;
    transform: scale(1.05);
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.mba-section {
    padding: 50px;
    text-align: center;
    border-radius: 12px;
    margin: 50px auto;

}

.mba-container h2 {
    color: #1a1a1a;
    color: #330705;

}

.divider {
    width: 100px;
    height: 3px;
    background-color: #d1361b;
    border: none;
    margin: 15px auto;
}

.mba-container p {
    color: #333;
    line-height: 1.8;
}

.mba-features {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.feature-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 45%;
}

.feature-box h3 {
    color: #b97526;
    font-size: 22px;
    margin-bottom: 10px;
}

.feature-box p {
    color: #555;
}

.enroll-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 28px;
    background-color: #dd5a0f;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    transition: 0.3s;
}

.enroll-btn:hover {
    background-color: #5c201c;
}


.adv-sec {
    margin-top: 80px;
}

.adv-divider {
    display: flex;
    align-items: center;
    max-width: 1200px;
}

.adv-image {
    flex: 1;
    position: relative;
}

.adv-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.adv-content-section {
    flex: 1;
    background: #eeebeb;
    border-radius: 10px;
    padding: 30px;

}

.adv-content-section h2 {
    color: #863d20;
}

.point-feature {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}

.point-feature-icon {

    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin-right: 15px;
}

.second-d-career {
    margin-top: 80px;
    text-align: center;
    padding: 40px 20px;
}

.career-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.c-grid {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s;
}

.career-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.c-grid h3 {
    font-size: 1.4rem;
    color: #222;
}

.tnou-mba-section {
    text-align: center;
    padding: 50px;
    margin-top: 80px;
    /* background: #f4f4f4; */
}


.tnou-mba-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.tnou-mba-box {
    background: white;
    background-color: #461010;
    background: #f3eeec;

    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    transition: 0.3s;
    width: 300px;
}

.tnou-mba-box:hover {
    background: #3f0806;
    color: white;
    transform: translateY(-5px);
}

.tnou-mba-box span {
    display: block;
    margin-bottom: 10px;
}

.tnou-mba-btn {
    display: inline-block;
    padding: 8px 15px;
    background: #b4461a;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s;
}

.tnou-mba-btn:hover {
    background: #f73d0f;
}


.tnou-mba-advantages {
    position: relative;
    background: url('../images/ad-tn.webp') no-repeat center center/cover;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}


.tnou-mba-overlay {
    background: rgba(0, 0, 0, 0.6);
   
    padding: 40px;
    border-radius: 12px;
    max-width: 1000px;
    height: auto;
    text-align: left;
    color: white;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

/* Heading */
.tnou-mba-overlay h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}


.tnou-mba-list {
    list-style-type: disc !important;
    padding-left: 25px !important;
}

.tnou-mba-list li {
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s;
    line-height: 1.6;
    display: list-item !important;
}

.tnou-mba-list li:hover {
    transform: translateX(5px);

}

.tnou-mba-list li i {
    font-size: 22px;
    color: #ca6e17;
  
}


.pgm-overview {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.prgrm-container {
    max-width: 1500px !important;
    width: 100%;
 
    padding: 20px;
    border-radius: 15px;
    display: flex;
    gap: 40px;
}

.left {
    width: 50%;
    display: flex;
    flex-direction: column;
}


.left p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    max-width: 500px;
}

.info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.info-box {
    background: #eeeff1;
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    flex: 1;
    min-width: 220px;
    transition: all 0.3s ease;
    height: auto;

}

.info-box:hover {
    transform: scale(1.05);
}

.info-box h3 {
    color: rgb(241, 67, 36);
    margin-bottom: 5px;
    font-size: 20px;
}

.info-box p {
    color: #333;
}

.right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    height: auto;
}

.timeline {
    margin-top: 40px;
    border-left: 3px solid #ee3b0e;
    padding-left: 20px;
}

.timeline h3 {
    color: #3d0505;
}

.timeline-item {
    margin-bottom: 20px;
    padding: 15px;
    background: #eef2ff;
    background-color: #7e2c0c;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease;
    color: white;
}

.timeline-item:hover {
    background: #c5cae9;
    transform: translateX(5px);
}

.timeline-item::before {
    content: '•';
    position: absolute;
    left: -22px;
    font-size: 28px;
    color: #702614;
}


.sau-spec{
    margin-top: 80px;
}
.spec-para{

    text-align: center !important;
}
.sau-spec-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    margin-top: 5% !important;
}

.sau-spec-cards {
    background-color: #faf5f3;
    width: 100%;


}



.sau-spec-cards h3 {
    font-size: 20px;
    text-align: center;
    color: rgb(43, 10, 10);
}

.more-button {
 display: flex;
 justify-content: center;
 align-items: center;
 color: #fff;
 padding: 10px;
 background-color: #e46836;
 border-radius: 5px !important;
}







#admission-requirements {
    padding:  20px;
   
  }
  

  .admission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  
  .admission-item {
    display: flex;
 
  }
  
  .admission-number {
    min-width: 40px;
    height: 40px;
    background-color: #b44327;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 15px;
  }
  
  .admission-text {
    margin: 0;
    color: #374151;
  }
  
  .admission-note {
    color: #6b7280;
  }
  
  

  #eligibility-criteria  {
    background-color: #f9fafb;
    background: url('../images/elg-ad-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 80px;
  }
  
  #eligibility-criteria .container {
    margin: 0 auto;
  }
  
  .el  h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #e3e7ec;
    margin-bottom: 40px;
    position: relative;
  }
  
  .el h2 span {
    display: block;
    height: 4px;
    width: 70px;
    background-color: #b95e22;
    margin: 14px auto 0;
    border-radius: 2px;
  }
  
  .eligibility-list {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    color: #d8dadf;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
  }
  
  .eligibility-list li::before {
    content: "•";
    color: #ebe7e4;
    font-size: 28px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .note {
    color: #e6efff;
    font-style: italic;
  }

  .main-div{
    display: flex;
   
    gap: 50px;
  }
  
  .el{
    background-color: #b17720;
    padding: 20px;
  }
  #admission-requirements{
  }




  #highlight-collab {
    margin-top:80PX ;
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  
  .highlight-wrapper {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding:30px;
    max-width: 900px;
    text-align: center;
    border-radius: 16px;
  }
  
  .highlight-wrapper h3 {
    font-size: 28px;
    color: #5c201c;
    margin-bottom: 15px;
  }
  
  .highlight-wrapper p {
    font-size: 16px;
    color: #374151;
    line-height: 1.6;
  }
  
  .highlight-wrapper strong {
    color: #111827;
  }
  

  .highlight-cta-section {
    background: linear-gradient(135deg, #411a0b 0%, #8a1e1e 100%);
    color: #ffffff;
    padding: 100px 20px;
    position: relative;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  }

  .highlight-cta-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }

  .highlight-cta-inner h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 800;
    color: #d38020;
  }

  .highlight-cta-inner p {
    font-size: 20px;
    line-height: 1.7;
    color: #e5e7eb;
    max-width: 800px;
    margin: 0 auto 40px;
  }

  .cta-button {
    background-color: #d37318;
    color: #1e293b;
    font-size: 20px;
    padding: 18px 48px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
  }

  .cta-button:hover {
    background-color: #fde047;
    transform: scale(1.05);
  }

  


  .section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
  }

  .section p.subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
  }
  .card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #580d0d;
    border: 1px solid #eee;
    border-radius: 10px;
    padding:15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
  .card img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  .card h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #f3f0f0;
  }
  .card p {
    font-size: 14px;
    color: #555;
  }


  
  .section-c {
 
  
margin-top: 80px;

   
      
  }



  .table-container {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
  }

  thead {
    background-color: #f3f4f6;
  }

  th, td {
    text-align: left;
    padding: 20px 24px;
  }

  th {
    font-size:1rem;
    text-transform: uppercase;
    color: #374151;
    border-bottom: 1px solid #dfc180;
  }

  td {
    font-size: 1.4rem;
    color: #040405;
    border-bottom: 1px solid #d48652;
  }

  tr:hover {
    background-color: #f9fafb;
  }

  
  .interactive-careers {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f0f4ff, #a1c4fd);
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .section-header {
    text-align: center;
    margin-bottom: 70px;
  }
  
  .section-header h2 {
    font-size: 3.2rem;
    background: linear-gradient(90deg, #ff007f, #ff6f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
  }
  
  .section-header p {
    color: #666;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .career-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
  }
  
  .career-card {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
  }
  
  .career-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
  }
  
  .card-icon {
    font-size: 2.5rem;
    color: #ff007f;
    background: rgba(255, 0, 127, 0.1);
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: transform 0.3s ease, background-color 0.3s ease;
  }
  
  .career-card:hover .card-icon {
    transform: scale(1.1);
    background-color: rgba(255, 0, 127, 0.3);
  }
  
  .career-card h3 {
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .career-card p {
    color: #777;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
  }
  
 
  


@media screen and (max-width: 768px) {

  .section-header h2 {
      font-size: 2.5rem;
    }
  
    .career-card {
      padding: 25px;
    }


    .specialization-list::before {
        left: 20px;
        display: none;
    }

    .specialization-item {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .specialization-left,
    .specialization-right {
        text-align: center;
        margin: 0 auto;
    }

       .content-box {
        max-width: 90%;
        padding: 20px;
    }

    .content-box h2 {
        font-size: 2rem;
    }

    .content-box p {
        font-size: 1rem;
    }
}



@media (max-width: 1024px) {
    .card-career {
        flex: 0 0 50%;
    
    }
}

@media (max-width: 768px) {
    .card-career {
        flex: 0 0 50%;
        
    }
}

@media (max-width: 600px) {
    .card-career {
        flex: 0 0 100%;
      
    }
}



@media(max-width:600px) {
    .desk-bnr {
        display: none !important;
    }

    .mob-bnr {
        display: block !important;
    }

}


@media (max-width: 1024px) {
    .accreditation-boxes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .accreditation-header h2 {
        font-size: 2.5rem;
    }

    .accreditation-header p {
        font-size: 1.1rem;
    }
}

@media (max-width: 1024px) {
    .why-container {
        flex-direction: column;
        height: auto;
    }

    .image-section {
        height: 350px;
        background-size: cover;
        background-position: center;
    }

    .content-section {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .image-section {
        height: 300px;
        background-size: cover;
        background-position: center;
    }

    .content-section {
        padding: 20px;
    }

    .content-section h2 {
        font-size: 24px;
    }

    .content-section .feature {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .content-section .feature img {
        margin-bottom: 10px;
    }

    .content-section .feature p {
        font-size: 16px;
    }

   .accreditation-boxes {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .accreditation-header h2 {
        font-size: 2.2rem;
    }

    .accreditation-header p {
        font-size: 1rem;
    }

    .accreditation-item {
        width: 100%;
    }


}

@media (max-width: 480px) {
    .why-choose {
        margin-top: 50px;
    }

    .image-section {
        height: 250px;
        background-size: cover;
        background-position: center;
    }

    .content-section {
        padding: 15px;
    }

    .content-section h2 {
        font-size: 20px;
    }

    .content-section .feature {
        padding: 10px;
    }

    .content-section .feature p {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .specialization-item {
        width: 100%;
        margin: auto;
    }
}


@media (max-width:600px) {
    .sau-spec-container {
        flex-wrap: wrap;
    }
}



@media (max-width: 768px) {
    .mba-section {
        padding: 30px;
    }

    .mba-features {
        flex-direction: column;
        gap: 15px;
    }

    .feature-box {
        width: 100%;
    }

    .mba-container h2 {
        font-size: 20px;
    }

    .mba-section {
        margin: 0;
    }

        .mba-heading {
        font-size: 2rem;
    }

    .mba-item {
        font-size: 1.4rem;
        padding: 12px 20px;
        flex-direction: column;
        align-items: center;
    }

    .mba-text {
        text-align: center;
        padding: 10px 0;
    }

    .mba-btn {
        font-size: 0.9rem;
        padding: 8px 15px;
    }

    .intro-box {
        padding: 20px;
    }

    .intro-box h2 {
        font-size: 20px;
    }
}


@media (min-width: 1280px) and (max-width:1280px) {
    .why-container {
        display: flex;
        flex-direction: row;
       
        flex-wrap: wrap;
    
        height: auto;
    }

    .image-section {
        flex: 1;
        height: auto;
    
        min-height: 400px;
        background-size: cover;
        background-position: center;
    }

    .content-section {
        flex: 1;
        padding: 40px;
    }

    .content-section .feature {
        display: flex;
        align-items: center;
        padding: 20px;
    }

    .content-section .feature img {
        margin-right: 15px;
    }
}




@media (max-width: 768px) {
    .highlight-cta-inner h2 {
      font-size: 30px;
    }

    .highlight-cta-inner p {
      font-size: 16px;
    }

    .cta-button {
      font-size: 17px;
      padding: 14px 36px;
    }
       .prgrm-container {
        flex-direction: column;
        padding: 10px;
    }

    .left,
    .right {
        width: 100%;
    }
  }

@media (max-width:600px){
    .admission-grid{
        grid-template-columns: 1fr ;
    }
 .main-div{
        flex-wrap: wrap;
    }

    .tnou-mba-advantages {
        height: auto;
        padding: 60px 20px;
        text-align: center;
    }

    .tnou-mba-overlay {
        padding: 20px;
        max-width: 95%;
    }

    .tnou-mba-overlay h2 {
        font-size: 22px;
    }

    .tnou-mba-list li {
        font-size: 16px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }

    .tnou-mba-list li i {
        font-size: 20px;
    }

  }



