.nospacepading{
      padding-top: 68px;
    padding-bottom: 40px;
}
.shaf9w{
      text-shadow: 1px 0px 0px #ffffff;
}

.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: 75%;
    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: 12px 11px;
    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;
}
.mtisty{
      margin-bottom: 17px;
}

.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 23%;
  }
}


/* 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;
    }
    .removeoffset{
              margin: 0px;
    }
    .redesigncard{
              margin-bottom: 8px;
    }

    .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 BAR */
.mobile-sticky-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;

    display: flex;
    justify-content: space-around;
    align-items: center;

    padding: 7px 5px;
    border-radius: 5px;

    /* Glass effect 🔥 */
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.15);

    box-shadow: 
        0 8px 25px rgba(0,0,0,0.25),
        inset 0 1px 2px rgba(255,255,255,0.3);
}

/* BUTTON */
.ms-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;

    text-decoration: none;
    color: #1d2b64;
    font-size: 12px;
    font-weight: 500;

    transition: 0.3s;
}

/* ICON */
.ms-btn i {
    font-size: 18px;
}

/* ACTIVE / HOVER */
.ms-btn:hover,
.ms-btn.active {
    color: #f76b1c;
    transform: translateY(-3px);
}

/* CALL SPECIAL COLOR 🔥 */
.ms-btn.call i {
    color: #25D366;
}

/* ENQUIRY */
.ms-btn.enquiry i {
    color: #ff7e5f;
}

/* COURSE */
.ms-btn.course i {
    color: #5b86e5;
}

/* HIDE ON DESKTOP */
@media (min-width: 768px) {
    .mobile-sticky-bar {
        display: none;
    }
}
.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;
  border: 1px solid;
  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;
}


/* Section background */
.mv-explore {
    padding: 20px 0;
    background: #e6e7ee;
}

/* Grid */
.mv-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

/* Card */
.mv-card {
    background: #e6e7ee;
    border-radius: 18px;
    padding: 18px 10px;   /* thoda compact */
    text-align: center;
    text-decoration: none;

    box-shadow: 
        6px 6px 12px rgba(0,0,0,0.15),
        -6px -6px 12px rgba(255,255,255,0.9);

    transition: all 0.3s ease;
}

/* Icon Bigger */
.mv-card i {
    font-size: 30px;   /* 🔥 bigger icon */
    color: #1d2b64;
    margin-bottom: 10px;
}

/* Heading */
.mv-card h4 {
    font-size: 15px;
    color: #1d2b64;
    margin: 0;
}

/* Remove p completely */
.mv-card p {
    display: none;
}

/* Hover */
.mv-card:hover {
    box-shadow: 
        inset 5px 5px 10px rgba(0,0,0,0.15),
        inset -5px -5px 10px rgba(255,255,255,0.9);

    transform: translateY(2px);
}

/* Highlight */
.mv-card.highlight {
    background: linear-gradient(145deg, #1d2b64, #f76b1c);
    color: #fff;

    box-shadow: 
        6px 6px 12px rgba(0,0,0,0.3),
        -6px -6px 12px rgba(255,255,255,0.2);
}

.mv-card.highlight i,
.mv-card.highlight h4 {
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .mv-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .mv-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.foucstyle{
  text-align: left;
    padding: 0px 17px;
    line-height: revert;
}
.paodnPasing{
      padding: 9px;
}
.redesigncard{
      background: #43a047;
    padding: 4px;
    border-radius: 4px;
}


.infrastructure-section {
  padding: 80px 20px;
  background: #f7f9fc;
}

.infra-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.infra-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f2d3d;
  margin-bottom: 10px;
}

.infra-subtitle {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px;
}

.infra-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.infra-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.infra-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

.infra-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.infra-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.infra-card:hover .infra-img img {
  transform: scale(1.1);
}

.infra-content {
  padding: 25px;
  text-align: left;
}

.infra-content h3 {
  font-size: 20px;
  color: #0b3c5d;
  margin-bottom: 10px;
}

.infra-content p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
  .infra-title {
    font-size: 28px;
  }
}
/* header button design here  */
.mv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    cursor: pointer;
    /* FIX: text visible */
    color: #1d2b64 !important; /* logo blue */
    background-color: #ffffff;
    border: 2px solid #1d2b64;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.4s ease;
}

/* ===== Hover Effect (Same Old Shadow Style + Premium Gradient) ===== */
.mv-btn:hover {
    color: #fff !important;
    border: none;
    background: linear-gradient(45deg, #1d2b64, #f76b1c);
    transform: translateY(-8px);
    box-shadow: 
        0 7px 0 -2px #f85959,
        0 15px 0 -4px #39a2db,
        0 16px 10px -3px rgba(0,0,0,0.4);
}

/* ===== Click Effect ===== */
.mv-btn:active {
    transform: translateY(-4px);
    box-shadow: 
        0 3px 0 -2px #f85959,
        0 8px 0 -4px #39a2db,
        0 12px 10px -3px rgba(0,0,0,0.3);
}

/* ===== Highlight Button (Apply Now) ===== */
.mv-btn.primary {
    background: linear-gradient(45deg, #1d2b64, #f76b1c);
    color: #fff !important;
    border: none;
}

/* Hover for primary */
.mv-btn.primary:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 
        0 7px 0 -2px #f85959,
        0 15px 0 -4px #39a2db,
        0 16px 10px -3px rgba(0,0,0,0.4);
}
/* new social media icon css here  */
/* Container */
.mv-social {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
}

/* Button */
.mv-social-btn {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
}

/* Icon */
.mv-social-btn i {
    color: #fff;
    z-index: 3;
    font-size: 16px;
}

/* ===== DEFAULT BG (2nd image style) ===== */
.mv-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 1;
}

/* ===== HOVER EXTRA LAYER ===== */
.mv-bg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 0;
    opacity: 0;
    transition: 0.4s;
}

/* ===== INSTAGRAM ===== */
.instagram .mv-bg {
    background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}
.instagram .mv-bg2 {
    background: linear-gradient(45deg,#833ab4,#fd1d1d,#fcb045);
}

/* ===== FACEBOOK ===== */
.facebook .mv-bg {
    background: #1877f2;
}
.facebook .mv-bg2 {
    background: linear-gradient(45deg,#1877f2,#4c8bf5);
}

/* ===== GOOGLE ===== */
.google .mv-bg {
    background: #ffffff;
}
.google i {
    color: #ea4335;
}
.google .mv-bg2 {
    background: linear-gradient(45deg,#ea4335,#fbbc05,#34a853,#4285f4);
}

/* ===== LINKEDIN ===== */
.linkedin .mv-bg {
    background: #0077b5;
}
.linkedin .mv-bg2 {
    background: linear-gradient(45deg,#0077b5,#00a0dc);
}

/* ===== YOUTUBE ===== */
.youtube .mv-bg {
    background: #ff0000;
}
.youtube .mv-bg2 {
    background: linear-gradient(45deg,#ff0000,#ff4d4d);
}

/* ===== HOVER EFFECT (3rd image style) ===== */
.mv-social-btn:hover .mv-bg {
    transform: rotate(20deg);
}

.mv-social-btn:hover .mv-bg2 {
    opacity: 1;
    transform: rotate(-20deg);
}

/* Lift effect */
.mv-social-btn:hover {
    transform: translateY(-5px);
}

/* Top marqee section css here  */
.mv-marquee {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #43a047);
    /* padding: 10px 0; */
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.mv-marquee-content {
    display: flex;
    gap: 40px;
    white-space: nowrap;
    animation: marqueeScroll 45s linear infinite;
    width: max-content;
}

.mv-marquee-content span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* LINK STYLE */
.mv-marquee-content span a{
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.mv-marquee-content span a:hover{
    color: #ffd700;
}

/* Icon Style */
.mv-marquee-content i {
    color: #ffd700;
    font-size: 14px;
}

/* Animation */
@keyframes marqueeScroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Hover Pause */
.mv-marquee:hover .mv-marquee-content {
    animation-play-state: paused;
}

/* Mobile */
@media (max-width: 768px) {

    .mv-marquee {
        padding: 2px 0;
    }

    .mv-marquee-content {
        gap: 20px;
        animation: marqueeScrollMobile 28s linear infinite;
    }

    .mv-marquee-content span {
        font-size: 13px;
    }
    @keyframes marqueeScrollMobile {

        0% {
            transform: translateX(40%);
        }

        100% {
            transform: translateX(-100%);
        }
}
}

/* Copyright section css here  */
/* Row Layout */
.mv-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Left Text */
.copyright-text p {
    margin: 0;
    font-size: 14px;
}

/* Right Links */
.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #f76b1c; /* highlight color */
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mv-footer-row {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* Admission CTA Section css here  */
/* ===== SECTION ===== */
.mv-cta {
    padding: 60px 0;
    background: #f5f6fa;
}

/* ===== WRAPPER ===== */
.mv-cta-wrapper {
    position: relative;
    background: linear-gradient(135deg, #1d2b64, #f76b1c);
    border-radius: 30px;
    padding: 70px 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

/* ===== CONTENT ===== */
.mv-cta-content {
    max-width: 600px;
    color: #fff;
    z-index: 2;
}

/* Heading */
.mv-cta-content h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.mv-cta-content h2 span {
    color: #ffd700;
}

/* Text */
.mv-cta-content p {
    margin: 18px 0 25px;
    font-size: 18px;
    color: #f0f0f0;
}

/* Button */
.mv-cta-btn {
    display: inline-block;
    padding: 13px 28px;
    background: #fff;
    color: #1d2b64;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s ease;
}

.mv-cta-btn:hover {
    background: #ffd700;
    color: #000;
}

/* ===== IMAGE ===== */
.mv-cta-img {
    position: absolute;
    right: 120px;
    bottom: -10px;
    transform: translateX(20%); /* LEFT SHIFT EFFECT */
}

.mv-cta-img img {
    height: 440px;
    object-fit: contain;
    transform: scaleX(-1);
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.3));
}

/* ===== BACKGROUND SHAPE ===== */
.mv-cta-wrapper::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    right: -80px;
    top: -80px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .mv-cta-wrapper {
        padding: 50px 40px;
    }

    .mv-cta-content h2 {
        font-size: 32px;
    }

    .mv-cta-img img {
        height: 340px;
    }
}

@media (max-width: 768px) {
    .mv-cta-img {
        display: none;
    }

    .mv-cta-wrapper {
        padding: 40px 20px;
        text-align: center;
    }

    .mv-cta-content {
        max-width: 100%;
    }
}

/* Admission Information & Latest Notifications css here  */
/* Section */
.mvx-banner {
    background: #f8f9fc;
}

/* Box */
.mvx-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px dashed #ddd;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* Heading */
.mvx-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1d2b64;
    display: flex;
    gap: 8px;
}

.mvx-box h3 i {
    color: #f76b1c;
}

/* Marquee */
.mvx-marquee {
    height: 170px;
    overflow: hidden;
}

.mvx-track {
    display: flex;
    flex-direction: column;
    animation: mvxScroll 12s linear infinite;
}

/* Item */
.mvx-item {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 0;
    font-size: 13px;

    color: #444;
    text-decoration: none;

    border-bottom: 1px dashed #ddd;
}

.mvx-item:hover {
    color: #f76b1c;
}

.mvx-item i {
    color: #f76b1c;
}

.mvx-item span {
    font-weight: 600;
    color: #1d2b64;
    min-width: 90px;
}

/* Animation */
@keyframes mvxScroll {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

/* Pause */
.mvx-marquee:hover .mvx-track {
    animation-play-state: paused;
}

/* Highlight Box */
.mvx-highlight {
    background: linear-gradient(135deg, #1d2b64, #f76b1c);
    color: #fff;
    border: none;
}

.mvx-highlight h3,
.mvx-highlight p {
    color: #fff;
}

/* Buttons */
.mvx-btns {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.mvx-btns .vs-btn {
    margin-right: 10px;
}

.mvx-outline {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

/* Call */
.mvx-call {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .mvx-item {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 768px) {
    .mvx-banner .row {
        row-gap: 5px;
    }

    .mvx-box {
        margin-bottom: 10px;
    }
}
/* Mobile fix */
@media (max-width: 768px) {
    .mvx-btns {
        flex-wrap: nowrap; /* IMPORTANT */
    }

    .mvx-btns .vs-btn {
        flex: 1; /* equal width */
        font-size: 12px;
        padding: 8px 6px;
        text-align: center;
        white-space: nowrap; /* text break na ho */
    }
}

/* Testimonial section css here   */
/* Card Upgrade */
.mv-testi {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);

    border-radius: 15px;
    padding: 20px;

    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.4);

    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Hover Effect */
.mv-testi:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* Author */
.mv-testi .auther-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mv-testi .auther-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/* Name */
.mv-testi .name {
    margin: 0;
    font-size: 16px;
    color: #1d2b64;
}

/* Designation */
.mv-testi .designation {
    font-size: 12px;
    color: #777;
}

/* Rating */
.mv-testi .rating-list {
    margin: 10px 0;
}

.mv-testi .rating-list i {
    color: #f76b1c;
}

/* Text */
.mv-testi p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Heading Fix */
.title-area-two h2 {
    font-size: 30px;
    color: #1d2b64;
}

/* Placement css here  */
/* Section */
.partner-section{
    background: linear-gradient(135deg, #1d2b64, #f76b1c);
    position: relative;
}

/* Card */
.partner-card{
    height: 140px;
    padding: 22px;
    border-radius: 22px;

    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);

    backdrop-filter: blur(12px);

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.4s ease;

    overflow: hidden;
}

/* Hover */
.partner-card:hover{
    transform: translateY(-8px);

    background: rgba(255,255,255,0.16);

    box-shadow:
        0 15px 35px rgba(0,0,0,0.20),
        0 0 18px rgba(255,255,255,0.08);
}

/* Image */
.partner-img{
    width: 100%;
    height: 75px;

    object-fit: contain;
    object-position: center;

    display: block;

    transition: 0.4s ease;
}

/* Hover Image */
.partner-card:hover .partner-img{
    transform: scale(1.05);
}

/* Heading */
.partner-section h2{
    font-size: 42px;
    font-weight: 700;
}

.partner-section p{
    font-size: 16px;
    opacity: 0.9;
}

/* Responsive */

@media(max-width:991px){

    .partner-section h2{
        font-size: 34px;
    }

    .partner-card{
        height: 120px;
        padding: 18px;
    }

    .partner-img{
        height: 65px;
    }
}

@media(max-width:576px){

    .partner-section h2{
        font-size: 28px;
    }

    .partner-section p{
        font-size: 14px;
    }

    .partner-card{
        height: 100px;
        padding: 15px;
        border-radius: 16px;
    }

    .partner-img{
        height: 55px;
    }
}
/* SECTION */
.why-pro {
    background: linear-gradient(135deg, #1d2b64, #f76b1c);
    color: #fff;
    padding: 60px 0;
}

.why-pro-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.why-pro-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

/* MAIN FIX */
.why-pro-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px;

    background: rgba(255,255,255,0.08);
    padding: 10px 14px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
    transition: 0.3s;

    width: 100%;
    box-sizing: border-box;
}

.why-pro-item:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-3px);
}

/* ICON BOX FIX */
.why-pro-item .icons-box {
    min-width: 35px !important;
    width: 35px !important;
    height: 35px !important;
    max-width: 35px !important;

    background: #fff;
    color: #f76b1c;
    border-radius: 10px;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 18px;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    flex-basis: 48px !important;
}

/* TEXT FIX */
.why-pro-item span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    flex: 1;
}

.why-pro-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.why-pro-btn {
    display: inline-block;
    margin-top: 28px;
    padding: 10px 20px;
    background: #fff;
    color: #1d2b64;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.why-pro-btn:hover {
    background: #f76b1c;
    color: #fff;
}

@media (max-width: 768px) {
    .why-pro { padding: 45px 0; }
    .why-pro-list { grid-template-columns: 1fr; }
    .why-pro-title { font-size: 24px; }
    .why-pro-item { padding: 14px 16px; }
    .why-pro-item span { font-size: 15px; }
    .why-pro-btn { margin-bottom: 20px; }
}

.counter-section {
    background: #0f172a;
    padding: 60px 20px;
}

.counter-section .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Card */
.counter-card {
    background: #f1f5f9;
    border-radius: 20px;
    text-align: center;
    padding: 30px 20px;
    transition: 0.3s ease;
    position: relative;
}

/* Glow Effect */
.counter-card::before {
    content: "";
    position: absolute;
    inset: -5px;
    background: radial-gradient(circle, #f97316, transparent);
    filter: blur(20px);
    z-index: -1;
    opacity: 0.7;
}

.counter-card:hover {
    transform: translateY(-5px);
}

/* Counter Number */
.counter-card h2 {
    font-size: 40px;
    color: #f97316;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Text */
.counter-card p {
    font-size: 16px;
    color: #0f172a;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .counter-section .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .counter-card h2 {
        font-size: 30px;
    }
}
/* Modal Form Css here  */
/* MODAL */
.mv-modal {
    border-radius: 20px;
    overflow: hidden;
    border: none;
    position: relative;
}

.modal-dialog {
    max-width: 750px;
}

/* CLOSE BUTTON */
.mv-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: #d81313;
    color: #fff;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
}

/* REMOVE BACKDROP DARK */
.modal-backdrop.show {
    opacity: 0 !important;
}

/* IMAGE FIX */
.mv-modal-img {
    height: 100%;
}

.mv-modal-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover;  */
    object-position: left center; /* 👈 lady visible */
}

/* FORM */
.mv-form {
    padding: 20px;
}

.mv-form input,
.mv-form select {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #f76b1c;
    padding: 0 12px;
}

.mv-submit-btn {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #1d2b64, #f76b1c);
    color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
    .mv-modal-img {
        display: none;
    }
}

/* SECTION */
.akc-gallery {
    padding: 60px 0;
    background: #00000010;
}

/* HEADING */
.akc-heading h2 {
    color: #fff;
    font-weight: 700;
}

.akc-heading p {
    color: #bb0ab2;
    margin-bottom: 30px;
}

/* GRID */
/* GRID */
.akc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.akc-card {
    position: relative;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;

    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15);

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.4s ease;
}

/* IMAGE */
.akc-card img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* CHANGE (premium look) */
    transition: 0.4s ease;
}

/* HOVER EFFECT */
.akc-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.akc-card:hover img {
    transform: scale(1.1);
}

/* OVERLAY GRADIENT */
.akc-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
    opacity: 0;
    transition: 0.3s;
}

.akc-card:hover::before {
    opacity: 1;
}

/* TEXT OVERLAY */
.akc-card::after {
    /* content: "View Gallery"; */
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    transition: 0.3s;
}

.akc-card:hover::after {
    opacity: 1;
}
/* BUTTON WRAPPER */
.akc-btn-wrap {
    margin-top: 30px;
}

/* BUTTON */
.akc-view-btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;

    background: linear-gradient(135deg, #1d2b64, #f76b1c);
    transition: 0.3s ease;
}

/* HOVER */
.akc-view-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    color: #fff;
}   

/* RESPONSIVE */
@media (max-width: 992px) {
    .akc-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .akc-grid {
        grid-template-columns: 1fr;
    }

    .akc-card {
        height: 220px;
    }
}

/* Affiliation & Approvals SECTION */
.akc-affiliation {
    padding: 50px 0;
    background: linear-gradient(135deg, #f5f6fa, #ffffff);
}

/* LEFT BOX */
.akc-aff-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* HEADING */
.akc-aff-box h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #1d2b64;
}

/* GRID */
.akc-aff-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* LOGO CARD */
.akc-aff-card {
    padding: 15px 10px;
    background: #f9f9f9;
    border-radius: 10px;
    border: 2px dashed #f76b1c;
    display: flex;
    flex-direction: column;   /* IMPORTANT */
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px; /* spacing between logo & text */

    transition: .3s;
}
.akc-aff-card img {
    width: 85px;
    height: 85px;
    object-fit: contain;

    /* background: #fff; */
    /* padding: 6px; */
    border-radius: 50%;
    border: 1px solid #f76b1c;
}

/* HOVER */
.akc-aff-card:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* TEXT */
.akc-aff-text {
    margin-top: 15px;
    font-size: 14px;
    color: #555;
}

/* RIGHT CTA */
.akc-cta-box {
    padding: 20px;
}

.akc-cta-box h2 {
    font-size: 30px;
    color: #1d2b64;
    margin-bottom: 15px;
}

.akc-cta-box p {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
}

/* BUTTONS */
.akc-btns {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.akc-btn {
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    background: linear-gradient(135deg, #1d2b64, #f76b1c);
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.akc-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    color: #f76b1c;
}

.akc-outline {
    background: transparent;
    border: 2px solid #1d2b64;
    color: #1d2b64;
}

/* TRUST TEXT */
.akc-trust {
    font-size: 13px;
    background: linear-gradient(135deg, #1d2b64, #f76b1c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .akc-affiliation {
        padding: 40px 0;
    }

    .akc-btns {
        flex-direction: row;
    }

    .akc-btn {
        flex: 1;
        text-align: center;
        padding: 10px;
        font-size: 13px;
    }

    .akc-cta-box {
        margin-top: 20px;
        text-align: center;
    }
}
/* Facility & Services css here */
/* .akc-heading span {
    color: #f76b1c;
    font-weight: 600;
}

.akc-heading h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 10px;
}

.akc-service-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.akc-serviceBox {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    background: #111;
}

.akc-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--clr);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.akc-serviceBox:hover .akc-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 20px;
    left: calc(50% - 40px);
}

.akc-icon img {
    width: 90px;
    transition: 0.5s;
}

.akc-serviceBox:hover .akc-icon img {
    width: 45px;
}

.akc-content {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s;
    padding: 15px;
}

.akc-serviceBox:hover .akc-content {
    opacity: 1;
    transform: translateY(0);
}

.akc-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff !important;
}

.akc-content p {
    font-size: 12px;
    color: #fff;
}

.akc-serviceBox::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--clr);
    opacity: 0.15;
}

.akc-serviceBox:hover::before {
    opacity: 0.3;
}

.akc-btn {
    padding: 12px 30px;
    border-radius: 30px;
    background: linear-gradient(135deg, #1d2b64, #f76b1c);
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.akc-btn:hover {
    transform: scale(1.05);
}
@media (max-width: 992px) {
    .akc-service-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .akc-service-container {
        grid-template-columns: repeat(2, 1fr);
    }
} */

/* Placed Student Section css here  */
.placed-students-section{
    background: #f7f9fc;
    position: relative;
}

.section-title .sub-title{
    color: #f39c12;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.section-title h2{
    font-size: 42px;
    font-weight: 700;
    color: #0b2c5f;
    margin: 0;
}

.placed-card{
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease;
    background: transparent;
}

.placed-card:hover{
    transform: translateY(-6px);
}

.student-img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.student-img img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    transition: 0.4s ease;
}

.placed-card:hover .student-img img{
    transform: scale(1.02);
}

/* Responsive */

@media(max-width:991px){

    .section-title h2{
        font-size: 32px;
    }
}

@media(max-width:576px){

    .section-title h2{
        font-size: 26px;
    }

    .placed-card{
        border-radius: 16px;
    }

    .student-img img{
        border-radius: 16px;
    }
}


.side-poster-box img{
    border-radius: 18px;
}

.mini-cta-box{
    background: linear-gradient(135deg,#0f172a,#1e3a8a);
    padding: 18px 22px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.mini-cta-content h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.mini-cta-content .btn{
    padding: 7px 14px;
    font-size: 14px;
}

@media(max-width:991px){

    .mini-cta-box{
        margin-top:20px;
    }

}