.header-main6{
      padding: 6px;
}

.social-sticky {
  position: fixed;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Common Button Style */
.social-sticky a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Hover Animation */
.social-sticky a::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: rgba(255,255,255,0.25);
  top: -130%;
  left: -130%;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}

.social-sticky a:hover::before {
  top: -10%;
  left: -10%;
}

.social-sticky a:hover {
  transform: scale(1.15) rotate(6deg);
}

/* Platform Colors */
.facebook { background: #1877f2; }
.instagram { background: linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4); }
.youtube { background: #ff0000; }
.twitter {     background: #1987bd; }
.whatsapp {     background: #d32525; }

/* ===========================
   Mobile Responsive
   =========================== */

@media (max-width: 768px) {
  .social-sticky {
    top: auto;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    background: rgba(255,255,255,0.9);
    padding: 10px 15px;
    border-radius: 40px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  }

  .social-sticky a {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }
}

.appointment-sidebar {
      position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

/* Sidebar Button */
.appointment-sidebar a {
       display: flex
;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 204px;
    background: linear-gradient(135deg, #0d6efd, #198754);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: Arial, sans-serif;
    border-radius: 3px 0 0 3px;
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s 
ease;
}

/* Vertical Text */
.appointment-sidebar span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 1px;
}

/* Hover Effect */
.appointment-sidebar a:hover {
    width: 70px;
    background: linear-gradient(135deg, #198754, #0d6efd);
}

.bgstysd{
    background: #eb7d0d !important;
}
.fint{
  font-size: 17px;
    margin-bottom: 4px !important;
}

 

 
.sssfonne{
      font-size: 16px;
    margin-bottom: 12px;
    font-weight: 100;
}

 

/* Toggle Button */
.clikcbox-toggle {
    position: fixed;
    right: 5px;
    top: 79%;
    background: #15274e;
    color: #fff;
    padding: 14px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 42px;
    font-size: 33px;
}

/* Main Box */
.clikcbox {
     position: fixed;
    right: -340px;
    top: 72%;
    transform: translateY(-50%);
    width: 320px;
    background: #fff;
    padding: 17px;
    z-index: 9999;
    transition: 0.4s 
ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* Active */
.clikcbox.active {
     right: 63px;
}

/* Close Button */
.clikcbox-close {
 position: absolute;
    left: -12px;
    top: -9px;
    background: #dc3545;
    color: #ffffff;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 100px;
    padding: 1px 7px;
}

/* Grid */
.clikcbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* Items */
.box-item {
     background: #15274e;
    color: #fff;
    text-decoration: none;
    padding: 13px 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 15px;
    border-radius: 8px;
}

.box-item i {
  font-size: 22px;
}
.s9oos li{
    padding: 1px 0 3px 25px !important;
    margin: 0px 0px 0px 0px !important;
}
.s9oos li > i:first-child{
      top: 4px !important;
}

.box-item.full {
  grid-column: span 2;
}

.modal{
      z-index: 99999999999 !important;
}
.sty6yv{
      padding: 13px 12px !important;
    text-align: center !important;
}
.changHight{
      height: 47px !important;
    padding-left: 11px !important;
    border-radius: 3px !important;
}
.yu7us{
      top: 13px !important;
}
.fbnvoc{
     padding: 16px 2px !important;
}
.dtxt{
      font-size: 18px;
    margin-bottom: 0px !important;
}
.modaltxt{
      font-size: 14px !important;
    margin-top: 4px !important;
    margin-bottom: 0px !important;
}
.esrrvers{
  padding-top: 11px;
    padding-bottom: 9px;
    margin-bottom: 7px;
}

.contsection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px dashed #1e90ff;
}

.cntbox {
      padding: 22px 20px;
    text-align: center;
    border-right: 1px dashed #1e90ff;
}

.cntbox:last-child {
  border-right: none;
}

.cntbox i {
  font-size: 36px;
  color: #1e90ff;
  margin-bottom: 12px;
}

.cntbox h2 {
     font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
}

.cntbox p {
     font-size: 15px;
    color: #555;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* 🔹 Mobile Responsive */
@media (max-width: 768px) {
  .contsection {
    grid-template-columns: repeat(2, 1fr);
  }

  .cntbox {
    border-right: 1px dashed #1e90ff;
    border-bottom: 1px dashed #1e90ff;
  }

  .cntbox:nth-child(2),
  .cntbox:nth-child(4) {
    border-right: none;
  }

  .cntbox:nth-child(3),
  .cntbox:nth-child(4) {
    border-bottom: none;
  }
}


/* Sidebar CTA Container */
.sidebar-cta {
     background: linear-gradient(135deg, #15274e, #27477d);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #333;
    transition: transform 0.3s ease;
}

.sidebar-cta:hover {
  transform: translateY(-5px);
}

/* Heading */
.sidebar-cta h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: #fff;
}

/* Description */
.sidebar-cta p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #fff;
}

/* CTA Buttons */
.cta-btnsss {
      display: inline-block;
    margin: 3px 3px;
    padding: 4px 19px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btnsss {
  background-color: #ff6b6b;
  color: #fff;
}

.cta-btnsss:hover {
  background-color: #ff4b4b;
}

.online-btn {
  background-color: #6bc1ff;
  color: #fff;
}

.online-btn:hover {
  background-color: #2196f3;
}

/* CTA Info */
.cta-info {
  margin-top: 20px;
  text-align: left;
  font-size: 0.9rem;
  color: #fff;
}

.cta-info p {
  margin: 5px 0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .sidebar-cta {
    padding: 20px;
  }

  .sidebar-cta h3 {
    font-size: 1.5rem;
  }

  .cta-btnsss {
    width: 100%;
    margin: 10px 0;
  }
}


.career-jobs {
  padding: 50px 20px;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  text-align: center;
}

.career-jobs h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #1a73e8;
}

.jobs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Job Card */
.job-card {
  border: 1px solid #1a73e8;
  border-radius: 12px;
  padding: 20px;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.job-header h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #1a73e8;
}

.bookmark {
  font-size: 1.2rem;
  cursor: pointer;
  color: #555;
}

.company, .location {
     margin: 2px 0;
    color: #555;
    font-size: 0.95rem;
    text-align: justify;
}

.job-info {
display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 11px 0;
}

.job-info span {
     background-color: #f1f3f4;
    color: #555;
    font-size: 0.8rem;
    padding: 3px 10px;
    border-radius: 5px;
}

.full-time {
  background-color: #e6f4ea;
  color: #34a853;
}

.remote {
  background-color: #f1f3f4;
  color: #555;
}

.flexible {
  background-color: #f1f3f4;
  color: #555;
}

.salary {
  background-color: #f1f3f4;
  color: #555;
}

/* Apply Link */
.apply-link {
 text-decoration: none;
    font-weight: bold;
    color: #1a73e8;
    display: inline-block;
    margin-top: 2px;
    font-size: 0.9rem;
}

.apply-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .job-card {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .job-card {
    width: 100%;
  }
}

.appynowcss {
  font-family: 'Poppins', sans-serif;
  background: #f8f9fa;
  padding: 50px 20px;
}

.appynowcss .apply-container {
  max-width: 500px;
  margin: auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.appynowcss .apply-container:hover {
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.appynowcss h2 {
  text-align: center;
  color: #007bff;
  margin-bottom: 10px;
}

.appynowcss p {
  text-align: center;
  color: #6c757d;
  margin-bottom: 30px;
}

.appynowcss .form-group {
  margin-bottom: 20px;
}

.appynowcss label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.appynowcss input[type="text"],
.appynowcss input[type="email"],
.appynowcss input[type="tel"],
.appynowcss input[type="file"] {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 14px;
  transition: 0.3s;
}

.appynowcss input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.3);
  outline: none;
}

.appynowcss button {
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.appynowcss button:hover {
  background: #0056b3;
}

/* Responsive */
@media (max-width: 768px) {
  .appynowcss .apply-container {
    padding: 20px;
  }
}


.mgmPatna_btn{
        margin-bottom: 23px;
    margin-top: 17px;
    text-align: left;
    margin-left: 18px !important;
}
.collbstn{
      border: none;
    border-radius: inherit;
    padding: 6px 13px;
}
.collbstncolor{
       border: none;
    border-radius: inherit;
    padding: 6px 13px;
    background: #15274e;
}

/* Admissions Highlights Section */
.admissions_HighlightsCss {
  background: #f9fafb;
  padding: 30px 15px;
  font-family: 'Poppins', sans-serif;
}

.admissions_HighlightsCss .containerStylecss {
  /*max-width: 1200px;
  margin: 0 auto;*/
  text-align: center;
}

.admissions_HighlightsCss .section-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.admissions_HighlightsCss .highlights-slider {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.admissions_HighlightsCss .highlight-card {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  flex: 0 0 90%;
  scroll-snap-align: start;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #333333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.admissions_HighlightsCss .highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

.admissions_HighlightsCss .cta-buttons {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.admissions_HighlightsCss .cta-buttons .btn {
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.admissions_HighlightsCss .cta-buttons .apply-now {
  background: #007bff;
  color: #fff;
}

.admissions_HighlightsCss .cta-buttons .apply-now:hover {
  background: #0056b3;
}

.admissions_HighlightsCss .cta-buttons .download {
  background: #28a745;
  color: #fff;
}

.admissions_HighlightsCss .cta-buttons .download:hover {
  background: #1e7e34;
}

.admissions_HighlightsCss .cta-buttons .enquire {
  background: #ffc107;
  color: #1a1a1a;
}

.admissions_HighlightsCss .cta-buttons .enquire:hover {
  background: #e0a800;
}

/* Responsive Styles */
@media(min-width: 768px) {
  .admissions_HighlightsCss .highlights-slider {
    flex-direction: row;
    gap: 20px;
  }

  .admissions_HighlightsCss .highlight-card {
    flex: 0 0 45%;
  }
}

@media(min-width: 1024px) {
  .admissions_HighlightsCss .highlight-card {
    flex: 0 0 22%;
  }
}


.p_Highlights {
  background: #f5f8fa;
  padding: 40px 15px;
  font-family: 'Poppins', sans-serif;
}

.p_Highlights .p_Highlights-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.p_Highlights .section-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #1a1a1a;
}

.p_Highlights .highlights-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 10px;
}

.p_Highlights .highlight-card {
  background: #ffffff;
  padding: 18px 22px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p_Highlights .highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

.p_Highlights .cta-buttons {
  margin-top: 25px;
}

.p_Highlights .cta-buttons .btn {
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  background: #007bff;
  color: #fff;
  transition: all 0.3s ease;
}

.p_Highlights .cta-buttons .btn:hover {
  background: #0056b3;
}

/* Responsive Styles */
@media(min-width: 768px) {
  .p_Highlights .highlights-cards {
    flex-direction: row;
    gap: 20px;
  }

  .p_Highlights .highlight-card {
    flex: 0 0 45%;
  }
}

@media(min-width: 1024px) {
  .p_Highlights .highlight-card {
    flex: 0 0 30%;
  }
}


/* Latest News / Announcements Section */
.lasteNews {
 padding: 34px 0px 47px;
    font-family: 'Poppins', sans-serif;
}

.lasteNews .lasteNews-container {
  max-width: 1200px;
  margin: 0 auto;
}

.lasteNews .section-title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1a1a;
  text-align: center;
}

.lasteNews .news-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lasteNews .news-card {
  background: #ffffff;
  padding: 15px 20px;
  border-left: 4px solid #007bff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  font-size: 0.95rem;
  color: #333333;
  transition: all 0.3s ease;
}

.lasteNews .news-card:hover {
  background: #f0f8ff;
  transform: translateY(-3px);
}
.esSiox{
      margin-bottom: 2px;
    font-size: 12px;
    text-align: left;
    padding: 0px 18px;
    border-top: 1px solid #ddd;
}

/* Responsive Styles */
@media(min-width: 768px) {
  .lasteNews .news-list {
    flex-direction: row;
    gap: 15px;
  }

  .lasteNews .news-card {
    flex: 0 0 45%;
  }
}

@media(min-width: 1024px) {
  .lasteNews .news-card {
    flex: 0 0 30%;
  }
}


/* Section */
.seminar-section {
  padding: 13px 5px;
}

 

/* Titles */
.main-titlesss {
       font-size: 34px;
    color: #0d47a1;
    margin-bottom: 10px;
}

.section-titlesss {
    font-size: 24px;
    color: #1a237e;
    margin-bottom: 20px;
}

/* Intro */
.intro-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px; 
}

/* Feature Box */
.feature-box {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.feature-box h3 {
    font-size: 20px;
    color: #0d47a1;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.feature-box ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.feature-box ul li {
    font-size: 14px;
    margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .main-titlesss {
        font-size: 28px;
    }

    .section-titlesss {
        font-size: 22px;
    }

    .feature-box {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .main-titlesss {
        font-size: 24px;
    }

    .intro-text {
        font-size: 14px;
    }

    .feature-box h3 {
        font-size: 18px;
    }
}


.course-section {
      padding: 0px 2px;
}

/* Container */
.course-container {
       background: #ffffff;
    padding: 11px;
}

/* H1 */
.course-title {
   font-size: 34px;
    color: #0d47a1;
    margin-bottom: 10px;
}

/* College Name */
.course-college {
       font-size: 20px;
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 4px;
}

/* Affiliation */
.course-affiliation {
    font-size: 15px; 
    color: #555;
    margin-bottom: 10px;
}

/* Admission */
.course-admission {
    font-size: 16px; 
    color: #2e7d32;
    font-weight: 600;
    margin-bottom: 30px;
}

/* H2 */
.section-heading {
    font-size: 24px;
    color: #0d47a1;
    margin-bottom: 15px;
    border-left: 5px solid #0d47a1;
    padding-left: 12px;
}

/* Lists */
.course-list,
.facility-list,
.mission-list {
    padding-left: 20px;
    margin-bottom: 30px;
}

.course-list li,
.facility-list li,
.mission-list li {
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Vision Text */
.vision-text {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .course-container {
        padding: 25px;
    }

    .course-title {
        font-size: 28px;
    }

    .section-headingsss {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .course-title {
        font-size: 24px;
    }

    .course-college {
        font-size: 18px;
    }

    .section-heading {
        font-size: 20px;
    }

    .course-admission {
        font-size: 14px;
    }
}

.admission-section {
   
}

 

/* H1 */
.admission-title {
    font-size: 34px;
    color: #0d47a1; 
    margin-bottom: 15px;
}

/* Intro P */
.admission-intro {
    font-size: 16px; 
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px;
}

/* H2 */
.admission-subtitle {
    font-size: 24px;
    color: #1a237e;
    margin-bottom: 18px;
    border-left: 5px solid #0d47a1;
    padding-left: 12px;
}

/* Process Box */
.process-box {
    background: #f9fbff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 35px;
}

.process-step {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 1.6;
}

/* Eligibility */
.eligibility-box {
    background: #ffffff;
    border: 1px solid #e3e7f1;
    padding: 22px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.eligibility-heading {
    font-size: 20px;
    color: #0d47a1;
    margin-bottom: 8px;
}

.eligibility-text {
    font-size: 15px;
    line-height: 1.6;
}

/* Note */
.admission-note {
    font-size: 14px;
    color: #444;
    background: #fff3e0;
    padding: 15px;
    border-radius: 6px;
    margin-top: 25px;
}

/* Responsive */
@media (max-width: 768px) {
    .admission-container {
        padding: 25px;
    }

    .admission-title {
        font-size: 28px;
    }

    .admission-subtitle {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .admission-title {
        font-size: 24px;
    }

    .admission-intro {
        font-size: 14px;
    }

    .eligibility-heading {
        font-size: 18px;
    }
}



.fee_sholar {
border-left: 5px solid var(--primary);
padding: 15px;
margin-top: 15px;
border-radius: 8px;
font-size: 14px;
}


/* ---------- Buttons ---------- */
.fee_sholar .btn {
display: inline-block;
margin-top: 15px;
padding: 12px 22px;
background: var(--primary);
color: #fff;
text-decoration: none;
border-radius: 30px;
font-size: 14px;
transition: 0.3s ease;
}


.fee_sholar .btn:hover {
background: #6f1521;
}


/* ---------- Responsive ---------- */
@media (max-width: 768px) {
.fee_sholar .page-header h1 {
font-size: 24px;
}


.fee_sholar .section h2 {
font-size: 20px;
}


.fee_sholar table th,
.fee_sholar table td {
font-size: 14px;
}
}



.tp-section {
    padding: 1.5rem 1rem;
    max-width: 1100px;
    margin: auto;
}

.tp-section h2 {
    margin-bottom: 1rem;
    color: #003366;
    font-size: 1.4rem;
}

.tp-section ul {
    list-style: disc;
    padding-left: 1.2rem;
}

.tp-section ul li {
    margin-bottom: 0.5rem;
}

/* Intro */
.intro p {
    font-size: 1rem;
}

/* Activities */
.activity-card {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.activity-card h3 {
    color: #0059b3;
    margin-bottom: 0.4rem;
}

/* Recruiters */
.recruiter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.8rem;
}

.recruiter-grid span {
    background: #e6f0ff;
    padding: 0.8rem;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
}

/* Highlight */
.highlight {
    background: #eef5ff;
    border-left: 5px solid #0059b3;
}

/* Message */
.message blockquote {
    background: #fff;
    padding: 1.2rem;
    border-left: 4px solid #003366;
    font-style: italic;
}


.tp-section.internships {
    background: #fff;
    border-top: 4px solid #0059b3;
    padding: 2rem 1rem;
    margin-top: 2rem;
}

.tp-section.internships h2 {
    color: #003366;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.tp-section.internships p {
    margin-bottom: 1.2rem;
    font-size: 1rem;
    color: #444;
}

.tp-section.internships h3 {
    margin-top: 1.4rem;
    font-size: 1.3rem;
    color: #0059b3;
}

.internship-type-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-top: 1rem;
}

.internship-card {
    background: #eef5ff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.internship-card h4 {
    color: #003366;
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
}

/* Alumni Section */
.tp-section.alumni {
    background: #f9fbff;
    border-top: 4px solid #003366;
    margin-top: 2rem;
}

.tp-section.alumni h2 {
    color: #003366;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.tp-section.alumni h3 {
    color: #0059b3;
    margin-top: 1.4rem;
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
}

.alumni-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 1rem;
}

.alumni-card {
    background: #ffffff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.alumni-card h4 {
    color: #003366;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

/* Alumni CTA */
.alumni-cta {
    background: linear-gradient(135deg, #003366, #0059b3);
    color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 2rem;
    text-align: center;
}

.alumni-cta h3 {
    color: #fff;
    margin-bottom: 0.5rem;
}

.alumni-cta p {
    margin-bottom: 1rem;
}

 

 /* Latest News Section */
.latest-news {
    background: #ffffff;
    border-top: 4px solid #0059b3;
    margin-top: 2rem;
}

.latest-news h2 {
    color: #003366;
    font-size: 1.6rem;
    margin-bottom: 0.3rem;
}

.section-subtitle {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1.5rem;
}

/* News Grid */
.news-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* News Card */
.news-card {
    background: #f4f8ff;
    padding: 1.2rem;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-date {
    font-size: 0.85rem;
    color: #0059b3;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.news-card h3 {
    font-size: 1.1rem;
    color: #003366;
    margin-bottom: 0.4rem;
}

.news-card p {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 0.8rem;
}

/* Read More */
.news-link {
    align-self: flex-start;
    text-decoration: none;
    font-weight: 600;
    color: #0059b3;
}

.news-link:hover {
    text-decoration: underline;
}


.news-details {
    background: #ffffff;
    margin-top: 1.5rem;
}

.news-title {
    font-size: 1.8rem;
    color: #003366;
    margin-bottom: 0.6rem;
}

.news-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

/* Image */
.news-image img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

/* Content */
.news-content p {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #444;
}

.news-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
    color: #0059b3;
}

.news-content ul {
    padding-left: 1.2rem;
}

.news-content ul li {
    margin-bottom: 0.4rem;
}

/* Back Button */
.back-btn-wrap {
    margin-top: 2rem;
}

/* Announcements Section */
.announcements {
    background: #f9fbff;
    border-top: 4px solid #003366;
    margin-top: 2rem;
}

.announcements h2 {
    font-size: 1.6rem;
    color: #003366;
}

.announcement-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.2rem;
}

/* Announcement Item */
.announcement-item {
    background: #ffffff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    position: relative;
}

/* Badge */
.announce-badge {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-weight: bold;
    background: #ccc;
    color: #fff;
    white-space: nowrap;
}

.announce-badge.new {
    background: #28a745;
}

.announce-badge.important {
    background: #dc3545;
}

/* Content */
.announce-content h3 {
    font-size: 1.05rem;
    color: #003366;
    margin-bottom: 0.3rem;
}

.announce-content p {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 0.4rem;
}

.announce-date {
    font-size: 0.85rem;
    color: #666;
}

/* View Link */
.announce-link {
    margin-left: auto;
    align-self: center;
    font-weight: 600;
    color: #0059b3;
    text-decoration: none;
}

.announce-link:hover {
    text-decoration: underline;
}


.announce-title {
    font-size: 1.8rem;
    color: #003366;
    margin-bottom: 0.6rem;
}

/* Meta */
.announce-meta {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1.5rem;
}

/* Full Content */
.announce-full-content p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 1rem;
}

.announce-full-content h3 {
    color: #0059b3;
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
}

.announce-full-content ul {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.announce-full-content ul li {
    margin-bottom: 0.4rem;
}

.event-calendar {
    background: #ffffff;
    border-top: 4px solid #0059b3;
    margin-top: 2rem;
}

.event-calendar h2 {
    font-size: 1.6rem;
    color: #003366;
}

/* Event Grid */
.event-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Event Card */
.event-card {
    background: #f4f8ff;
    border-radius: 10px;
    display: flex;
    gap: 1rem;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Date Box */
.event-date {
    background: #003366;
    color: #fff;
    border-radius: 8px;
    padding: 0.6rem 0.8rem;
    text-align: center;
    min-width: 60px;
}

.event-date .day {
    font-size: 1.4rem;
    font-weight: bold;
}

.event-date .month {
    font-size: 0.8rem;
    text-transform: uppercase;
}

/* Details */
.event-details h3 {
    font-size: 1.1rem;
    color: #003366;
    margin-bottom: 0.3rem;
}

.event-type {
    font-size: 0.9rem;
    color: #0059b3;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.event-venue {
    font-size: 0.9rem;
    color: #555;
}

.seminars-workshops {
    background: #f9fbff;
    border-top: 4px solid #003366;
    margin-top: 2rem;
}

.seminars-workshops h2 {
    font-size: 1.6rem;
    color: #003366;
}

/* Grid */
.seminar-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Card */
.seminar-card {
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    gap: 1rem;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Date */
.seminar-date {
    background: #0059b3;
    color: #fff;
    border-radius: 8px;
    padding: 0.6rem 0.8rem;
    text-align: center;
    min-width: 60px;
}

.seminar-date .day {
    font-size: 1.4rem;
    font-weight: bold;
}

.seminar-date .month {
    font-size: 0.8rem;
    text-transform: uppercase;
}

/* Details */
.seminar-details h3 {
    font-size: 1.05rem;
    color: #003366;
    margin-bottom: 0.3rem;
}

.seminar-speaker,
.seminar-venue {
    font-size: 0.9rem;
    color: #555;
}



/* Mobile Sticky Footer */
.bk-mobile-sticky-footer {
  display: none;
}

/* Show only on mobile */
@media (max-width: 767px) {
  .bk-mobile-sticky-footer {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 16px 16px 0 0;
    overflow: hidden;
  }

  .bk-footer-btn {
           flex: 1;
        text-align: center;
        padding: 7px 4px;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        color: #fff;
        transition: all 0.3s 
ease;
  }

  /* Apply Now */
  .bk-footer-btn.apply-btn {
    background: linear-gradient(135deg, #ff7a18, #ff9f1a);
  }

  /* News */
  .bk-footer-btn.news-btn {
    background: linear-gradient(135deg, #0066ff, #3399ff);
  }

  /* WhatsApp */
  .bk-footer-btn.whatsapp-btn {
    background: linear-gradient(135deg, #25d366, #1ebe57);
  }

  /* Hover / Tap Effect */
  .bk-footer-btn:active {
    transform: scale(0.95);
    opacity: 0.9;
  }
}


.bk-admission-wrapper {
  min-height: 100vh;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* Form Card */
.bk-admission-form {
  background: #ffffff;
    width: 100%;
    padding: 25px;
    border-radius: 3px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Title */
.bk-form-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #203a43;
  margin-bottom: 6px;
}

/* Subtitle */
.bk-form-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

/* Form Group */
.bk-form-group {
  margin-bottom: 18px;
}

.bk-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

/* Inputs */
.bk-form-group input,
.bk-form-group select,
.bk-form-group textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  outline: none;
  transition: 0.3s;
}

/* Focus Effect */
.bk-form-group input:focus,
.bk-form-group select:focus,
.bk-form-group textarea:focus {
  border-color: #2c5364;
  box-shadow: 0 0 0 3px rgba(44,83,100,0.15);
}

/* Button */
.bk-submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #ff7a18, #ff9f1a);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s;
}

/* Button Hover */
.bk-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255,122,24,0.4);
}

/* Mobile Friendly */
@media (max-width: 480px) {
  .bk-admission-form {
    padding: 22px;
  }

  .bk-form-title {
    font-size: 22px;
  }
}

/* Wrapper */
.bk-bscc-wrapper {
  padding: 30px;
  background: #f5f7fb;
}

/* Title */
.bk-bscc-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #203a43;
  margin-bottom: 20px;
}

/* Table Box */
.bk-bscc-table-box {
  overflow-x: auto;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Table */
.bk-bscc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

/* Head */
.bk-bscc-table thead {
  background: linear-gradient(135deg, #203a43, #2c5364);
}

.bk-bscc-table th {
  padding: 14px;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
}

/* Body */
.bk-bscc-table td {
  padding: 14px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #eee;
}

/* Hover Row */
.bk-bscc-table tbody tr:hover {
  background: #f1f6f9;
}

/* Apply Button */
.bk-bscc-btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #ff7a18, #ff9f1a);
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.bk-bscc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(255,122,24,0.4);
}

/* Mobile */
@media (max-width: 600px) {
  .bk-bscc-title {
    font-size: 22px;
  }
}


/* Admission Process Section */
.mgm-admission-process {
  padding: 50px 16px;
  background: #f7f9fc;
  font-family: 'Segoe UI', sans-serif;
}

.mgm-ap-container {
     max-width: 1351px;
    margin: auto;
}

.mgm-ap-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #1b2a4e;
}

.mgm-ap-subtitle {
  text-align: center;
  font-size: 15px;
  color: #555;
  margin: 10px 0 40px;
}

/* Timeline */
.mgm-ap-timeline {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

/* Step Card */
.mgm-ap-step {
  display: flex;
  gap: 16px;
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  position: relative;
}

.mgm-ap-step::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 60px;
  height: calc(100% + 24px);
  width: 2px;
  background: #dbe3ff;
}

.mgm-ap-step-last::before {
  display: none;
}

/* Icon */
.mgm-ap-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #e8edff;
  color: #1d3cff;
  font-size: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Content */
.mgm-ap-content h4 {
  font-size: 18px;
  color: #1b2a4e;
  margin-bottom: 4px;
}

.mgm-ap-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Desktop View */
@media (min-width: 768px) {
  .mgm-ap-timeline {
    flex-direction: row;
    justify-content: space-between;
  }

  .mgm-ap-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 20%;
  }

  .mgm-ap-step::before {
    top: 50%;
    left: 100%;
    width: 100%;
    height: 2px;
  }

  .mgm-ap-step-last::before {
    display: none;
  }

  .mgm-ap-content h4 {
    font-size: 17px;
  }
}

.b6s{
    background: #ffffff;
    color: #000 !important;
}
.b6s2s{
    background: #43a047;
}

.b63s{
 background: #ffffff;
    color: #000 !important;
}
.b64s{
    background: #43a047;
}

.quick_Action {
  padding: 20px 16px;
  background: linear-gradient(135deg, #f5f9ff, #eef3ff);
  font-family: "Segoe UI", sans-serif;
}

.quick_Action .qa-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 18px;
}

.quick_Action .qa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

/* Card Design */
.quick_Action .qa-card {
      background: #ffffff;
    border-radius: 4px;
    padding: 21px 10px;
    text-align: center;
    text-decoration: none;
    color: #0f172a;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    transition: all 0.3s 
ease;
}

.quick_Action .qa-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
}

/* Icon Style */
.quick_Action .qa-icon {
  display: block;
  font-size: 28px;
  margin-bottom: 8px;
}

/* Text */
.quick_Action .qa-card p {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

/* Tablet */
@media (min-width: 768px) {
  .quick_Action .qa-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .quick_Action .qa-card p {
    font-size: 14px;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .quick_Action {
    padding: 30px 60px;
  }

  .quick_Action .qa-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .quick_Action .qa-title {
    font-size: 24px;
  }
}

.foucstyle{
  text-align: left;
    padding: 0px 17px;
    line-height: revert;
}
.paodnPasing{
      padding: 9px;
}
.redesigncard{
      background: #43a047;
    padding: 4px;
    border-radius: 4px;
}