@media (min-width: 992px) { /* Desktop screens */
    .cgc-container {
      padding-left: 35px;
      padding-right: 35px;
    }
  }

    .faq__title {
    text-transform: uppercase;
    color: #8b7197;
    }

    details {
    background-color: #bba8c1;
    border-radius: 10px;
    cursor: pointer;
    padding: 20px 30px;
    margin-block: 30px;
    }

    summary,
    p {
    text-align: left;
    }

    summary {
    margin-inline-start: 1rem;
    list-style-position: outside;
    }

    summary::before {
        content: "➤"; /* Custom marker symbol */
        color: #8b7197; /* Marker color */
        font-size: 18px; /* Marker size */
        margin-right: 8px; /* Spacing between marker and text */
      }
    
      summary {
        cursor: pointer; /* Adds a pointer cursor for interactivity */
        font-family: 'Poppins', sans-serif; /* Ensures the Poppins font */
      }


      /* programs page */

      .techno_flipbox_font.bkgrnd {
        background: linear-gradient(to left, #2475fc, #1129b9);
        min-height: 147px;
    }
    .techno_flipbox_back.bkgrnd{
      min-height: 147px;
    }
    .em_bar.prog {
        margin: 0 0 0 0;
    }
    h2.poppins-semibold.progbtc {
        color: #0c5adb;
    }
    .em-feature-single-box:hover .em-feature-title h2, .em-feature-single-box:hover .em-feature-title ul {
        color: #fff;
    }
    .portfolio_area {
        min-height: 600px; /* Ensure a consistent minimum height */
    }
    .oda {
    overflow: overlay;
    height: 560px;
    }
    h6.duration {
      letter-spacing: 0;
      color: #226df5;
      font-size: 18px;
      font-weight: 600;
    }
    @media (min-width: 1024px) {
    .about-section {
      padding-left: 120px !important;
    }
    }
    
    
    :root {
    --height: 70px; /* Set height variable */
    --item-margin: 10px; /* Set margin variable */
    --color-main: #1129b9 ; /* Main color */
    --color-bg: #f5f5f5; /* Background color */
    }
    
    .box {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    }
    
    .box-item {
    display: block;
    position: relative;
    float: left;
    width: calc(100% / 3 - var(--item-margin));
    height: var(--height);
    /* line-height: var(--height); */
    margin-right: var(--item-margin);
    padding: 0 10px;
    background: linear-gradient(to left, #2475fc, #1129b9 100%);
    border-radius: 4px;
    color: white;
    font-weight: bold;
    }
    
    .box-item:before {
    content: '';
    position: absolute;
    right: -9px;
    height: 0;
    width: 0;
    border-top: calc(var(--height) / 2) solid transparent;
    border-bottom: calc(var(--height) / 2) solid transparent;
    border-left: var(--item-margin) solid #2373fa;
    border-radius: 4px;
    }
    
    .box-item:after {
    content: '';
    position: absolute;
    left: -1px;
    height: 0;
    width: 0;
    bottom: 0px;
    border-top: calc(var(--height) / 2) solid transparent;
    border-bottom: calc(var(--height) / 2) solid transparent;
    border-left: var(--item-margin) solid var(--color-bg);
    border-radius: 4px;
    }
    
    .box-item:first-child:after {
    display: none;
    }
    
    .box-item:last-child {
    margin-right: 0;
    }
    
    .box-item:last-child:before {
    display: none;
    }
    span.statdesc { 
    font-size: 13px;
    }
    span.stat {
    font-size: 22px;
    }

    /* internal banners */ 

    .banner-container {
      height: -webkit-fill-available;
      position: relative;
    }
    
    .banner-image {
      width: 100%; /* Ensures the image spans the container width */
      height: auto; /* Maintains the aspect ratio */
      object-fit: cover; /* Ensures the image fills the container while preserving its aspect */
    }
    
    @media (max-width: 768px) {
      .banner-container {
        height: auto;
        padding-bottom: 80px;
        top: 82px; 
      }
    }
    
    .team_join_thumb img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.section_title,
.team_join_thumb {
  margin-bottom: 20px; /* Add spacing between stacked elements */
}

@media (max-width: 768px) {
  .section_title, .team_join_thumb {
    text-align: center; /* Center align content for smaller screens */
  }
}
.prfs_experience {
    text-align: justify;
}
ul.wow.fadeInRight.animated {
    padding-left: 20px;
}
.team_member_text.pt-3 {
    text-align: justify;
}

  .team_join_thumb {
    position: relative;
  }

  .team_join_thumb .image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgb(0 0 0 / 65%));
    padding: 10px 15px;
    color: #fff;
    text-align: right;
  }

  .team_join_thumb .image-title h5 {
    margin: 0;
    font-size: 1.2rem;
  }
  p.poppind-light {
    font-size: 10px;
}
p.poppind-light.name {
    font-size: 15px;
    margin: 0;
}
    
    
    
    /*courses*/
    

.herotext{
    display: flex;
    align-items: center;
}
.course-hero .container-fluid {
  position: relative;
  z-index: 2;
}

.highlight-mba {
  color: #ff8c1a;
}

.course-desc {
  font-size: 18px;
  opacity: 0.9;
  max-width: 600px;
}



.form-badge {
  display: inline-block;
  background: #ffe7d1;
  color: #ff7a00;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-sub {
  font-size: 14px;
  color: #667;
}

/* MOBILE FIX (IMPORTANT) */
@media (max-width: 991px) {
  .course-hero {
    padding: 40px 0;
  }

  .course-banner-form {
    margin-top: 25px;
  }
}

  .course-title {
  font-size: clamp(40px, 4vw, 42px);
    line-height: 1.12;
  }

  .course-quote {
    font-size: clamp(17px, 1.6vw, 24px);
    line-height: 1.4;
  }

  .course-desc {
    font-size: clamp(15px, 1vw, 19px);
    line-height: 1.6;
  }

  .course-objectives {
    background: #f5f7fa;
  }
.course-banner-form {
  max-width: 420px;   
  margin-left: auto; 
}
  .course-mission-badge,
  .course-approach-badge {
    display: inline-block;
    padding: 7px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .course-mission-badge {
    background: #dbe8f4;
    color: #01568c;
    letter-spacing: 1.6px;
  }

  .course-objective-card {
    border: 1px solid #d5dee6;
    border-radius: 16px;
    background: #fff;
    height: 100%;
    padding: 34px 15px 30px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
  }

  .course-objective-icon {
    width: 66px;
    height: 66px;
    border-radius: 16px;
    background: #e8f1f8;
    color: #0879bd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    transition: background-color 0.25s ease, color 0.25s ease;
  }

  .course-objectives-title,
  .course-core-title,
  .course-training-title,
  .course-method-title,
  .course-why-title {
    font-size: clamp(30px, 2.6vw, 35px);
    line-height: 1.15;
    letter-spacing: -0.2px;
    color: #02162d;
  }

  .course-objectives-subtitle,
  .course-core-subtitle,
  .course-training-subtitle {
    font-size: clamp(15px, 1vw, 20px);
    line-height: 1.45;
    color: #58708a !important;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .course-objective-title {
    font-size: clamp(20px, 1.35vw, 22px);
    line-height: 1.3;
    color: #041d37;
  }

  .course-objective-desc {
    font-size: clamp(15px, 0.9vw, 16px);
    line-height: 1.6;
    color: #5f748c !important;
  }

  .course-highlight {
    color: #147eb8;
  }

  .course-objective-card:hover .course-objective-icon {
    background: #0879bd;
    color: #ffffff;
  }

  .course-objective-card:hover {
    border-color: #c7d4df;
    box-shadow: 0 10px 20px rgba(11, 44, 80, 0.08);
  }

  .course-approach {
    background: linear-gradient(135deg, hsl(195 100% 35%) 0%, hsl(195 80% 30%) 40%, hsl(210 40% 20%) 100%);
    color: #ffffff;
  }

  .course-approach-badge {
    background: rgba(255, 147, 41, 0.16);
    border: 1px solid rgba(255, 147, 41, 0.4);
    color: #ff9a33;
  }

  .course-approach-subtitle {
    font-size: clamp(15px, 1vw, 20px);
    line-height: 1.45;
    color: rgba(233, 241, 248, 0.88);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .course-approach-card {
    background: rgb(255 255 255 / 12%);
    border: 1px solid rgba(133, 173, 201, 0.24);
    border-radius: 14px;
    padding: 26px 24px 22px;
    height: 100%;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  }

  .course-approach-card:hover {
    background: rgb(255 255 255 / 18%);
    border-color: rgba(173, 210, 234, 0.4);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
  }

  .course-approach-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 165, 64, 0.18);
    color: #ff941f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
  }

  .course-approach-card-title {
    font-size: clamp(45px, 2.35vw, 45px);
    margin-bottom: 0px;
    color: #ff8c03;
  }

  .course-approach-card-desc {
    font-size: clamp(15px, 0.9vw, 16px);
    line-height: 1.6;
    color: rgba(214, 229, 240, 0.82);
    margin-bottom: 0;
    text-align: center;
  }
  .course-placement-card-desc {
    font-size: clamp(15px, 0.9vw, 16px);
    line-height: 1.6;
    color: white;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600 !important;
  }


  .course-vertical-badge {
    display: inline-block;
    padding: 7px 18px;
    border-radius: 999px;
    background: #eef1f4;
    color: #0b6fa8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }

  .course-training-card {
    border: 1px solid #d5dee6;
    border-radius: 16px;
    background: #fff;
    min-height: 235px;
    padding: 32px 24px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .course-training-card:hover {
    background: rgb(255 255 255 / 18%);
    border-color: rgba(173, 210, 234, 0.4);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
  }
  .course-training-icon {
    width: 64px;
    height: 64px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 31px;
    margin-bottom: 18px;
    background: #e7f2f5;
  }

  .course-training-card-title {
    font-size: clamp(20px, 1.25vw, 20px);
    color: #041d37;
    margin-bottom: 0;
  }

  .course-why {
    background: #f5f7fa;
  }

  .course-why-panel {
    position: relative;
    background: linear-gradient(135deg, hsl(195 100% 35%) 0%, hsl(195 80% 30%) 40%, hsl(210 40% 20%) 100%);
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 58px 24px 64px;
  }

  .course-why-title { color: #fff; }
  #specialization { background: white;}
  
  
  .course-live {
  background: #f5f7fa;
}

.course-live-img-wrap {
  border-radius: 16px;
  overflow: hidden;
}

.course-live-img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.course-live-badge {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #0b6fa8;
}

.course-live-title {
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.2;
  color: #02162d;
}

.course-live-item {
  gap: 16px;
}

.course-live-icon {
  min-width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #e8f1f8;
  color: #0879bd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.25s ease;
}

.course-live-item:hover .course-live-icon {
  background: #0879bd;
  color: #fff;
}

.course-why-actions {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .course-why-btn {
    min-width: 186px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .course-why-btn-apply {
    background: #f8971d;
    border-color: #f8971d;
    color: #fff;
  }

  .course-why-btn-apply:hover {
    background: #ec8b10;
    border-color: #ec8b10;
    color: #fff;
  }

  .course-why-btn--call {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
  }

  .course-why-btn--call:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
  }  
  
  
  .course-scholarship {
  background: #f5f7fa;
}

.course-scholarship-img-wrap {
  border-radius: 16px;
  overflow: hidden;
}

.course-scholarship-img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.course-scholarship-badge {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #7a8ca2;
}

.course-scholarship-title {
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.2;
  color: #02162d;
}

.course-scholarship-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #5f748c;
}

.course-check-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #0b6fa8;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 10px;
}

.course-scholarship-actions .btn {
  padding: 12px 22px;
  font-weight: 600;
  border-radius: 8px;
}

.course-scholarship-actions .btn-outline-primary {
  border-width: 1.5px;
}
  
.text-center.mt-5.schinfo {
  border: 1px solid #ffa336;
  border-radius: 12px;
  background: #ff890059;
  padding: 25px 20px; /* improved spacing */
  margin-top: 40px !important;
}

.empower-bottom {
  color: black;
  max-width: 720px;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;

  /* Glow + fade animation */
  animation: courseGlowFade 1.5s ease-in-out infinite;
}

/* Animation */
@keyframes courseGlowFade {
  0% {
    opacity: 1;
    text-shadow: 0 0 0px rgba(8, 121, 189, 0);
  }

  50% {
    opacity: 0.6;
    text-shadow: 0 0 10px rgba(8, 121, 189, 0.5);
  }

  100% {
    opacity: 1;
    text-shadow: 0 0 0px rgba(8, 121, 189, 0);
  }
}
  
  
  
  .course-alumni {
  background: white;
}

.course-alumni-badge {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #0b6fa8;
}

.course-alumni-title {
  font-size: clamp(28px, 2.4vw, 40px);
  color: #02162d;
}

/* Card */
.course-alumni-card {
  background: #f3f6f9;
  border-radius: 14px;
  padding: 28px 15px 22px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid transparent;
      height: 100%;
}

/* Border animation using pseudo */
.course-alumni-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 1px solid #0b6fa8;
  opacity: 0;
  transform: scale(0.96);
  transition: all 0.3s ease;
}

/* Avatar */
.course-alumni-avatar {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b6fa8, #084d70);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  transition: transform 0.3s ease;
}

/* Text */
.course-alumni-company {
  color: #0b6fa8;
  font-size: 14px;
  font-weight: 600;
  text-align:center;
}

.course-alumni-card small {
  color: #6c7f92;
  font-size: 13px;
  text-align: justify;
}

.course-alumni-card:hover {
  transform: translateY(-8px); /* lift */
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

/* Border reveal */
.course-alumni-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

/* Avatar zoom */
.course-alumni-card:hover .course-alumni-avatar {
  transform: scale(1.12);
}
  
  
  .course-campus {
  background: #f5f7fa;
}

.course-campus-badge {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #0b6fa8;
}

.course-campus-title {
  font-size: clamp(28px, 2.4vw, 40px);
  color: #02162d;
}

.course-campus-img-wrap {
  border-radius: 16px;
  overflow: hidden;
}

.course-campus-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.4s ease;
}

/* subtle premium hover */
.course-campus-img-wrap:hover .course-campus-img {
  transform: scale(1.05);
}
/* CARDS */
.course-campus-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 20px;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

/* border animation (same logic as alumni) */
.course-campus-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 1px solid #0b6fa8;
  opacity: 0;
  transform: scale(0.96);
  transition: all 0.3s ease;
}

/* icon */
.course-campus-card i {
  font-size: 28px;
  color: #0b6fa8;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

.course-campus-card p {
  margin: 0;
  font-weight: 600;
  color: #02162d;
  text-align:center;
}

.course-campus-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.course-campus-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.course-campus-card:hover i {
  transform: scale(1.15);
}

.hero-notifications {
  position: relative;
  height: 40px;
  margin-bottom: 15px;
}

.hero-notify {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(6px);
  white-space: nowrap;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  animation: notifySlide 9s infinite;
}

/* stagger timing */
.hero-notify:nth-child(1) { animation-delay: 0s; }
.hero-notify:nth-child(2) { animation-delay: 3s; }
.hero-notify:nth-child(3) { animation-delay: 6s; }

@keyframes notifySlide {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  10% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  40% {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }
  100% {
    opacity: 0;
  }
}
  .course-hero-container {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.ccp{text-align:center;}
.row.sports {
    display: flex;
    justify-content: center;
}



.vkrcl-section{
background:#f4f7fb ;
padding:40px 0 ;
overflow:hidden ;
font-family:'Poppins',sans-serif ;
}

/* Title */

.vkrcl-title{
font-size:3.4rem ;
font-weight:600 ;
color:#1f2d3d ;
font-family:'Poppins',sans-serif ;
margin-bottom:20px;
}

/*.vkrcl-underline{*/
/*width:60px ;*/
/*height:4px ;*/
/*background:#026db4 ;*/
/*margin-top:14px ;*/
/*border-radius:4px ;*/
/*}*/

/* Subtext */

/*.vkrcl-subtext{*/
/*max-width:750px ;*/
/*margin:25px auto 40px ;*/
/*color:#6b7c93 ;*/
/*font-size:1.8rem ;*/
/*font-family:'Poppins',sans-serif ;*/
/*}*/

/* Slider */

.vkrcl-slider{
position:relative ;
width:100% ;
overflow:hidden ;
}

/* Track */

.vkrcl-track{
display:flex ;
width:max-content ;
animation:vkrcl-scroll 25s linear infinite ;
}

/* Logo */

.vkrcl-logo{
min-width:220px ;
margin:0 25px ;
background:#ffffff ;
padding:20px ;
border-radius:14px ;
box-shadow:0 6px 20px rgba(0,0,0,0.05) ;
transition:0.3s ease ;
display:flex ;
align-items:center ;
justify-content:center ;
}

/* Image */

.vkrcl-logo img{
width:160px ;
height:80px ;
object-fit:contain ;
}

/* Hover */

.vkrcl-logo:hover{
transform:translateY(-8px) ;
box-shadow:0 15px 30px rgba(2,109,180,0.2) ;
}

/* Animation */

@keyframes vkrcl-scroll{

from{
transform:translateX(0);
}

to{
transform:translateX(-50%);
}

}

/* Mobile */

@media(max-width:768px){

.vkrcl-title{
font-size:2rem ;
}

.vkrcl-logo{
min-width:160px ;
}

}
img.testi-img {
    border-radius: 50%;
    margin-bottom: 16px;
}



    
    