a,
body {
  color: #000
}

body,
header {
  background-color: #fff
}

.banner-form h4:after,
.heading-block h2 span:before {
  position: absolute;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  content: ""
}

.banner-caption h2,
.heading-block h2,
.heading-block h4,
body {
  font-family: "Montserrat", sans-serif;
}

.banner-form h4,
.banner-form p,
.footer-item,
.footer-title,
.heading-block h4,
.overlay-content,
{
  text-align: center
}

body {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

a:hover {
  text-decoration: none !important
}

a:focus {
  outline: 0
}

input:focus,
textarea:focus-visible {
  outline: 0 !important;
  box-shadow: none !important
}

header {
  transition-duration: .5s;
  padding: 0 60px;
  position: sticky;
  top: 0;
  z-index: 999
}

header.header-scroll {
  box-shadow: 0 0 10px #0003
}

.logo-wrapper img {
  max-height: 50px;
  transition-duration: .3s
}

header.header-scroll .logo-wrapper img {
  max-height: 50px
}

.header-menu .site-navigation .site-menu {
  padding-left: 0
}

.site-navbar .site-navigation .site-menu .has-children>a span:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 8px;
  margin-left: 5px;
  position: relative;
  top: -1px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 8px;
  margin-left: 5px;
  position: relative;
  top: -1px
}

.header-top {
  background-color: #183e65;
  color: #fff;
  padding: 0 60px
}

.header-top-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  height: 30px
}

a.header-email {
  color: #fff;
  transition-duration: .3s
}

.header-menu a.menu-link:hover,
a.header-email:hover,
ul.header-top-menu li a:hover {
  color: #f6c640
}

ul.header-top-menu {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0
}

ul.header-top-menu li {
  list-style: none
}

ul.header-top-menu li a {
  color: #fff;
  transition-duration: .3s;
  letter-spacing: .5px
}

.header-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px 0;
  position: static;
  max-width: 1300px;
  margin: 0 auto;

}


.header-menu {
  display: flex;
  align-items: center
}

.header-menu a.menu-link {
  font-size: 14px;
  color:#111111;
  margin-left: 10px;
  display: inline-block;
  padding: 15px 4px;
  font-weight: 500;
}

.header-menu a.menu-sub-link {
  font-size: 13px;
  text-transform: uppercase !important;
  transition-duration: .3s;
  color: #999 !important
}

.header-menu a.menu-sub-link:hover {
  color: #183e65 !important;
  background-color: #f5f5f5
}

.header-menu .site-menu .has-children .dropdown {
  -webkit-box-shadow: 0 2px 10px -2px rgb(0 0 0 / .2) !important;
  box-shadow: 0 2px 10px -2px rgb(0 0 0 / .2) !important
}

.header-menu .dropdown {
  border-top: 5px solid #f6c640 !important
}

.header-links {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center
}

.sub-dropdown {
  left: 100% !important
}

.header-links a {
  font-size: 13px;
  padding: 10px 15px;
  font-weight: 600
}

.header-links a span {
  font-size: 11px
}

.heading-block {
  margin-bottom: 30px
}

.heading-block h2 {
  font-weight: 300;
  color: #111111;
  font-size: 40px;
  line-height: 50px;
}

.heading-block h2 span{
  display:block;
  margin-bottom:5px;
}
.heading-block h2 strong{
  font-weight: 600;
}

.span2{
  font-size: 26px;
  line-height: 32px;
}

.heading-center {
  display: flex;
  justify-content: center
}

.heading-dark h2 {
  color: #b69744
}


.padding {
  padding: 70px 0;
}
.padding50 {
  padding: 50px 0;
}

.banner-section {
  position: relative;
  padding: 60px 60px;
}

.banner-block {
position: relative;
position: static;
max-width: 1300px;
margin: 0 auto;
}

.banner-form {
  background-color: #fff;
  padding: 8% 5%;
  width: 100%;
  border-radius: 15px;
  z-index:9999;
  text-align:center;
}

.banner-form input {
  background-color: #fff;
  transition-duration: .3s;
}

.banner-form-input-clr {
  font-size:14px;
  font-weight:300;
}

.banner-form-check-clr {
  font-size:22px;
  color: #fff;
  font-weight:200;
  letter-spacing:1px;
}

.banner-form h4 {
  color: #000;
  font-weight: 700;
  padding-bottom: 5px;
  font-size: 20px;
  line-height:26px;
  position:relative;
}

.banner-form input {
  padding: 5px 10px
}

.banner-form input:focus {
  border: 1px solid #183e65
}

input.banner-apply-btn {
  background-color: #f8c300;
  color: #000;
  font-size: 18px;
  line-height:24px;
  font-weight: 500;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-top: 5px;
  border-radius:10px;
  letter-spacing:1px;
  padding:10px 0;
  width:100%;
  border:none;
}

input.banner-call-btn {
  transition-duration: .3s
}

input.banner-call-btn {
  background-color: #f6c640;
  color: #000;
  font-weight: 600;
  border: none
}

input.banner-apply-btn:hover,
input.banner-call-btn:hover {
  opacity: .9
}

.banner-apply-btn2 {
  background-color: #032c4d;
  font-size:14px;
  color: #fff;
  font-weight: 500;
  border: none;
  width:100%;
  border-radius:10px;
  padding:3px 0;
  text-align:center;
}


.banner-content {
  position: relative;
  height: 100%
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1
}

.banner-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.banner-caption {
  position: relative;
  padding: 0px 0;
  justify-content: center;
  align-items: flex-start;
  margin-top:5%;
}

.banner-logo img {
  max-width: 100%
}

.banner-caption h1 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height:50px;
  margin-bottom: 40px;
}
.banner-caption h1 span{
display:block;
color:#f8c300;
font-weight: 800;
}

.banner-caption h2 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height:30px;
  margin-bottom: 14px;
}
.stats-section{background-color: rgba(0, 0, 0, .3); display:flex; justify-content:center; align-items:center; padding:15px 0; color:#fff;border-radius:20px; width:96%;}
.stat-box{text-align:center; padding:0 10px;}
.stat-box p{margin:5px 0 0; font-size:16px; line-height:20px;}
.divider{width:2px; height:50px; background:rgba(255,255,255,0.6);
}

.cus-btn,
a.cus-btn,
button.cus-btn {
  padding: 10px 30px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  letter-spacing: 1px;
  display: inline-block
}

.glance-section {
  background-color: #fff;
  text-align:center;
}
.amity-card{
background:#fff;
padding:25px;
height:100%;
border-radius:15px;
box-shadow:0 4px 15px rgba(0,0,0,0.08);
transition:.3s;
border-left:5px solid #0b2d5c;
}

.amity-card:hover{
transform:translateY(-6px);
}

.amity-card h4{
font-size:28px;
font-weight:700;
color:#0b2d5c;
margin-bottom:8px;
}

.amity-card p{
margin:0;
line-height:22px;
font-size:15px;
color:#555;
}

.highlight{
background:#0b2d5c;
color:#fff;
}

.highlight h4,
.highlight p{
color:#fff;
}

@media(max-width:768px){
.amity-card h4{
font-size:18px;
}
}

.campuses-section{background:#f5f5f5; text-align:center; position: relative; z-index: 1;}
.campuses-section:before {position: absolute; bottom: 0; left: 0; right: 0; content: ""; background:#032D4F; height: 250px; z-index: -1;}

.campuses-block{width:100%; margin-top:0%;}
.campuses_list {padding:0px; position:relative;}
.campuses_list img{ border-radius:20px;}
.campuses_list_name{ position:absolute; background:#fff; width:80%; left:0; right:0; margin:auto; padding:5px 15px; top:20px; border-radius:20px; box-shadow: 10px 10px 30px 10px rgba(0, 0, 0, 0.1);}
.campuses_list_name p{ color:#0f385f; font-weight:500; margin-bottom:0;}

.owl-campuses .owl-dots{
  display:flex;
  justify-content:center;	
  gap:10px;
  margin-top:3%;
}
.owl-campuses .owl-dot{
  height:20px;
  width:20px;
  border-radius:50%;
  border:1px solid #fecc00 !important;
  background-color:#fff !important;
}
.owl-campuses .owl-dot.active{
  background-color:#fecc00 !important;
}

.research-section {background:#FFF; text-align:center;}

.research-box{
    background:#fff;
    padding:18px 20px;
    border-left:5px solid #f5b400;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    font-size:15px;
    line-height:22px;
	color: #555;
    height:100%;
    transition:.3s;
}

.research-box span{
    color:#0b2d5c;
    font-size:24px;
    font-weight:bold;
    margin-right:6px;
}

.research-box:hover{
    transform:translateY(-5px);
}

@media(max-width:768px){
.research-box{
font-size:15px;
}
}

.scholarships-section {background: url(../images/scholarships.webp) no-repeat center bottom #95cdd5; text-align:center;}
.scholarships-tabs .nav-tabs {
border-bottom: 2px solid #002147;
display: flex; /* Ensure it's a flex container */
flex-wrap: nowrap; /* Keeps tabs in a single row on desktop */
margin-bottom: 30px;
}

.scholarships-tabs .nav-item {
flex: 1; /* This forces every tab item to grow and occupy equal space */
text-align: center;
}

.scholarships-tabs .nav-link {
width: 100%; /* Ensures the clickable area covers the whole tab width */
color: #111111;
font-weight: 600;
border: none;
padding: 15px 10px;
text-transform: uppercase;
font-size: 16px;
transition: all 0.3s ease;
border-radius: 5px 5px 0 0;
}

.scholarships-tabs .nav-link.active {
color: #fff;
background-color: #002147;
}

.custom-table-container {
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.amity-table-title {
color: #002147;
font-weight: 800;
font-size: 20px;
margin-bottom: 20px;
padding-left: 5px;
}

.table-pathway {
width: 100%;
border-collapse: collapse;
font-size: 15px;
line-height:20px;
table-layout: fixed; 
}

.table-pathway thead th {
background-color: #0a2540; 
color: #ffffff;
font-weight: 600;
padding: 15px;
border: 1px solid #dee2e6;
text-align: left;
vertical-align: middle;
width: 20%; 
word-wrap: break-word; 
text-align:center;
}

.table-pathway tbody td {
padding: 15px;
border: 1px solid #dee2e6;
color: #111111;
vertical-align: middle;
line-height: 1.5;
word-wrap: break-word;
}

.table-pathway tbody tr:nth-child(even) {
background-color: #f8faff;
}

.progression-text {
font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 992px) {
.table-pathway {
table-layout: auto; 
}
.table-pathway thead th {
width: auto;
}
}

@media (max-width: 768px) {
.scholarships-tabs .nav-tabs {
flex-wrap: wrap; /* Allows tabs to stack on small mobile screens */
}
.scholarships-tabs .nav-item {
flex: 0 0 33%; /* Shows 2 tabs per row on mobile */
}
.table-pathway {
display: block;
overflow-x: auto;
white-space: nowrap;
}
.scholarships-tabs .nav-link {
padding: 10px 5px;
font-size: 11px;
}
}
.scholarships-branding-section p {
font-size: 15px;
line-height: 20px;
color: #fff;
font-weight: 300;
margin-bottom: 0;
}


.placement-section { background:#FFF; text-align:center;}
.brand-wrapper{ background:#fff; box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);}
.brand-default {
padding: 0;
margin: 0;
list-style: none;
border-radius:15px;
}

.brand-default .brand {
  text-align: center
}

.brand-default .brand img {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  display: inline-block;
  padding:20px 27px 20px 27px;
}

.brand-default .brand a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 1
}

.brand-default.brand-style--2 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  display: -ms-grid;
  display: grid
}

@media only screen and (max-width:575px) {
  .brand-default.brand-style--2 {
	  -ms-grid-columns: (1fr)[1];
	  grid-template-columns: repeat(2, 1fr)
  }
}

.brand-default.brand-style--2 .brand {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background:#FFF;
}

.brand-default.brand-style--2 .brand::after {
  display: block;
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.vibrant-section { background:#FFF; text-align:center;}
.vibrant-section p{font-size: 15px; line-height: 22px; color: #555;}


.incubator-section {background-color: #FDF0E7; text-align:center;}
.incubator-section p{font-size: 15px; line-height: 22px;}

/* Combined Single Section Style */
.ii-single-section {
width: 100%;
max-width: 1100px;
margin: 0 auto;
text-align: center;
}

/* Top Brand Header Block inside single section */
.ii-brand-header {
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
margin-bottom: 50px;
}

.ii-brand-left {
display: flex;
align-items: center;
gap: 18px;
}

.ii-title-block {
line-height: 1.1;
text-align: left;
}


.ii-brand-right {
display: flex;
align-items: center;
gap: 15px;
}

.ii-support-text {
font-size: 14px;
color: #444;
text-align: right;
line-height: 1.3;
font-weight: 500;
}

.ii-ventures-block {
text-align: left;
line-height: 1.1;
border-left: 2px solid #ccc;
padding-left: 15px;
}

/* Government Panel Block inside single section */
.ii-govt-panel {
display: flex;
justify-content: center;
align-items: center;
gap: 60px;
background: rgba(255, 255, 255, 0.5);
padding: 25px 40px;
border-radius: 12px;
margin-bottom: 50px;
}

.ii-meity-badge {
display: flex;
align-items: center;
gap: 15px;
background: #ffffff;
padding: 12px 25px;
border-radius: 6px;
box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.ii-meity-text h2 {
font-size: 28px;
font-weight: 900;
color: #000;
line-height: 1;
margin: 0;
}

.ii-ministry-details {
display: flex;
align-items: center;
gap: 20px;
}

.ii-ministry-p {
font-size: 16px;
color: #222;
line-height: 1.4;
text-align: left;
}

/* Narrative Text Elements inside single section */
.ii-narrative-p {
font-size: 23px;
line-height: 1.5;
color: #2c2c2c;
font-weight: 400;
text-align:center;
}

.ii-narrative-p strong {
font-weight: 800;
color: #000;
}

.ii-narrative-p-last {
margin-bottom: 55px;
}

/* Recognition Cards Flex Block inside single section */
.ii-awards-flex {
display: flex;
justify-content: center;
gap: 30px;
max-width: 850px;
margin: 0 auto;
}

.ii-award-card {
flex: 1;
background: #ffffff;
border-radius: 8px;
padding: 40px 30px;
box-shadow: 0 15px 35px rgba(0,0,0,0.05);
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: left;
transition: transform 0.3s ease;
}

.ii-award-card:hover {
transform: translateY(-5px);
}

.ii-card-blue { border-top: 5px solid #3A75C4; }
.ii-card-green { border-top: 5px solid #8DC63F; }

.ii-label {
font-size: 13px;
font-weight: 700;
color: #666;
letter-spacing: 1px;
display: block;
margin-bottom: 5px;
}

/* CSS3 Responsive Configurations */
@media (max-width: 868px) {
.ii-brand-header, .ii-govt-panel, .ii-ministry-details, .ii-awards-flex {
  flex-direction: column !important;
  text-align: center;
  gap: 30px;
}
.ii-brand-left, .ii-brand-right, .ii-meity-badge {
  justify-content: center;
  text-align: center;
}
.ii-title-block {
  text-align: center;
}
.ii-support-text, .ii-ministry-p {
  text-align: center;
}
.ii-ventures-block {
  border-left: none;
  border-top: 2px solid #ddd;
  padding-left: 0;
  padding-top: 15px;
  text-align: center;
}
.ii-narrative-p {
  font-size: 19px;
}
}

.footer-copy {
	background:#0f385f;
	padding: 20px 0;
	text-align:center;
}
.footer-copy p{
font-size: 15px; 
line-height: 22px;
color:#FFF;
margin-bottom:0;
}

@media (min-width:320px) and (max-width:769px) {
.logo-wrapper img {
max-height: 60px !important;
}
.banner-bg,
.banner-block {
position: relative
}

header {
padding: 0 20px
}

.banner-block {
padding: 0px 20px;
background: #082a68;
text-align:center;
}

.banner-caption {
padding: 10px 0;
margin-bottom:20px;
}

.banner-section {
position: relative;
padding: 0px 0px;
}
.banner-caption h1 {
font-size: 20px;
line-height: 24px;
margin-bottom:20px;
}

.banner-caption h2 {
font-size: 22px;
line-height: 28px;
font-weight:700;
margin-bottom:15px;
}
.stats-section {
  width: 100%;
}
.stat-box p {
  margin: 5px 0 0;
  font-size: 11px;
  line-height: 14px;
}

.banner-form {
padding: 5% 5%;
}
.banner-form h4{font-size: 22px; line-height: 34px; text-align:center; margin-bottom:0px;}
.padding {
padding: 60px 0;
}
.heading-block {
margin-bottom: 20px;
}
.heading-block h2 {font-size: 22px; line-height: 26px;}
.amity-card p, .research-box, .table-pathway tbody td, .vibrant-section p, .incubator-section p{ font-size:14px; line-height:20px;}

}