@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
}

.top-navbar {
  background-color: rgb(60, 0, 18);
  text-align: center;
  padding: 3px;
  display: none;
}

.top-navbar .top-contact-details {
  color: white;
  text-decoration: none;
}

.top-navbar .top-contact-details i {
  margin-right: 5px;
}

.navbar-brand img {
  width: 160px;
}

.fifteen-years {
  width: 7rem;
  height: auto;
}

.contact-details {
  text-decoration: none !important;
  color: rgb(51, 51, 51);
  font-size: 18px;
}

.contact-details:hover {
  color: rgb(152, 1, 46);
}

.contact-details i {
  color: rgb(152, 1, 46);
  margin-right: 5px;
}

.btn1 {
  background: rgb(152, 1, 46);
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid rgb(152, 1, 46);
  transition: 0.3s ease;
}

.btn1:hover {
  background: #ffc858;
  border-color: #ffc858;
  color: #000;
}

.btn2 {
  background: transparent;
  color: rgb(152, 1, 46);
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid rgb(152, 1, 46);
  transition: 0.3s ease;
}

.btn2:hover {
  background: #ffc858;
  color: #000;
}

/* Hero Section Css Start  */

.hero {
  background: url("../image/slider/slider-1.jpg") center/cover no-repeat;
  /* min-height: 100vh; */
}

.overlay {
  padding: 50px 0px;
  display: flex;
  align-items: center;
  background-color: #98012ed4;
}

.overlay-content {
  color: #fff;
}
.shi-heading {
  font-weight: 800;
  font-size: 36px;
}
.overlay-content h1 {
  font-weight: 800;
  font-size: 36px;
}

.overlay-content h4 {
  color: #ffc857;
  font-weight: 700;
}

.overlay-content p {
  color: #fff;
}

.courses {
  border: 1px solid #ffc857;
  margin: 20px 0;
  padding: 15px 15px 0px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}
.details {
  border-left: 3px solid rgb(255, 200, 87);
}
.right-form {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  max-width: 450px;
  width: 100%;
}
.right-form iframe {
  height: 563px;
}

/* About Section Css */

.about-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.content-box {
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.content-box .count {
  color: rgb(152, 1, 46);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.content-box .label {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 5px solid rgb(152, 1, 46);
}

/* About Section Css End*/




/* Awared Section Css Start  */
.rank-section{
  background:#fff;
}

.rank-card{
  background:#98012e;
  border:2px solid #ffc858;
  padding:30px 22px;
  text-align:center;
  height:100%;
  border-radius: 10px;
  transition:all 0.35s ease;
}

.rank-card img{
  width:55px;
  margin-bottom:15px;
}

.rank-card h3{
  color:#fff;
  font-size:26px;
  font-weight:600;
  margin-bottom:10px;
}

.rank-card h3 sup{
  font-size:14px;
}

.rank-card p{
  color:#fff;
  font-size:15px;
  line-height:1.6;
}

/* Hover Effect */
.rank-card:hover{
  transform:translateY(-10px);
  box-shadow:0 15px 35px rgba(0,0,0,0.25);
}


/* Awared Section Css end  */



.eng-modern-section {
  background: rgb(152, 1, 46);
  padding: 90px 0;
}

.section-title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}

.section-subtitle {
  text-align: center;
  color: #ffc857;
  font-size: 18px;
  margin-bottom: 60px;
}

/* Card */
.eng-top-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
  transition: 0.4s;
}

.eng-top-card:hover {
  transform: translateY(-8px);
}

.eng-top-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.eng-top-content {
  padding: 25px;
}

.eng-top-content h3 {
  color: rgb(152, 1, 46);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.eng-top-content p {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}

/* Mobile */
@media (max-width: 768px) {
  .eng-top-img img {
    height: 180px;
  }
}




.why-title {
  font-size: 36px;
  color: rgb(152, 1, 46);
}

.why-subtitle {
  font-size: 18px;
  color: #555;
  max-width: 800px;
  margin: auto;
}

.why-card {
  background: #fff;
  padding: 20px 17px 10px;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.4s;
  border-top: 4px solid rgb(152, 1, 46);
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.15);
}

.why-icon {
  font-size: 36px;
  color: rgb(152, 1, 46);
  margin-bottom: 15px;
}

.why-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.why-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}


.about-container h2 {
  text-align: center;
  color: #8c2241;
 
}
.about img {
  width: 160px;
}
.about-image {
  display: flex;
  justify-content: center;
  align-items: center;
}


.labs-title{
  font-size:36px;
  font-weight:800;
  color:rgb(152,1,46);
}

.labs-subtitle{
  font-size:18px;
  color:#555;
  max-width:800px;
  margin:auto;
}

.labs-list{
  list-style:none;
  padding:0;
  margin:0;
}

.labs-list li{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 18px;
  margin-bottom:14px;
  border-radius:12px;
  background:#f8f8f8;
  font-size:16px;
  font-weight:500;
  color:#222;
  transition:0.3s;
}

.labs-list li i{
  color:rgb(152,1,46);
  font-size:18px;
  min-width:24px;
}

.labs-list li:hover{
  background:#fff;
  box-shadow:0 8px 25px rgba(0,0,0,0.1);
  transform:translateX(6px);
}

/* Slider */
.labsSwiper{
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

.labsSwiper img{
  width:100%;
}

/* Pagination color */
.swiper-pagination-bullet{
  background:#ffc857;
  opacity:1;
}

.swiper-pagination-bullet-active{
  background:rgb(152,1,46);
}

/* Mobile */
@media(max-width:768px){
}



.industry-section {
  padding: 80px 5%;
  background: url(../image/bg-image-funding.png);
      background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.industry-section h2 {
  text-align: center;
  margin-bottom: 50px;
  color: rgb(152, 1, 46);
}
.industry-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT SIDE */
.industry-left {
  flex: 1;
}

/* .industry-left h2 {
  font-size: 36px;
  margin-bottom: 40px;
  color: #042f66;
} */

.industry-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.industry-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 0px rgb(140 34 65);
  transition: 0.3s;
}

.industry-card:hover {
  transform: translateY(-5px);
}

.industry-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #8c2241;
}

.industry-card p {
  font-size: 14px;
  color: #555;
}

/* RIGHT SIDE FUNDING BOX */
.industry-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.fund-box {
  background: rgb(152, 1, 46);
  color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(4, 47, 102, 0.2);
  transition: 0.3s;
}

.fund-box:hover {
  transform: translateY(-5px);
  background: #ffaf0c;
}

.fund-box h3 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 700;
}

.fund-box p {
  font-size: 14px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
  .industry-container {
    flex-direction: column;
  }
}

.placement-section {
  padding: 80px 20px;
  /* background:rgb(152,1,46); */
  text-align: center;
}

.placement-section h2 {
  color: rgb(152, 1, 46);
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 40px;
}

/* .placementSwiper{
  max-width:1200px;
  margin:auto;
} */

.placementSwiper .swiper-slide {
  /* background:#fff; */
  border-radius: 12px;
  /* padding:15px; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.placementSwiper img {
  width: 100%;
  /* height:120px; */
  object-fit: contain;
}

/* Recruiters CSS Start  */

.recruiters {
  background-color: rgb(152, 1, 46);
  padding: 50px 0px;
}
.recruiters h2 {
  text-align: center;
  color: rgb(152, 1, 46);
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Recruiters CSS End */

/* Funding Section Css  */

.funding-section {
  position: relative;
  padding: 70px 15px;
  background-image: url(../image/bg-image-funding.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.funding-title {
  color: rgb(152, 1, 46);
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px !important;
  text-align: left;
}
.funding-card,
.funding-stat {
  background: #fff;
  padding: 15px 15px;
  border-radius: 14px;
  height: 100%;
  box-shadow: 0 0px 5px 1px #ffc858;
  transition: all 0.3s ease;
}

.funding-card:hover,
.funding-stat:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.funding-card h3,
.funding-stat h3 {
  color: rgb(152, 1, 46);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
}

.funding-card p,
.funding-stat p {
  font-size: 15px;
  color: #000;
  margin: 0;
  font-weight: 500;
}

.funding-right {
  background: #fff;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 0 0px 5px 1px #ffc858;
}

.funding-right h2 {
  color: rgb(152, 1, 46);
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 22px;
}

.funding-right ul {
  padding-left: 0;
  list-style: none;
}

.funding-right ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #000;
}

.funding-right ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: rgb(152, 1, 46);
}
.funding-section .row {
  text-align: left;
}

/* Funding Section Css  End*/

/* Accordion CSS Start  */

.accordion h2 {
  text-align: center;
  color: rgb(152, 1, 46);
}

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.3rem;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  background-color: white;
  margin-bottom: 5px;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: rgb(152, 1, 46);
}

.accordion a:hover::after {
  border: 1px solid rgb(152, 1, 46);
}

.accordion a.active {
  color: rgb(152, 1, 46);
  border-bottom: 2px solid rgb(152, 1, 46);
}

.accordion a::after {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: rgb(152, 1, 46);
  padding: 3px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgb(152, 1, 46);
  text-align: center;
}

.accordion a.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f070";
  color: rgb(152, 1, 46);
  border: 1px solid rgb(152, 1, 46);
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
  background-color: white;
  margin-bottom: 10px;
}

.accordion .content p {
  font-weight: 400;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

/* Accordion CSS End */

/* Footer Css Start  */

.sce-footer {
  background: linear-gradient(135deg, rgb(152, 1, 46), #910736);
  color: #ffffff;
}

.footer-logo {
  width: 160px;
}
.sce-footer h4 {
  color: #ffcc00;
  font-size: 18px;
  margin-bottom: 12px;
}

.footer-title {
  color: #ffc857;
  font-size: 18px;
  margin-bottom: 12px;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.footer-list a:hover {
  color: #ffc857;
}

.small-footer {
  color: #fff;
  font-size: 16px;
}

.years-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 15px;
  border-radius: 10px;
}

.years-badge img {
  width: 45px;
}

.years-badge span {
  color: #ffc857;
  font-weight: 600;
}

.footer-bottom {
  background: #74042a;
  color: #ffffff;
  text-align: center;
}

.footer-bottom p {
  color: #ffffff;
  padding: 12px 10px;
  margin: 0;
  font-size: 14px;
}

.sce-footer a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.sce-footer a:hover {
  color: #ffc857;
}

/* Footer Css End  */

.enquire-btn-bottom {
  position: fixed;
  top: 50%;
  right: -32px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
}
