.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}	
#carouselExampleIndicators .carousel-item img{
	width:100%;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

// CSS3 transforms when supported by the browser
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);

  @supports (transform-style: preserve-3d) {
    transform: translate3d(0, 0, 0);
  }
}
.social-link{
	font-size:19px !important;
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);

  @supports (transform-style: preserve-3d) {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);

  @supports (transform-style: preserve-3d) {
    transform: translate3d(-100%, 0, 0);
  }
}




.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;

  display: flex; 
  align-items: center; 
  justify-content: center; 
  width: $carousel-control-width;
  color: $carousel-control-color;
  text-align: center;
  opacity: $carousel-control-opacity;
  // We can't have a transition here because WebKit cancels the carousel
  // animation if you trip this while in the middle of another animation.

  
  @include hover-focus {
    color: $carousel-control-color;
    text-decoration: none;
    outline: 0;
    opacity: .9;
  }
}
.carousel-control-prev {
  left: 0;
  @if $enable-gradients {
    background: linear-gradient(90deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .001));
  }
}
.carousel-control-next {
  right: 0;
  @if $enable-gradients {
    background: linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .001));
  }
}	


.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: $carousel-control-icon-width;
  height: $carousel-control-icon-width;
  /*! background: transparent no-repeat center center; */
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: $carousel-control-prev-icon-bg;
}
.carousel-control-next-icon {
  background-image: $carousel-control-next-icon-bg;
}
.popular-courses-img-bx{
	height:100%;
	position:relative;
}
.popular-courses-img-bx img{	
margin: auto;
vertical-align: middle;
bottom: 0px;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
max-width: 100%;
max-height: 100%;	
	
}
.cours-search-bx p{
		font-size: 13px;
line-height: 21px;
}

.banner-content{
position: absolute;
z-index: 1;
top: 17%;
padding: 2.5% 3% 2.5% 3%;
}
/* .banner-content:after{
	position:absolute;
	content:'';
	background: #ffffffa1;
	left:0%;
	z-index:-1;
	transform: skew(20deg);
top:0%;

		width: 100%;
	height: 100%;
} */
.banner-content h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-shadow: 0px 0px 4px #000000;
}
.banner-content p{
	
  font-size: 20px;
  color: #000;
}
.our-story h1{
	font-size: 28px;
font-weight: 400;
color: #2c2d2f;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  /*! background-color: #4169e1; */
  background-size: auto;
  background-size: 60% 60%;
  margin-top: 300px;
}
.banner-left{
	left: 12%;
}
.banner-right{
	right:12%;
}
/* .carousel-inner {
  height: 640px;
} */
.register-form{
	background: #fff;
border-radius: 10px;
text-align: left;
}
.register-form .title-head{
	color:#4169e1;
}
p,.fw4{
	text-align:justify;
}
#portfolio {
    padding: 40px;
    margin: 0 auto;
}
.gallery-title
{
    font-size: 36px;
    color: #db584e;
    text-align: center;
    font-weight: 700;
    padding: 40px 20px 60px;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #db584e;
    border-radius: 5px;
    text-align: center;
    color: #db584e;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #db584e;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #db584e;

}
.btn-default:active .filter-button:active
{
    background-color: #db584e;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.popular-courses-bx .hide{
	display:none;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
  color: #606060;
}
.gallery-box{
	  position: relative;
  height: 200px;
  box-shadow: 0 0 25px 0 rgba(29,25,0,0.25);
  background: #fafafa;

}
.gallery-box img{
	position:absolute;
	margin:auto;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	max-height:100%;
		max-width:100%;
}
.section-gallery .cours-bx {
	box-shadow:none;
}
.setupapart{
	
  background: #d26f18;
}
.widget_archive{
	padding:10px;
}
.widget_archive ul li{
	padding:8px;
transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;	
cursor:pointer;
}
.widget_archive ul li:hover{
	background: #d26f18;
color: #fff;	
}
#masonry li{
	list-style:none;
}
.core-values{
	background:#e4e3e4;
}

.programs-course{
	background:#e4e3e4;
}
.core-values .feature-md {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.core-values .ttr-tilte {
text-align: center;
}

.strategic-goals .feature-md {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.strategic-goals .ttr-tilte {
text-align: center;
}
.info-bx h5{
	color:#4169e1;
}

 .pricingtable-main{
	 background: #4169e1 !important;
 }
 .join-bx img{
	 margin:auto;
 }
 .wa-chat-box-poweredby {
  display: none !important;
}
  .vision-bx h4{
	  color:#fff;
  }
  .mission-bx h4{
	  color:#fff;
  }


 .vision-bx{
	background-size: cover;
background-position: center center;
color: #fff;
position:relative; 
z-index: 1;
color: #fff;
 }
  .vision-bx:after{
	background: #4169e1d6;
z-index: -1;
width: 100%;
position: absolute;
height: 100%;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;  
  }
  .mission-bx{
	  background-size: cover;
background-position: center center;
color: #fff;
position:relative;
z-index: 1;
color: #fff;
  }
  .mission-bx:after{
	 background: #4169e1d6;
z-index: -1;
width: 100%;
position: absolute;
height: 100%;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;  
  }
  footer p a{
	  color:#4169e1 !important;
  }
  .neet-blink{
	  animation: blinker 1.5s linear infinite;
	  background: royalblue;
  }
  .domestic-blink{
	  animation: blinker 2s linear infinite;
	  background: #ca7248;
  }
  .abroad-blink{
	  animation: blinker 2.5s linear infinite;
	background: #8e2068;
  }
  .blink-register{
color: #fff;
font-size: 12px;
margin-left: 1px;
	
  }
  @keyframes blinker {
  50% {
    opacity: 0.1;
  }
}
.social-link {
	margin-left: 0px !important;
}
.register-form .dropdown-toggle{
	padding:2px 0px 2px 2px;
}
.blink-register:hover{
	text-decoration:underline;
	
}
.admission-btn{
position: fixed;
bottom: 20%;
right: 1.4%;
color: #fff;
padding: 12px 20px;
display: inline-block;
font-size: 16px;
outline: none;
cursor: pointer;
outline: none;
border-style: solid;
line-height: 1.42857;
border-radius: 20px;
font-weight: 400;
text-align: center;
font-family: rubik;
background: #2937ba;
color: #f7f9fb;
z-index: 99;
border: none;
}
.admission-btn a{
	color:#fff;
}

.widget-bg1{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd8515+0,db4b24+100 */
	background: #fd8515; /* Old browsers */
	background: -moz-linear-gradient(left, #fd8515 0%, #db4b24 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fd8515 0%,#db4b24 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fd8515 0%,#db4b24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8515', endColorstr='#db4b24',GradientType=1 ); /* IE6-9 */
}
.widget-bg2{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8699fb+0,8340f6+100 */
	background: #8699fb; /* Old browsers */
	background: -moz-linear-gradient(left, #8699fb 0%, #8340f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #8699fb 0%,#8340f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #8699fb 0%,#8340f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8699fb', endColorstr='#8340f6',GradientType=1 ); /* IE6-9 */
}
.widget-bg3{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc7588+0,e71c54+100 */
	background: #fc7588; /* Old browsers */
	background: -moz-linear-gradient(left, #fc7588 0%, #e71c54 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fc7588 0%,#e71c54 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fc7588 0%,#e71c54 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7588', endColorstr='#e71c54',GradientType=1 ); /* IE6-9 */
}
.widget-bg4{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#668bff+0,104dfd+100 */
	background: #668bff; /* Old browsers */
	background: -moz-linear-gradient(left, #668bff 0%, #104dfd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #668bff 0%,#104dfd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #668bff 0%,#104dfd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668bff', endColorstr='#104dfd',GradientType=1 ); /* IE6-9 */
}

.widget-box{
	background-color: #fff;
	box-shadow:0 3px 10px 0px rgba(0,0,0,.08);
	border-radius: 4px;
	height: 100%;
}
.widget-box .widget-inner{
	padding:30px;
}
.widget-box .wc-title{
	border-bottom:1px solid rgba(0,0,0,0.05);
	padding:20px 30px;
}
.widget-box .wc-title h4{
	font-size:18px;
	line-height:18px;
	margin:0;
	color:#333;
	font-weight:500;
}
.widget-card {
  border-radius: 4px;
  background: #ec681d;
  padding: 20px 20px 15px 20px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.widget-title{
	margin-bottom: 0px;
}
.widget-card .wc-title {
  font-size: 10px;
  line-height: 16px;
  margin: 0;
  color: #fff;
  font-weight: 500;
}
.profile-content-bx .table .thead-dark th {
  color: #fff;
  background-color: #c66d48;
  border-color: #c66d48;
}
.profile-tabnav .nav li a {
background:#4169e1;
  padding: 10px 30px;
border-radius: 10px !important;
}
.profile-tabnav .nav li a:hover {
background:#c66d48;
}
.programs-course,.bg-gray {
  background: #fffaf9;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #e9e9e9;
}
.profile-bx,.profile-content-bx{
  border:none;
}
.table-hover tbody tr:hover {
  background-color: rgba(198, 109, 72, 0.11);
}
.profile-tabnav .nav li {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 3px;
}
.button-md {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}




/* ----------------- Service Cards ----------------- */
.service-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-10px);
    background-color: #4164c5;
    color: #fff;
}

.service-card:hover i,
.service-card:hover h5,
.service-card:hover p {
    color: #fff;
}

/* ----------------- Testimonial Boxes ----------------- */
.testimonial-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.testimonial-box p {
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-box strong {
    display: block;
    margin-bottom: 5px;
}

.testimonial-box span {
    font-size: 0.9rem;
    color: #555;
}

.testimonial-box span.color-primary {
    color: #4169e1;
}

.testimonial-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    background-color: #4164c5;
    color: #fff;
}

.testimonial-box:hover p,
.testimonial-box:hover strong,
.testimonial-box:hover span {
    color: #fff;
}

.quote-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    opacity: 0.2;
    transition: color 0.3s ease;
}

.testimonial-box:hover .quote-icon {
    color: #fff;
}
/* ----------------- Section Area & Join Box ----------------- */
.section-area {
    /*! padding: 60px 0; */
}

.section-area h2.title-head {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}

.section-area h4.text-primary {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
    color: #000;
}

.section-area p.lead-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #000;
}

.section-area ul,
.section-area ol {
    padding-left: 0px;
    margin-bottom: 20px;
    margin-top: 15px;
}

/* Join Box */
.join-bx {
    padding: 40px 20px;
}

.join-content-bx h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.join-content-bx p.lead-text {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.btn.button-md {
    padding: 12px 30px;
    font-size: 1rem;
    border-radius: 5px;
}

/* ----------------- Statistics Boxes ----------------- */
.stat-box {
    min-height: 120px;
    text-align: center;
    margin-bottom: 20px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d6efd; 
    margin-bottom: 5px;
}

.stat-text {
    font-size: 1rem;
    color: #000;
}

/* ----------------- Heading Section ----------------- */
.heading-section {
    border-radius: 12px;
    /*! box-shadow: 0 8px 20px rgba(0,0,0,0.08); */
    transition: transform 0.3s, box-shadow 0.3s;
}

.heading-section:hover {
    /*! transform: translateY(-5px); */
    /*! box-shadow: 0 12px 25px rgba(0,0,0,0.15); */
}

.title-head {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
}

.title-head i {
    font-size: 1.5rem;
}

.lead-text p {
    color: #000;
}

/* ----------------- Collaboration Section ----------------- */
.collaboration-section {
    border-radius: 12px;
    /*! box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); */
    padding: 20px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.collaboration-section:hover {
    /*! transform: translateY(-5px); */
    /*! box-shadow: 0 12px 25px rgba(0,0,0,0.15); */
}

.collab-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #951972;
}

.collab-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #495057;
}

/* ----------------- B2B Section ----------------- */
.b2b-section {
    border-radius: 12px;
    /*! box-shadow: 0 6px 18px rgba(0,0,0,0.08); */
    /*! padding: 50px 25px; */
    transition: transform 0.3s, box-shadow 0.3s;
}

.b2b-section:hover {
    /*! transform: translateY(-5px); */
    /*! box-shadow: 0 12px 25px rgba(0,0,0,0.15); */
}

.b2b-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #4666c8;
}

.b2b-list li {
    font-size: 14px;
    line-height: 26px;
    color: #495057;
    position: relative;
    padding-left: 10px;
    transition: transform 0.2s;
    list-style: lower-latin;
    text-transform: capitalize;
    text-align: left;
}

.b2b-list li:hover {
    transform: translateX(5px);
}

.b2b-list .d-flex {
    padding: 15px;
    border-radius: 10px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.b2b-list .d-flex:hover {
    transform: translateY(-3px);
    background: rgba(13, 110, 253, 0.05);
}

/* ----------------- Partnership Section ----------------- */
.partnership-section {
    border-radius: 12px;
    /*! box-shadow: 0 6px 18px rgba(0,0,0,0.08); */
    /*! padding: 50px 25px; */
    transition: transform 0.3s, box-shadow 0.3s;
}

.partnership-section:hover {
    /*! transform: translateY(-5px); */
    /*! box-shadow: 0 12px 25px rgba(0,0,0,0.15); */
}

.partnership-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #951972;
}

.partnership-list li {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #495057;
    padding-left: 10px;
    transition: transform 0.2s;
}

.partnership-list li:hover {
    transform: translateX(5px);
}

.partnership-list .d-flex {
    padding: 15px;
    border-radius: 10px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.partnership-list .d-flex:hover {
    transform: translateY(-3px);
    background: rgba(13, 110, 253, 0.05);
}

/* ----------------- Game-Changer Section ----------------- */
.gamechanger-section {
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    padding: 50px 25px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.gamechanger-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.gamechanger-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #4666c8;
}

.gamechanger-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #495057;
}

/* ----------------- CTA Section ----------------- */
.cta-section {
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    padding: 50px 25px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.cta-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #951972;
}

.cta-text, .contact-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #495057;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 12px 30px;
    font-size: 1.125rem;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    background-color: #951f66;
}

/* Contact box */
.cta-section .contact-text {
    display: inline-block;
    padding: 20px 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #212529;
    text-align: left;
}

.cta-section .contact-text:hover {
    /*! color: #fff; */
    /*! transform: translateY(-3px); */
}

.cta-section .contact-text a.mail {
    color: inherit;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.cta-section .contact-text:hover a.mail {
    color: #bb5e38;
}

/* ----------------- Icons ----------------- */
.icon-blue { color: #0d6efd; }
.icon-green { color: #198754; }
.icon-orange { color: #fd7e14; }
.icon-purple { color: #6f42c1; }
.icon-red { color: #dc3545; }

/* ----------------- Responsive ----------------- */
@media (max-width: 768px){
    .title-head,
    .join-content-bx h2,
    .b2b-title,
    .partnership-title,
    .gamechanger-title,
    .cta-title {
        font-size: 1.5rem;
    }

    .lead-text, .b2b-list li, .partnership-list li, .gamechanger-text, .cta-text, .contact-text {
        font-size: 1rem;
    }

    .btn-primary {
        width: 100%;
    }
}



/* Domestic page*/

/* ===== GLOBAL ===== */
.domestic-content {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.domestic-content p,
.domestic-content li {
    font-size: 15.5px;
    line-height: 1.8;
    color: #333;
}

/* ===== HEADINGS ===== */
.domestic-content h2 {
    font-size: 32px;
    font-weight: 700;
    color:  #000;
    margin-bottom: 20px;
}

.domestic-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #131313;
    margin: 45px 0 20px;
    position: relative;
    padding-left: 15px;
}

.domestic-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 25px;
    background: #1e73be;
    border-radius: 10px;
}

.domestic-content h4 {
    margin-top: 25px;
    font-weight: 600;
    color: #0b2c4d;
}

/* ===== LIST STYLE ===== */
.domestic-content ul {
    padding-left: 18px;
}

.domestic-content ul li {
    margin-bottom: 8px;
}

/* ===== INFO BOX ===== */
.info-box {
    background: #f4f8ff;
    border-left: 5px solid #1e73be;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
}

/* ===== STATS CARDS ===== */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: 20px;
    margin: 30px 0;
}

.stat-card {
    background: linear-gradient(135deg,#1e73be,#0b2c4d);
    color: #fff;
    padding: 25px;
    border-radius: 14px;
    text-align: center;
}

.stat-card h3 {
    color: #fff;
    font-size: 34px;
    margin: 0;
}

.stat-card p {
    margin: 8px 0 0;
    font-size: 14px;
    opacity: 0.9;
}

/* ===== TABLE ===== */
.table {
    margin-top: 20px;
    font-size: 14px;
}

.table th {
    /*! background: #1e73be; */
    /*! color: #fff; */
    text-align: center;
}

.table td {
    text-align: center;
}

/* ===== SIDEBAR ===== */
/* ===== STICKY SIDEBAR ===== */
.sticky-sidebar {
    position: sticky;
    top: 110px; /* header height */
}

/* ===== FORM CARD ===== */
.course-detail-bx {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 16px;
    box-shadow: 0 12px 45px rgba(0,0,0,0.12);
    border-top: 6px solid #1e73be;
}

/* ===== HEADING ===== */
.course-detail-bx .title-head {
    font-size: 26px;
    font-weight: 400;
    color: #1e73be;
    margin-bottom: 25px;
}

.course-detail-bx .title-head span {
    color: #1e73be;
}

/* ===== LABELS ===== */
.course-detail-bx label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
}

/* ===== INPUTS ===== */
.course-detail-bx .form-control {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 10px 14px;
    transition: 0.3s;
}

.course-detail-bx textarea.form-control {
    height: 10px;
}

.course-detail-bx .form-control:focus {
    border-color: #1e73be;
    box-shadow: 0 0 0 2px rgba(30,115,190,0.15);
}

/* ===== BUTTON ===== */
.course-detail-bx .button-md {
    width: 100%;
    background: #1e73be;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 14px;
    margin-top: 10px;
    border: none;
    transition: 0.3s;
}

.course-detail-bx .button-md:hover {
    background: #67A6F7;
    transform: translateY(-2px);
}
.student-corner-title h2{
	font-size:32px; 
	font-weight:500;
	color:#911e68;
}
.student-corner-title{
margin-bottom:40px;
}
.student-corner-section{
	padding:40px 0;
	background:#f5f5f5;
}

.student-corner-box{
	padding:0; 
	border-radius:10px; 
	background:#fff;
	color:#000; 
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	overflow: hidden;
}
.corner-box{
	background: #4164c5;
	padding:15px 20px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	color:#fff;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 991px) {
    .sticky-sidebar {
        position: static;
        margin-top: 30px;
    }
}



/*flowchart 1*/

/* FLOWCHART 1 – COMPACT & CLEAN (Matched with Flowchart 2) */

.neet-flow-wrapper{
    background:#fff;
    padding:30px 15px;
}

.neet-flow{
    max-width:760px;
    margin:0 auto;
    text-align:center;
}
.flowimg{
width: 450px;
height:450px;
align-items:center;
}
/* BOX STYLE */
.flow-box{
    display:inline-block;
    padding:8px 16px;
    border-radius:8px;
    font-weight:600;
    font-size:13px;
    line-height:1.3;
    margin:6px;
}

/* Subtitle */
.flow-box small{
    display:block;
    font-weight:400;
    font-size:11px;
    opacity:.9;
}

/* COLORS – same tone as flowchart 2 */
.flow-box.dark{
    background:#f1f3f6;
    color:#222;
}

.flow-box.red{
    background:#1e73be;
    color:#fff;
}

/* CONNECTOR LINE */
.flow-line{
    width:2px;
    height:22px;
    background:#ff2b1c;
    margin:6px auto;
}

/* ROW */
.flow-row{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin:4px 0;
}

/* SMALL ROW BOXES */
.flow-row.small .flow-box{
    font-size:12px;
    padding:7px 14px;
}

/* WHY MBBS SECTION */
.why-mbbs{
    max-width:680px;
    margin:35px auto 0;
    text-align:center;
}

.why-mbbs h3{
    font-weight:700;
    margin-bottom:12px;
}

.why-mbbs p{
    font-size:14px;
    line-height:1.6;
    color:#444;
}

/* MOBILE */
@media(max-width:768px){
    .flow-row{
        flex-direction:column;
        gap:6px;
    }
}

.best-badge{
	 position:absolute;
          top:5px;
          right:-8px;
          background:#f1c40f;
          color:#000;
          padding:5px 15px;
          font-weight:bold;
          border-radius:5px;
          transform: rotate(20deg);
          z-index:2;
          font-size:12px;
}
/*flowchart 2*/

.mbbs-flow-mini{
    background:#fff;
    max-width:600px;
    margin:30px auto;
    text-align:center;
    font-family:inherit;
}

.mini-box{
    display:inline-block;
    padding:6px 14px;
    font-size:13px;
    font-weight:600;
    border-radius:6px;
    margin:4px auto;
}

.mini-box.red{
    background:#1e73be;
    color:#fff;
}

.mini-box.gray{
    background:#f1f3f6;
    color:#222;
}

.mini-box.destiny{
    padding:7px 24px;
    font-size:14px;
}

.mini-line{
    display:block;
    font-size:16px;
    color:#ff2b1c;
    line-height:18px;
}

.mini-row{
    display:flex;
    justify-content:center;
    gap:10px;
    margin:6px 0;
}

/* Mobile */
@media(max-width:520px){
    .mini-row{
        flex-direction:column;
        gap:6px;
    }
}


/* adroad page*/

/* ================================
   MBBS ADMISSION ABROAD – CSS
   ================================ */

.abroad-content{
    background:#ffffff;
    padding:35px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

/* MAIN HEADING */
.abroad-content h2{
    font-size:30px;
    font-weight:700;
    color: #000;
    margin-bottom:18px;
}

/* SECTION HEADINGS */
.abroad-content h3{
    font-size:22px;
    font-weight:700;
    color:#000;
    margin-top:40px;
    margin-bottom:14px;
    position:relative;
    padding-left:16px;
}

.abroad-content h3::before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:6px;
    height:18px;
    background: #1e73be;
    border-radius:3px;
}

/* PARAGRAPH */
.abroad-content p{
    font-size:15px;
    line-height:1.9;
    color:#4b5563;
    margin-bottom:14px;
}

/* LIST STYLE */
.abroad-content ul{
    padding-left:0;
    margin-bottom:22px;
	list-style: none !important;
}

.abroad-content ul li{
    font-size:14.5px;
    line-height:1.8;
    color:#374151;
    margin-bottom:9px;
    position:relative;
    padding-left:26px;
}

.abroad-content ul li::before{
    content:"✔";
    position:absolute;
    left:0;
    top:2px;
    color:#0b5ed7;
    font-size:13px;
}

/* COUNTRY SECTION CARD */
.abroad-country{
    background:#f8fafc;
    border-left:5px solid #0b5ed7;
    padding:22px 25px;
    border-radius:10px;
    margin-bottom:35px;
}

/* HR */
.abroad-content hr{
    border:none;
    height:1px;
    background:#e5e7eb;
    margin:35px 0;
}
.b2b-list i{
	font-size:43px;
}
.b2b-sec{
	box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.student-corner-box ul li{
	font-size:13px;
	line-height: 21px;
	margin-bottom: 12px;
	color: #6a6a6a;
}
.price_cost{
	font-size: 25px;
}
/* ================================
   GLOBAL MOBILE RESPONSIVE FIX
   ================================ */

@media (max-width: 768px){

    /* CONTENT WRAPPERS */
    .domestic-content,
    .abroad-content{
        padding:20px;
        border-radius:10px;
    }

    /* HEADINGS */
    .domestic-content h2,
    .abroad-content h2{
        font-size:24px;
        line-height:1.3;
    }

    .domestic-content h3,
    .abroad-content h3{
        font-size:19px;
        margin-top:30px;
    }

    .domestic-content h4{
        font-size:17px;
    }

    /* PARAGRAPH & LIST */
    .domestic-content p,
    .domestic-content li,
    .abroad-content p,
    .abroad-content li{
        font-size:14px;
        line-height:1.7;
    }

    /* INFO BOX */
    .info-box{
        padding:16px;
        margin:20px 0;
    }

    /* STATS GRID */
    .stats-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .stat-card h3{
        font-size:28px;
    }

    /* SIDEBAR */
    .sticky-sidebar{
        position:static;
        top:auto;
        margin-top:30px;
    }

    .course-detail-bx{
        padding:22px 18px;
        border-radius:12px;
    }

    .course-detail-bx .title-head{
        font-size:22px;
    }

    /* FORM */
    .course-detail-bx .form-control{
        height:44px;
        font-size:14px;
    }

    .course-detail-bx textarea.form-control{
        height:90px;
    }

    .course-detail-bx .button-md{
        font-size:15px;
        padding:13px;
    }

    /* FLOWCHART 1 */
    .neet-flow-wrapper{
        padding:20px 10px;
    }

    .flow-row{
        flex-direction:column;
        gap:6px;
    }

    .flow-box{
        font-size:12px;
        padding:8px 14px;
    }

    /* FLOWCHART 2 */
    .mini-row{
        flex-direction:column;
        gap:6px;
    }

    .mini-box{
        font-size:12px;
        padding:6px 12px;
    }
}
	


.toggle{
  font-size:30px;
  border:1px solid black;
  border-radius:30px;
 display:inline-block;
 height:40px;
  width:40px;
  cursor:pointer;
}
.ico{
  margin-left:7px;
  margin-top:-4px;
}
.toggle:hover{
  -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);
}
.sidebar{
  position:fixed;
  width:300px;
  right:-500px;
  box-shadow:0px 0px 10px 3px black;
  background-color:#1a1a1a;
  border-left:1px solid black;
  height:100%;
  top:0px;
}
.sidebar h2{
  color:white;
  text-align:center;
  font-family: 'Muli', sans-serif;
}

.sidebar.active{
  right:0px;
}
.notibox{
  color:white;
  font-family: 'Muli', sans-serif;
  background-color:#0d0d0d;
  width:calc(100% - 60px);
  padding:15px;
  margin:15px;
  border-radius:4px;
  position:relative;
}
.cancel{
  position:absolute;
  right:7px;
  top:10px;
  cursor:pointer;
  padding:3px;
  padding-left:8px;
  padding-right:8px;
  border-radius:20px;
}
.cancel:hover{
  color:black;
  background-color:white;
}
.gone{
  display:none;
}


.news-container { 
position: relative; 
background: linear-gradient(110deg, #c5d3ff 60%, #93abf2 60%);
} 

.news-container .headertext { 
padding: 7px; 
background-color: #fff; 
color: #626060; 
font-weight: bold; 
} 

.news-container .headertext { 
position: absolute; 
top: 0; 
left: 0; 
z-index: 10; 
padding: 2px 12px;
background:#C8102E;
 color:#fff ;
} 

.news-container marquee { 
line-height: 1.5; 
} 

.news-container marquee p { 
margin: 0; 

} 
.news-container marquee{
width: 100%;
  color: #000;
}

/* Eligible Partnership  */

.eligible-section {
    background: linear-gradient(135deg, #f4f8ff, #ffffff);
}

/* Heading */
.section-heading h4 {
    font-size: 28px;
    font-weight: 700;
    color: #495057;
    margin-bottom: 10px;
}

.section-heading p {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 0;
}

/* Wrapper Box */
.eligible-wrapper {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(8px);
}

/* Each Item */
.eligible-item {
    display: flex;
    align-items: flex-start;
    padding: 18px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.eligible-item:not(:last-child) {
    margin-bottom: 20px;
}

/* Hover Effect */
.eligible-item:hover {
    background: #f0f6ff;
    border-left: 4px solid #0d6efd;
    transform: translateX(6px);
}

/* Icon */
.eligible-icon {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #0d6efd, #0056d2);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 14px;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}

/* Text */
.eligible-text {
    font-size: 15px;
    color: #343a40;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .section-heading h4 {
        font-size: 22px;
    }

    .eligible-wrapper {
        padding: 25px;
    }
}
/* Partnership Function  */

.partnership-function {
    background: linear-gradient(135deg, #faf7f9, #ffffff);
}

/* Section Title */
.function-title {
    font-size: 30px;
    font-weight: 700;
    color: #495057;
    letter-spacing: 0.5px;
}

/* Card Design */
.function-card {
    background: #ffffff;
    padding: 45px 25px;
    border-radius: 22px;
    text-align: center;
    position: relative;
    transition: all 0.35s ease;
    box-shadow: 0 12px 35px rgba(149, 25, 114, 0.08);
    height: 100%;
    border: 1px solid #f1e6ec;
}

.function-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(149, 25, 114, 0.18);
}

/* Step Badge */
.step-badge {
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #951972, #6f1254);
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 10px 25px rgba(149, 25, 114, 0.35);
}

/* Card Title */
.function-card h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #495057;
}

/* Description */
.function-card p {
    font-size: 15px;
    color: #495057;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .function-title {
        font-size: 24px;
    }
}
/* Game-Changer Section - Premium Style*/

.gamechanger-section {
    background: linear-gradient(135deg, #faf7f9, #ffffff);
}
/* Image Size Control */
.gamechanger-image img {
    width: 100%;
    max-width: 400px;     
    height: 300px;     
    object-fit: cover;     
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(149, 25, 114, 0.15);
    transition: all 0.4s ease;
}


.gamechanger-image img:hover {
    transform: scale(1.05);
}

/* Content Box */
.gamechanger-content {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

/* Title */
.gamechanger-title {
    font-size: 28px;
    font-weight: 700;
        color: #495057;
}

/* Text */
.gamechanger-text {
    font-size: 16px;
    color: #495057;
    line-height: 1.8;
}

/* Trophy Icon */
.gamechanger-text i {
    color: #951972;
}

/* Responsive */
@media (max-width: 768px) {
    .gamechanger-content {
        padding: 25px;
    }

    .gamechanger-title {
        font-size: 22px;
    }
}
/*   Professional CTA Section */

.cta-section {
    background: linear-gradient(135deg, #f8f9fb, #ffffff);
}

.cta-box {
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    transition: 0.3s ease;
}

.cta-box:hover {
    transform: translateY(-5px);
}

/* Title */
.cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #951972;
}

/* Paragraph */
.cta-text {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
}

/* Button */
.cta-btn {
    display: inline-block;
    background:#0d6efd;
    color: #ffffff;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #000000;
    color: #ffffff;
}

/* Divider Line */
.cta-divider {
    height: 2px;
    width: 80px;
    background: #951972;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.3;
}

/* Contact Text */
.contact-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
.join-content-bx a{
	color:#fff;
}

/* Email */
.mail {
    color: #951972;
    text-decoration: none;
}

.mail:hover {
    text-decoration: underline;
}
.rounded-4{
	border-radius: 20px;
}
/* Responsive */
@media (max-width: 768px) {
    .cta-box {
        padding: 30px 20px;
    }

    .cta-title {
        font-size: 22px;
    }
}

@media (max-width: 900px){
	.carousel-inner {
  height: auto;
}
}
  @media (min-width: 1900px){
	.container{
		max-width: 1700px;
	}
}
@media (max-width: 767px){
.banner-content h2 {
 font-size: 27px;
}	
.banner-content {
  top: 5%;
  left: 10%;
  padding: 1%;
}
.banner-content p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.banner-content h2 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom:0px;
}
.banner-content {
top: 36%;
left: 8%;
padding: 2%;
width: 85%;
}
.banner-content img{
	width:25px;
	height:25px;
}
.carousel-inner {
  height: auto;
}
.carousel-control-next, .carousel-control-prev{
	display:none;
}
.join-content-bx h2 {
  font-size: 29px;
  line-height: 38px;
}
.banner-content .btn{
	text-align:center;
}
.page-banner {
  padding-bottom: 0;
  height: 82px;
}
.section-sp2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pt-logo img {
  width: 300px;
}
.banner-content .btn{
	padding:5px;
}
.carousel-indicators{
	display:none;
}
}
 @media (min-width: 1900px){
.container {
  max-width: 1760px;
}
}

