/* placement page css */
.placement_section .scope-info{
  height: 100%;
}
.placement_section .scope-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.placement_section .award-list li{
  color: #222;
}
.placement_section .scope-card p{
  font-size: 15px;
  color: #222;
  font-family: 'montserrat', sans-serif;
  font-weight: 500;
}
/* internship_section css */
.internship_section .course_detl .subject_box ul li{
  border: none
}
.global_opportunities{
  position: unset;
  padding-bottom: 120px;
}
/* Education Loan css */
.financial-section{
  padding-bottom: 120px;
  z-index: unset;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.financial-section .card {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease-in-out;
  position: relative;
  border-bottom: 5px solid #fd0000;
  margin-top: 50px;
}
.financial-section .card i{
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  background: #d0d5ff;
  border-radius: 50%;
  margin: -73px auto 15px;
  color: #1d32cc;
}


.financial-section .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
  border-color: #fd0000;
}

.financial-section .card h3 {
  font-size: 20px;
  color: #fd0000;
  margin-bottom: 10px;
}

.financial-section .card p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.financial-section .highlight-box {
  margin-top: 50px;
  background: linear-gradient(135deg, #1d32cc, #fd0000);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.financial-section .highlight-box h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.financial-section .highlight-box p {
  font-size: 15px;
  line-height: 1.7;
}

/* scholarship page css */
/* .panel{
  min-height:100vh;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
} */

.panel {
  display: grid;
  min-height:100vh;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "content accent";
  align-items:center;

}
.panel-content {
  grid-area: content;
}
.panel-accent {
  grid-area: accent;
}

.panel.panel-reverse {
  grid-template-areas: "accent content";
}

.panel-content{
  padding:80px;
}


.panel-content p{
  margin-top:25px;
  max-width:520px;
  font-size:16px;
  line-height:1.8;
  color:#555;
}

/* COLOR PANELS */
.panel-accent{
  height:100%;
}

.red{
  background: url(../images/scholarship.webp);
  background-size: cover;
  background-position: center center;
}

.blue{
  background: url(../images/benefits.webp);
  background-size: cover;
  background-position: center center;
}


/* FEATURE FLOW */
.flow{
  padding:80px 20px;
  background: #dedcfb;
}

.flow-inner{
  max-width:1100px;
  margin:auto;
}

.flow-item{
  display:flex;
  gap:40px;
  padding:50px 0;
  border-bottom:1px solid #fff;
}

.flow-item:last-child{
  border:none;
}

.flow-index{
  font-size:36px;
  font-weight:700;
  color:#1d32cc;
  min-width:80px;
}

.flow-text h3{
  font-size:24px;
  margin-bottom:10px;
}

.flow-text p{
  font-size:15px;
  color:#555;
  line-height:1.8;
}

/* OPPORTUNITY BAND */
.band{
  background:linear-gradient(90deg, #fd0000,#1d32cc);
  padding:100px 20px;
  color:#fff;
}

.band-inner{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:40px;
}

.band-box{
  border-left:4px solid #fff;
  padding-left:25px;
}

.band-box h4{
  font-size:22px;
  margin-bottom:10px;
}

/* CTA */
.scholarship_cta{
  padding:120px 20px;
  text-align:center;
  background:#fafafa;
}

.scholarship_cta h2{
  font-size:42px;
  color:#1d32cc;
}

.scholarship_cta p{
  margin:20px auto 40px;
  max-width:750px;
  color:#555;
}

.scholarship_cta a{
  display:inline-block;
  padding:16px 60px;
  border-radius:60px;
  background:linear-gradient(90deg, #fd0000,#1d32cc);
  color:#fff;
  text-decoration:none;
  font-weight:600;
  font-size:16px;
  transition:transform .3s ease;
}

.scholarship_cta a:hover{
  transform:scale(1.08);
}
      
/* Industrial Visits page css */
.rs-feature-item {
  background: #1d32cc14;
  clip-path: polygon(0% 0%, 79% 0, 100% 20%, 100% 100%, 0% 100%);
  transition: all 0.5s ease;
  padding: 40px 30px;
  position: relative;
}
.rs-feature-title {
  margin: 40px 0 15px;
}
.industrial_visit_right_img img{
  clip-path: polygon(0% 0%, 76% 0, 100% 25%, 100% 100%, 75% 100%, 17% 100%, 0 76%);
}


/* infrastructure-and-facilities page css */
.table-container {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  min-height: 820px;
  overflow: hidden;
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
}

.table-container thead {
  /* background-color: #f0f4f8; */
  background: linear-gradient(135deg, #8e44ad, #3498db);
}

.table-container th {
  padding: 14px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  border-bottom: 2px solid #e0e6ed;
}

.table-container td {
  padding: 14px;
  text-align: center;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #eaeef3;
}

.table-container tbody tr:nth-child(even) {
  background-color: #f9fbfd;
}

.table-container tbody tr:hover {
  background-color: #f8fbff;
  transform: scale(1.01);
  transition: 0.2s ease-in-out;
}

.table-container td:first-child {
  text-align: left;
  /* font-weight: 500; */
}

.badge {
  background: #3498db;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.placement_section .table-container td{
  text-align: left;
}
.placement_section .table-container{
  min-height: auto;
}

/* GRID LAYOUT */
.sbihm-section .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* BIG FEATURE BOX */
.sbihm-section .box.feature {
  grid-column: 1 / -1;
  border-radius: 14px;
  padding: 35px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}



/* SMALL BOXES */
.sbihm-section .box {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  transition: 0.3s ease;
  color: #000;
}

.sbihm-section .box:hover {
  transform: translateY(-5px);
}

.course_detl ul li{
  color: #000;
}

/* apply now page css */


.apply-section .subtitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
  color: #555;
}

.apply-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.apply-section .card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.apply-section .card h2 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #1c2d4f;
}

.apply-section .card h2 i {
  color: #1d32cc;
  margin-right: 10px;
}

.apply-section .card ol {
  padding-left: 20px;
}

.apply-section .card ol li {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #000;
}

.apply-section .card.highlight {
  background: linear-gradient(135deg, #1c2d4f, #2c4d8f);
  color: #ffffff;
}

.apply-section .highlight h2,
.apply-section .highlight h2 i {
  color: #ffffff;
}

.bank-details {
  list-style: none;
  padding: 0;
}

.bank-details li {
  margin-bottom: 10px;
  font-size: 16px;
  /* color: #000; */
}

.scan-box {
  margin-top: 25px;
  padding: 20px;
  background: rgba(255,255,255,0.15);
  border-radius: 12px;
  text-align: center;
}

.scan-box i {
  font-size: 40px;
  margin-bottom: 10px;
}

.apply-section .cta {
  text-align: center;
  margin-top: 40px;
}

.apply-section .btn a{
  display: inline-block;
  background:linear-gradient(90deg, #fd0000,#1d32cc) !important;
  color: #ffffff !important;
  padding: 15px 30px !important;
  font-size: 18px;
  border-radius: 50px !important;
  text-decoration: none;
  transition: 0.3s ease;
}

.apply-section .btn a i {
  margin-right: 8px !important;
      vertical-align: middle !important;
      position: relative !important;
      transform: translateY(0%) !important;
      display: inline !important;
      left: 0 !important;
}


.apply-section .btn a:hover {
  background:linear-gradient(90deg,#1d32cc, #fd0000) !important;
}


.home_blog_section .vc_custom_heading h4{
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
    margin-top: 20px;
    line-height: 1.4;
    /* display: block; */
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.home_blog_section .vc_custom_heading p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}  
.home_blog_section .vc_grid-item-mini {
  background: #fff;
  /* display: flex; */
  border: 2px solid #f3f3f3;
  transition: transform 0.3s ease;
  height: 100%;
  background: #fff;
}
.home_blog_section .vc_general.vc_btn3{
  padding: 12px 30px;
  color: #fff;
  font-size: 15px;
  font-family: 'montserrat', sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: linear-gradient(50deg, rgba(200, 18, 25, 1) 23%, rgba(32, 49, 201, 1) 67%);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  border: none !important;
  text-transform: capitalize;
}
@media(max-width: 1400px){
  .placement_section .scope-cards {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  }
}
@media(max-width:900px){
  .panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "accent";
  }

  .panel.panel-reverse {
    grid-template-areas:
      "content"
      "accent";
  }

  .panel-accent {
    height: 300px;
  }

  .panel-content {
    padding: 50px 15px;
  }

  .panel-content p {
    max-width: 100%;
  }
}
@media(max-width: 767px){
  .placement_section .scope-cards {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .course_section .affiliated_box h2 p, .scope-section .affiliated_box h2 + p {
    font-size: 16px;
  }
  .scope-cards{
    grid-template-columns: 1fr;
  }
  .financial-section .highlight-box h2{
    font-size: 18px;
  }
  .financial-section .highlight-box{
    padding: 30px 20px;
  }
  .flow{
    padding: 50px 15px;
  }
  .scholarship_cta{
    padding: 50px 15px 120px;
  }
  .scholarship_cta h2{
    font-size: 30px;
  }
  .flow-item{
    gap: 0;
  }
  .flow-index {
    font-size: 30px;
    min-width: 50px;
  }
  .rs-feature-item {
    clip-path: polygon(0% 0%, 90% 0, 100% 4%, 100% 100%, 0% 100%);
  }
  .table-title {
    font-size: 18px;
  }
  .sbihm-section .grid {
    grid-template-columns: 1fr;
  }

  .sbihm-section .box.feature {
    padding: 25px;
  }  
  /* sticky button */
  .footer-bottom {
    margin-bottom: 42px;
  }
  .sticky_box {
    position: fixed;
    top: unset;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    display: flex;
  }
  .fix_btn {
    padding: 15px 15px;
    font-size: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  #preloader .loading-container .loader{
    width: 100px;
    height: 100px;
  }
} 