@import url('https://fonts.googleapis.com/css?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #54555D;
}
/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
}
.hero-content a {
    color: #fff;
    text-decoration: none;
}
.container{
    padding: 60px 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h4, h5, h6{
      color: #f26e23 !important
}
.hero-content h1 {
    color: #fff !important;
}
h2 {
    font-size: 40px;
    color: #f26e23;
    font-weight: 600;
}

h3{
    font-size: 24px; 
    font-weight: 600; 
    margin-bottom: 15px;
}
.CORPORATE, .STUDENT{
    background: #0d3c8c;
    padding: 50px 30px;
    text-align: center;
    color: #ffffff;
    min-height: 260px;
}
.cta{
    margin-top: 15px;
    display: inline-block;
    padding: 10px 20px;
    background: #ffffff;
    color: #0d3c8c;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
}
section.service-about-section .swiper-horizontal {
   
    margin-top: 30px;
}
.Navbarbox{
   height: 120px;  
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    padding: 15px 0px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;  /* smooth effect */
    height: 120px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-white.shadow-sm.fixed-top.scrolled{
  
    padding: 8px 0px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;  /* smooth effect */
    height: 96px;
}
.navbar .dropdown-menu {
  display: none;
}

.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}



.infrastructure {
      max-width: 1000px;
      margin: 60px auto;
      padding: 0 20px;
    }

    .infrastructure h1 {
      text-align: center;
      color: #0d47a1;
      margin-bottom: 40px;
      font-size: 32px;
    }

    .accordion-item {
      background: #ffffff;
      border-radius: 14px;
      margin-bottom: 18px;
      box-shadow: 0 8px 22px rgba(128, 0, 128, 0.1);
      overflow: hidden;
    }

    .accordion-title {
      width: 100%;
      background: #f3e8ff;
      border: none;
      padding: 18px 22px;
      font-size: 17px;
      font-weight: 600;
      color: #0d47a1;
      text-align: left;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .accordion-title span {
      font-size: 22px;
      transition: transform 0.3s ease;
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      padding: 0 22px;
      background: #fff;
    }

    .accordion-content p {
      padding: 16px 0 22px;
      line-height: 1.7;
      color: #555;
      font-size: 15px;
    }

    .accordion-item.active .accordion-title span {
      transform: rotate(45deg);
    }

   
.registration-section{
    padding:60px 0;
    background:#f5f7fb;
}

/* Form container */
.registration-section .form-box{
    background:#fff;
    padding:30px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

/* Heading */
.registration-section .form-box h2{
    text-align:center;
    margin-bottom:20px;
    color:#0d3c8c;
}

/* Inputs & textarea */
.registration-section .form-box input,
.registration-section .form-box textarea{
    width:100%;
    padding:12px;
    margin-bottom:15px;
    border:1px solid #ccc;
    border-radius:6px;
}

/* Submit button */
.registration-section .submit-btn{
    background:#0d3c8c;
    color:#fff;
    padding:12px 30px;
    border:none;
    border-radius:6px;
    cursor:pointer;
}

.registration-section .submit-btn:hover{
    background:#092c66;
}





html {
    scroll-behavior: smooth;
}
 a.navbar-brand img {
  
    transition: all 0.3s ease;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-white.shadow-sm.fixed-top.scrolled a.navbar-brand img {
    height: 70px;
    transition: all 0.3s ease;
}
a.nav-link:hover {
    color: #f26e23;
}
li.nav-item {
    padding-right: 5px;
}
.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}
.bannertext {
    z-index: 999;
    position: relative;
}
 .left, .right {
        flex: 1;
    }
  .carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55); /* overlay darkness */
    z-index: 1;
  }
.news-content-holder a, .event-content-holder a {
    color: #003a78;
    font-size: 14px;
        font-weight: normal;
}
.event-inner-area .event-wrapper > li .event-calender-holder {
    position: relative;
    padding-top: 2px;
    text-align: center;
    width: 75px;
    background: #f26e23;
     color: #fff;
}
.event-content-holder {
    padding-left: 15px;
}
ul.event-wrapper {
    padding: 0px;
    margin-bottom: 0px;

}

.event-inner-area .event-wrapper > li .event-calender-wrapper {
    -webkit-box-flex: 0.8;
    -moz-flex: 0.8;
    -webkit-flex: 0.8;
    flex: 0.8;
}
.event-inner-area .event-wrapper > li {
    margin-bottom: 15px;
    padding: 15px 10px;
    background: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: aliceblue;
}
.event-inner-area .event-wrapper > li .event-calender-holder h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}
.event-inner-area .event-wrapper > li .event-calender-holder p {
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.event-inner-area .event-wrapper > li .event-calender-holder span {
    line-height: 2.5;
    background: #002147;
    height: 32px;
    display: block;
    color: #FFFFFF;
}
a.view-all-accent-btn, a.view-all-primary-btn {
    text-align: center;
    color: #FFFFFF;
    padding: 12px 34px;
    background: #003a78;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: none;
    font-weight: 500;
    text-decoration: none;
}

ul.news-wrapper.news-wrapper-responsive {
    background: aliceblue;
    padding: 10px 20px;
}
ul.news-wrapper.news-wrapper-responsive {
    background: aliceblue;
    padding: 10px 20px;
}

section.AdmissionbcEnquiry {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
 section.AdmissionbcEnquiry .btn {
        display: inline-block;
        padding: 12px 25px;
        background: #0b57d0;
        color: #fff;
        text-decoration: none;
        border-radius: 6px;
        font-weight: 600;
        margin-top: 15px;
    }
 section.AdmissionbcEnquiry .subtitle {
        text-align: center;
        font-size: 18px;
        margin-bottom: 40px;
        color: #555;
    }
    .AdmissionEnquirysecbg {
        background: #f5f7fb;
    }
    
     .AdmissionEnquirysecbg h1,  .AdmissionEnquirysecbg h2, .AdmissionEnquirysecbg h3 {
    color: #0b57d0;
    display: block;
    font-size: 1.17em;
}
 .AdmissionEnquirysecbg h3 {
    color: #0b57d0;
    display: block;
    font-size: 1.17em;
}
    section.AdmissionbcEnquiry  .btn:hover {
        background: #093f9c;
    }

 section.AdmissionbcEnquiry .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        margin-top: 20px;
    }


 section.AdmissionbcEnquiry .card {
        border: 1px solid #e0e6f1;
        border-radius: 8px;
        padding: 20px;
        background: #fafcff;
    }

   section.AdmissionbcEnquiry  .card h3 {
        margin-top: 0;
    }

     section.AdmissionbcEnquiry ul {
        padding-left: 20px;
    }

     section.AdmissionbcEnquiry .notice-links a {
        display: block;
        color: #0b57d0;
        text-decoration: none;
        margin-bottom: 8px;
    }

    section.AdmissionbcEnquiry .notice-links a:hover {
        text-decoration: underline;
    }

    section.AdmissionbcEnquiry .empty {
        color: #888;
        font-style: italic;
    }
 /* Section */
  .special-section {
    max-width: 1200px;
    margin: auto;
    padding: 0 40px 20px;
  }

  /* Title */
  .special-title {
    text-align: center;
    margin-bottom: 60px;
  }

  .special-title h2 {
    font-size: 38px;
    color: #0f3d5e;
    margin-bottom: 12px;
  }

  .special-title p {
   
    color: #555;
    max-width: 700px;
    margin: auto;
  }


.placement-grid.main .student-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #1f4fd8;
    margin-bottom: 12px;
}


.placement-grid.main .student-card {
    padding: 20px;
}


  /* Cards Grid */
  .special-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
    gap: 30px;
  }

  /* Card */
  .special-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 26px;
    text-align: center;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .special-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: #0f3d5e;
  }

  .special-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.1);
  }

  /* Icon */
  .special-icon {
    font-size: 42px;
    margin-bottom: 16px;
  }

  /* Card Title */
  .special-card h3 {
    font-size: 19px;
    color: #0f3d5e;
    margin-bottom: 10px;
    font-weight: 700;
  }

  /* Card Text */
  .special-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
  }
/* SECTION */
.placement-section{
    padding: 0PX;
}
.placement-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* adjust per layout */
    gap: 20px;
}

/* Hide cards after first 8 (2 rows × 4 columns) */
.placement-grid.main .student-card:nth-child(n+9) {
    display: none;
}

.view-more-btn {
    display: block;
    margin: 30px auto;   /* centers horizontally */
    padding: 10px 25px;
    font-size: 16px;
    background: #1f4fd8;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}
.view-more-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.view-more-wrap {
    display: flex;
    justify-content: center; /* center horizontally */
    width: 100%;
    margin: 30px 0;
}
.popupModal {
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:9999;
}

.popupContent {
    background:#fff;
    width:90%;
    max-width:600px;
    margin:4% auto;
    padding:25px;
    border-radius:8px;
    max-height:90vh;
    overflow:auto;
}

.closeBtn {
    float:right;
    font-size:24px;
    cursor:pointer;
}

.popupContent input,
.popupContent textarea,
.popupContent select {
    width:100%;
    padding:10px;
    margin:6px 0 12px;
}

.submitBtn {
    background:#0d3c8c;
    color:#fff;
    border:none;
    padding:10px 20px;
}

.logo-slider {
  overflow: hidden;
     background: #d0eefb;
  padding: 15px 0;
}

.logo-slider {
    overflow: hidden;
   
    padding: 12px;
    
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.logo-track {
    display: flex;
    width: calc(220px * 12);
    animation: scroll 25s linear infinite;
}

.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.logo-item {
    width: 220px;
    background: #fff;
    margin: 0 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.logo-item img {
    max-width: 150px;
    max-height: 60px;
    object-fit: contain;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


.placement-title{
    text-align:center;
    margin-bottom:40px;
}
.placement-title h2{
    font-size:30px;
    color:#1f4fd8;
    font-weight:700;
}
.placement-title span{
    display:block;
    font-size:14px;
    color:#555;
    margin-top:5px;
}

/* GRID */
.placement-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(220px,1fr));
    gap:25px;
}

/* CARD */
.student-card{
    background:#ffffff;
    border-radius:10px;
    box-shadow:0 6px 15px rgba(0,0,0,0.08);
    text-align:center;
    padding:20px 15px 25px;
    transition:0.3s;
}
.student-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}
.student-card img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #1f4fd8;
    margin-bottom:12px;
}
.student-card h3{
    margin:6px 0;
    font-size:16px;
    color:#0b2c6a;
    font-weight:600;
}
.student-card p{
    margin:2px 0;
    font-size:13px;
    color:#555;
}
.company{
    margin-top:10px;
    display:inline-block;
    background:#1f4fd8;
    color:#fff;
    padding:4px 12px;
    font-size:12px;
    border-radius:20px;
}
.recruiter-section {
   
    padding: 70px 0;
}

.recruiter-text h2 {
    color: #f26c21;
    font-weight: 700;
    margin-bottom: 20px;
}

.recruiter-text p {
    color: #333;
    line-height: 1.7;
}

.know-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #1f66e5;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.logo-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.logo-box:hover {
    transform: translateY(-4px);
}

.logo-box img {
    max-width: 140px;
    max-height: 70px;
    object-fit: contain;
}

/* CONGRATS */
.congrats {
    margin-top: 30px;
    background: #d0eefb;
    color: #000;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    font-weight: 500;
    FONT-SIZE: 15px;
}

.activities-section {
    padding: 60px 0;
    background: #f7f7f7;
}

.activities-section h2 {
    color: #0d3c8c;
    font-weight: 700;
}

.activities-list {
    margin-top: 20px;
}

.activity-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 12px 18px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.download-btn {
    background: #1f66e5;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
}


 /* Feature Boxes */
  .feature-box {
    background-color: #f1f6fb;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }

  .Lifedisha .feature-box h5 {
   color: #0b5ed7 !important;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .feature-box ul {
    padding-left: 18px;
    margin: 0;
        list-style: disc !important;
  }

  .feature-box ul li {
    margin-bottom: 8px;
  }


 

  .alumni-banner h4 {
   
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .alumni-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 5px;
  }
/* ================================
       Learning Section
       ================================ */
    .learning-section {
      max-width: 1100px;
      margin: 0 auto;
      padding: 70px 20px;
    }

    .learning-section .intro {
      font-size: 17px;
      color: #444;
      max-width: 760px;
      margin-bottom: 45px;
    }

    /* ================================
       Cards Layout
       ================================ */
    .learning-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 26px;
    }

    .learning-card {
      background: #ffffff;
      border-left: 6px solid #0f3d5e;
      padding: 26px 28px;
      border-radius: 14px;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .learning-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 44px rgba(0, 0, 0, 0.1);
    }

    .learning-card h3 {
      font-size: 22px;
      font-weight: 700;
      color: #0f3d5e;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .learning-card .icon {
      font-size: 26px;
    }

    .learning-card p {
      font-size: 16px;
      color: #333;
    }



  .carousel-content {
    position: relative;
    z-index: 2;
  }
  /* Overlay background */
#popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup box */
.popupBox {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  width: 320px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* QR image */
.qr-img {
  width: 220px;
  margin: 15px 0;
}

/* Close button */
.popupBox button {
  padding: 8px 20px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

/*
.kaushal-banner {
    width: 100%;
    height: 70vh;    adjust height (e.g., 60vh / 80vh / 100vh) 
    background-image: url('../images/Banner/KaushalKumbh.jpeg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}*/
.banner-image img {
    width: 100%;
    height: 80vh;
    display: block;
    object-fit: fill;
}
 .achievement-icon {
        font-size: 60px;
        color: #6c757d;
    }
    .achievement-number {
        font-size: 48px;
        font-weight: 700;
        color: #ff8c00;
    }
    .achievement-title {
        font-size: 18px;
        font-weight: 600;
        color: #777;
        margin-top: -5px;
    }
    .divider {
        border-left: 2px solid #ddd;
        height: 80px;
        margin: auto;
    }
 .funfact-section {
        background: url('https://sonikadahiya.in/disha/images/homebanner.jpg')
                    center/cover no-repeat;
        position: relative;
        
        color: #fff;
    }
.map-box {
        border: 8px solid #ff8c00; /* green border */
        width: 100%;
        height: 550px;
    }

    .contact-input {
        padding: 14px;
        border-radius: 4px;
    }

    .contact-btn {
        background-color: #ff8c00;
        color: #fff;
        font-weight: 600;
        padding: 14px 40px;
        border-radius: 40px;
        border: none;
        transition: 0.3s;
    }

    .contact-btn:hover {
        background-color: #ff8c00;
    }
    /* đźź§ Orange overlay instead of green */
    .funfact-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 140, 0, 0.85); /* #ff8c00 with opacity */
        z-index: 1;
    }

    .funfact-content {
        position: relative;
        z-index: 2;
    }

    .funfact-icon {
        font-size: 60px;
        color: #fff;
    }

    .funfact-number {
        font-size: 42px;
        font-weight: 700;
        margin-top: 10px;
    }

    .funfact-title {
        font-size: 18px;
        opacity: 0.8;
        margin-top: -5px;
    }

    /* Divider slightly visible */
    .funfact-divider {
        border-left: 2px solid rgba(255, 255, 255, 0.4);
        height: 90px;
        margin: auto;
    }

/* Hero Section */
    .herobanner {
        
        height: 60vh;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
            background-position: center;
    }
    .founderimg {
    display: flex;
    justify-content: center;   /* center leftâ€“right */
    align-items: center;        /* center topâ€“bottom */
    height: 100%;               /* container height */
    width: 100%;                /* container width */
}
.col-md-5.founderimg {
    padding-top: 70px;
}
    .hero-overlay {
        position:absolute;
        top:0; left:0; width:100%; height:100%;
        background: rgba(0,0,0,0.4);
    }
    .hero-content {
        position:relative;
        z-index:2;
    }

    /* Founder Section */
    .vertical-text {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 30px;
        font-weight: 600;
        color:#0286d6;
        padding-right: 10px;
        border-right: 3px solid #0286d6;
    }

.notice-tagline {
    background: #ff8c00;
    line-height: normal;
   
}
.notice-tagline  marquee{
     padding:10px 0;
}
    
}

/* CAROUSEL FIXED + CENTERED */
#heroCarousel .carousel-item {
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.carousel-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}

.carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 900px;
    padding: 0 20px;
}

.bannerh1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
}

.carousel-content p {
    font-size: 20px;
    margin-bottom: 20px;
}

.btn.hero {
    background: #ff8c00;
    color: #fff;
    padding: 12px 28px;
    font-size: 18px;
    border-radius: 6px;
}

.btn.hero:hover {
    background: #e67a00;
}

/* REMOVE BROKEN SLIDE CLASS */
.slide {
    padding: 0 !important;
}

/* NAVBAR */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    padding: 15px 0px;
    transition: 0.3s;
    height: 120px;
}

.navbar.scrolled {
    padding: 8px 0px;
    height: 96px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

html {
    scroll-behavior: smooth;
}

/* FOOTER */
footer {
    padding: 40px 0 0 0;
}
.copywrite {
    padding: 20px 0 20px 0;
    border-top: 1px solid #fff;
    font-size: 14px;
    margin-top:20px;
}
ul li a {
    text-decoration: none;
    color: #Fff;
    padding-bottom: 10px;
    display: block;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-section {
    background: #0d2235;
}

/* USP Section */
.usp-section {
    padding: 70px 40px;
    background: #fff;
}

.usp-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
}

.usp-title span {
    color: #0070c9;
}

/* Card Grid */
.usp-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

/* Card Design */
.usp-card {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    border-left: 6px solid #0070c9;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: 0.3s ease;
    font-size: 18px;
    line-height: 26px;
}

/* Hover Animation */
.usp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.news-event-area .row {
    align-items: stretch;
}

.news-event-area .news-inner-area,
.news-event-area .event-inner-area {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news-btn-holder {
    margin-top: 16px;
}
ul.news-wrapper.news-wrapper-responsive {
    margin: 0;
}
.hero-section {
        background-image: url('/mnt/data/Screenshot 2025-11-21 180519.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      
        display: flex;
        align-items: center;
        padding: 40px;
    }

   .admission-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    max-width: 450px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    z-index: 999;
}
.Admissionsopen {
    
    background-size: 100%;
}
/* Content inside should appear above overlay */
.Admissionsopen  {
    position: relative;
    z-index: 3;
}
.Admissionsopen:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);  /* Black overlay with 50% opacity */
    z-index: 9;                  /* On top of background */
   
}
.carousel-control-next, .carousel-control-prev{
    opacity: 0 !important;
}

a.btn.applybtn.btn-lg.mt-2 {
    background: #003a78;
    color: #fff;
}
.course-card {
            border: 3px solid #f26e23;   /* Your border color */
            border-radius: 10px;
            padding: 25px;
            text-align: center;
            background: #fff;
            font-weight: bold;
            font-size: 20px;
        }
 .custom-btn {
            border: 2px solid #f26e23;
            padding: 10px 18px;
            text-decoration: none;
            color: black;
            font-weight: 600;
            display: inline-block;
            transition: 0.3s;
        }
        .custom-btn:hover {
            background: #f26e23;
            color: #fff;
        }
        
        .stats-box {
    position: relative;
}
 .stats-box h2{
    color:#ffb606;
}
        .stats-box {
            background:#5d6166;
            color: #fff;
           
            border-radius: 6px;
        }

        .stats-boxplacement {
    padding: 15px 0;
    position: absolute;
    top: -158px;
    background: #000;
    opacity: 0.8;
    width: 100%;
}

        .stats-box .divider {
            border-right: 2px solid #fff;
        }

.CourseSlider { background: #f2f6fc; }
        .section-title {
            background: #013b7a;
            color: white;
            padding: 15px 25px;
            font-size: 28px;
            display: block;
            border-radius: 8px;
            margin-bottom: 30px;
        }
        .course-img {
            width: 100%;
            height: 260px;
            object-fit: cover;
        }
        .course-box {
            background: #0a3a72;
            color: white;
            padding: 25px;
            text-align: center;
        }
        .course-title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 10px;
            text-transform: uppercase;
        }
        .card-wrapper {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            background: white;
        }
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            filter: invert(1);
        }
        .cat-heading {
            font-size: 26px;
            font-weight: 700;
            color: #013b7a;
            text-align: center;
            margin-bottom: 25px;
        }



/* USP Section */
.usp-section {
    padding: 70px 40px;
    background: #fff;
}

.usp-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
}

.usp-title span {
    color: #0070c9;
}

/* Two Column Layout */
.usp-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

/* LEFT Column List */
.usp-list ul {
    padding-left: 0;
}

.usp-list li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding-left: 30px;
}

/* Bullet Icon */
.usp-list li::before {
    content: "â—Ž";
    position: absolute;
    left: 0;
    top: 0;
    color: #0070c9;
    font-size: 20px;
    font-weight: bold;
}

/* Right Column Cards */
.usp-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex: 1;
}

.usp-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border-left: 6px solid #0070c9;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.usp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 18px rgba(0,0,0,0.2);
}

.usp-card h4 {
    margin-bottom: 10px;
    color: #0070c9;
    font-size: 20px;
    font-weight: 700;
}

.usp-card p {
    font-size: 16px;
    color: #333;
}








/* USP Section */
.usp-section {
    padding: 70px 40px;
    background: #fff;
}

.usp-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
}

.usp-title span {
    color: #ff8c00;
}

/* Card Grid */
.usp-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

/* Card Design */
.usp-card {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 12px;
    border-left: 6px solid #0070c9;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: 0.3s ease;
    position: relative;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

/* Icons */
.usp-icon {
    font-size: 32px;
    color: #0070c9;
    min-width: 40px;
}

/* Hover Animation */
.usp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
footer a {
    display: inline-block !important;
}
img.footerimg.img-fluid.mb-3 {
    height: 90px;
}


.disha-facilities-section {
    padding: 60px 0;
    background: #f2f4f7;
    
}

.disha-facilities-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 45px;
   
}

/* Flex container */
.disha-facilities-row {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
}

/* Card container */
.disha-card {
    width: 320px;
    min-height: 160px;
    padding: 28px;
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    opacity: 0;

    animation: dishaFadeUp 1s ease forwards;

    /* Modern depth */
    transition: transform .3s ease, box-shadow .3s ease;
}

/* Stagger animation */
.disha-card:nth-child(1){ animation-delay: .1s; }
.disha-card:nth-child(2){ animation-delay: .2s; }
.disha-card:nth-child(3){ animation-delay: .3s; }
.disha-card:nth-child(4){ animation-delay: .4s; }
.disha-card:nth-child(5){ animation-delay: .5s; }
.disha-card:nth-child(6){ animation-delay: .6s; }

/* Title */
.disha-card-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 5;
        color: #fff !important;
}
.contact-rowform {
    
}
 .contact-rowform  {
        margin: 20px 0;
        font-size: 20px;
        font-weight: 600;
        color: #1f4ba5;
    }

    .contact-rowform i {
        margin-right: 10px;
        color: #18469e;
    }

    .contact-rowform  {
        font-size: 17px;
        color: #555;
        margin-top: 30px;
    }
/* Hidden description */
.disha-card-desc {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: all .5s ease;
    position: relative;
    z-index: 5;
}

/* Hover reveal */
.disha-card:hover {
    transform: translateY(-12px) scale(1.04);
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

.disha-card:hover .disha-card-desc {
    opacity: 1;
    max-height: 400px;
    margin-top: 12px;
}

/* Shine sweep effect */
.disha-card::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -120%;
    width: 300%;
    height: 300%;
    background: rgba(255,255,255,0.18);
    transform: rotate(45deg);
    transition: 0.7s ease;
}

.disha-card:hover::before {
    top: 120%;
    left: 120%;
}

/* Card background gradients */
.disha-purple { background: linear-gradient(135deg, #6a11cb, #2575fc); }
.disha-blue   { background: linear-gradient(135deg, #06b2f9, #0072ff); }
.disha-red    { background: linear-gradient(135deg, #ff0844, #ff4b2b); }
.disha-orange { background: linear-gradient(135deg, #ff7e5f, #f54ea2); }
.disha-green  { background: linear-gradient(135deg, #11998e, #38ef7d); }
.disha-teal   { background: linear-gradient(135deg, #2af598, #009efd); }

/* Fade-up keyframes */
@keyframes dishaFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ===== LIFE AT DISHA - UNIQUE, NON-CONFLICTING STYLES ===== */

.disha-life-section {
    position: relative;
    background-image: url('images/homebanner.jpg'); /* your uploaded image */
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #fff;
}

/* Transparent dark overlay */
.disha-life-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

/* Content wrapper */
.disha-life-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 0 8%;
    z-index: 5;
    flex-wrap: wrap;
}

/* LEFT BOX */
.disha-life-textbox {
    width: 55%;
    background: rgba(0,18,89,0.95);
    padding: 35px;
    
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.disha-life-textbox h2 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
}

.disha-life-textbox p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* Button */
.disha-life-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #0d2fa0;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.disha-life-btn:hover {
    background: #123dc7;
}

/* RIGHT PHOTO GRID */
.disha-life-gallery {
    width: 55%;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
}

.disha-life-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.disha-life-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

/* Image zoom on hover */
.disha-life-img:hover img {
    transform: scale(1.1);
}


.contact-row {
    display: flex;
    justify-content: center;    /* Centers the boxes horizontally */
    gap: 40px;
    flex-wrap: wrap;            /* Responsive */
}

.contact-box {
    background: #ff8c00;
    padding: 40px;
 
    border-radius: 12px;
    text-align: left;
    
}
section.contact-section {
    background: #ff8c00;
    color: #fff;
}
.contact-box .icon {
    font-size: 50px;
    margin-bottom: 20px;
    color: #044a7b;
}

.contact-box h3 {
    font-size: 28px;
    color: #044a7b;
    margin-bottom: 15px;
}

.contact-box p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}



.tabs {
  width: 350px;
  display: flex;
  flex-direction: column;
}

.tab-btn {
  padding: 12px;
  border: none;
  background: #eee;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
}

.tab-btn.active {
  background: #003a78;
  color: #fff;
}

.tab-content {
  display: none;
  padding: 15px;
  background: #f8f8f8;
 
}

.tab-content.active {
  display: block;
}









/* RESPONSIVE */
@media (max-width: 992px) {
    .disha-life-container {
        flex-direction: column;
    }

    .disha-life-textbox,
    .disha-life-gallery {
        width: 100%;
    }
}














/* Main Container */
.main-container {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;   /* Important for equal outer spacing */
}

.univer-topper {
    padding: 0px 0;
}

/* Each Box */
.toppers {
    width: calc(50% - 30px);  /* 2 boxes per row with margin */
    margin: 15px;
    display: flex;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.toppers:hover {
    transform: translateY(-5px);
}

/* Left Side Image */
.toppers-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.toppers-image img {
    width: 100%;
    height: 100%;
    border: 4px solid #2f5bea;
    object-fit: cover;
}

/* Right Side Content */
.toppers-content {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.toppers-content h3 {
    margin: 0;
    font-size: 20px;
    color: #1f2937;
}

.toppers-content p {
    margin: 8px 0 15px;
    color: #6b7280;
}

.toppers-content button {
    padding: 8px 16px;
    border: none;
    background: #2f5bea;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    width: fit-content;
}

.toppers-content button:hover {
    background: #1e40af;
}

/* Responsive */
@media (max-width: 768px) {
    .toppers {
        width: 100%;
        flex-direction: column;
    }

    .toppers-image,
    .toppers-content {
        width: 100%;
        text-align: center;
    }
}

    /* ================================
       Responsive Mobile device
       ================================ */
    @media (max-width: 768px) {
      .learning-section {
        padding: 50px 16px;
      }
.special-title h2 {
      font-size: 30px;
    }
      .learning-section h2 {
        font-size: 30px;
      }

      .learning-card h3 {
        font-size: 20px;
      }
    }




 @media (max-width: 600px) {
      .infrastructure h1 {
        font-size: 26px;
      }
    }
