@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manuale:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* animation */

/* @keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
} */

/* animation--end */
/* Common button styles */


.sideEnquiry {
  z-index: 9999;
}
.top-sec {
    background-color: #1c286a;
    width: 100%;
    display: table;
    padding: 10px;
    text-align: center;
}
.head6 {
    -webkit-animation: head6_animate 2s infinite;
    -moz-animation: head6_animate 2s infinite;
    animation: head6_animate 2s infinite;
    font-size: 20px;
line-height:22px;
    font-weight: 700;
}

@keyframes head6_animate{
20% {
    color: #ffffff;
}

40% {
    color: #efc603;
}
60% {
    color: #ffffff;
}
80% {
    color: #efc603;
}
100% {
    color: #ffffff;
}}


.side-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.side-btn i {
  margin-right: 6px;
}

.side-btn.call {
  background: #28a745;
  /* Green for Call */
}

.side-btn.enquiry {
  background: #D8325A;
  /* Pink/Red for Enquiry */
}

.side-btn:hover {
  opacity: 0.9;
}




/* 🔹 Mobile View (bottom bar) */
@media (max-width: 768px) {
  .sideEnquiry {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
  }

  .side-btn {
    flex: 1;
    text-align: center;
  }
}

/* 🔹 Desktop View (right side vertical bar) */
@media (min-width: 769px) {
  .sideEnquiry {
    position: fixed;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    transform: rotate(270deg);
  }

  .side-btn {
    width: 160px;
    text-align: left;
    justify-content: flex-start;
    padding: 12px 16px;
  }
}


.whats_app {
  position: fixed;
  bottom: 85px;
  right: 10px;
  background-color: #25d366;
  color: white;
  font-size: 28px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}

.whats_app:hover {
  background-color: #20b358;
  transform: scale(1.1);
}

/* optional show/hide animation */
.whats_app.hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.4s ease;
}

.whats_app.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.extra-text {
  display: none;
}

.widget-title h3 {
  display: inline-block;
  position: relative;
  color: #323232;
}

.common_btn {
  padding: 8px 18px;
  font-size: 18px;
  line-height: 24px;
  color: #2A2C7B;
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 10px;
  border: 1px solid #ffffff;
}

.common_btn:hover {
  background-color: #fff;
  color: #2A2C7B;
  border: 1px solid #2A2C7B;
}

.zIndex2 {
  z-index: 2;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-900 {
  font-weight: 900;
}

.font-weight-400 {
  font-weight: 400;
}

/*== HEADER CSS START ==*/

.logo__right .logo_text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  color: #323232;
  display: flex;
  justify-content: end;
  align-items: center;
}

.content_bnr-flex h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 40.2218px;
  line-height: 67px;
  color: #FFFFFF;
}

.dsu-addmission .gradient-text {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 44px;
  line-height: 1;
  padding-bottom: 3px;
  margin-bottom: 5px;
  margin-left: 0px;
  color: #ffff;
}

/*== BANNER CSS START ==*/
.dsu-form {
  position: relative;
  width: 100%;
  max-width: 390px;
  float: right;
  padding: 1rem .5rem;
  margin: 0px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  margin-top: -2rem;
  background-color: #2A2C7B;
  border-radius: 6px;
  border: 1px solid #fff;
}

.banner h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 45px;
  letter-spacing: 0.01em;
  color: white;
  /* <-- make visible */
  display: inline-block;
  backdrop-filter: blur(20px);
  padding: 0px 10px;
  background: rgba(42, 44, 123, 0.6);
  border-radius: 100px;
  margin-bottom: 10px;
}


.frmBg {
  position: relative;
  text-align: center;
}

.frmBg h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.applyBox {
  margin: 6.5rem 0 5rem;
  width: 22rem;
  float: right;
  text-align: center;
}

.contact_fild {
  padding: 0rem 1rem;
}

.contact-fild-box .form-control,
.contact-fild-box .form-select {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 12px;
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: #ffffff !important;
  background-color: #ffffff41;
  border: none;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}



.form-group {
  margin-bottom: 0px;
}

.btn_submit {
  background-color: #ffffff;
  color: #2A2C7B;
  font-size: 17px;
  border-radius: 0.5rem;
  padding: 7px 4rem;
  width: 100%;
}

/* .btn_submit:hover {
  background-color: var(--bg-yellow);
  color: var(--text-dark);
} */

.contact-fild-box {
  margin-bottom: 0px;
  position: relative;
}

.contact-fild-box.text-center {
  margin-bottom: 0px;
}

.dsu-addmission {
  margin-top: 20%;
  display: block;
  padding: 0px;
}

.formIDfid {
  padding: 0 0px;
}

.contact-fild-box .form-control option {
  color: #000;
}

.dsu-addmission .content_bnr-flex .mbaText p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative;
}

.dsu-addmission .content_bnr-flex .mbaText p::after {
  width: 100px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
}

.dsu-addmission .pay_text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.dsu-addmission .banner_img_logo {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  padding: 10px 0;
}

.dsu-addmission .banner_img_logo::after {
  content: '';
  position: absolute;
  width: 580px;
  height: 100%;
  background-color: #ffffff;
  left: -250px;
  top: 0;
  border-radius: 0px 90px 90px 0px;
  z-index: -1;
}

.dsu-addmission .banner_img_logo p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  /* or 111% */
  letter-spacing: 0.01em;
  color: #323232;
}

/*== BANNER CSS end ==*/

.cumu-list ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.extra_div {
  background-color: #2A2C7B;
  position: relative;
  border-radius: 12px;
}

.extra_div::after {
  position: absolute;
  content: "";
  background-image: url(../images/girl.png);
  bottom: 0;
  right: 11%;
  transform: translateX(51%);
  background-repeat: no-repeat;
  width: 227px;
  background-size: cover;
  height: 320px;
}



/* .cumu-list ul {
  overflow-y: scroll;
  height: 350px;
} */

.cumu-list ul::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.cumu-list ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

/* Handle */
.cumu-list ul::-webkit-scrollbar-thumb {
  background: #D8D8D8;
  border-radius: 10px;
}

/* Handle on hover */
.cumu-list ul::-webkit-scrollbar-thumb:hover {
  background: #fe0000;
}

.affiliated__dv .affiliat-list {
  padding: 10px 15px;
}


.affiliated__dv .affiliat-list ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
  padding-bottom: 10px;
}



.content__col h3 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 13px;
}

.about-section {
  background-image: url(../images/robobg1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ranked__dv {
  background-image: url(../images/rankedBg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.award_div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.award-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  min-width: 250px;
}

.laurel {
  width: 40px;
}

.award-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  gap: 5px;
}

.school-icon {
  width: 35px;
  margin-bottom: 5px;
}

.award-text p {
  margin: 0;
  font-size: 15px;
  color: #000;
  line-height: 1.3;
}

.award-text strong {
  font-weight: 700;
}


.ai_Course .ai_extra {
  background-image: url(../images/aiBg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  border-radius: 20px;
}

.ai_Course .info-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-height: 150px;
}

.ai_Course .info-number {
  background: #2A2C7B;
  /* dark blue */
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0;
}

.ai_Course .info-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.ai_Course .info-content h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: start;
  letter-spacing: 0.01em;
  color: #323232;
}

.ai_Course p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #323232;
}


.eligibility_sec {
  background: #2A2C7B;
}

.eligibility_sec .eligibility-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  min-height: 80px;
}

.eligibility_sec .bodder {
  border-right: 2px solid #ffffff;
}

.eligibility_sec .eligibility-content .eligi_text h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  text-align: start;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.eligibility_sec .eligibility-content img {
  width: 45px;
}

.eligibility_sec .eligibility-content .eligi_text p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #EEF8F9;
}


.salient_features .salient_div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin: 10px 0;
}

.salient_features .salient_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background-color: #F5F5F5;
  padding: 20px;
  background: #F5F5F5;
  border-radius: 8px;
  width: 100%;
}

.salient_features .salient_box:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: translateY(-5px);
  background-color: #2A2C7B;
}

.salient_features .salient_box:hover img {
  filter: brightness(0) invert(1);
}

.salient_features .salient_box p {
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #323232;
}

.salient_features .salient_box:hover p {
  color: #fff;
}

.track_record_sec {
  background-image: url(../images/tractbg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.track_record_sec .track_box {
  background: #2A2C7B;
  border-radius: 0px 20px;
  padding: 20px 10px;
  width: 100%;
  min-height: 115px;
  border: 2px solid #2A2C7B;
  margin: 10px 0;
  transition: all 0.3s ease;
}

.track_record_sec .track_box:hover {
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  transform: translateY(-5px);
}

.track_record_sec .track_box h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.track_record_sec .track_box p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #EEF8F9;
}


.testimonial_sec {
  background-image: url(../images/testibg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.testimonial_sec .testimonial {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 30px;
  color: #fff;
  gap: 20px;
  position: relative;
}



.testimonial_sec .testimonial::before {
  position: absolute;
  content: '';
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  right: 10px;
  top: 0;
}

.testimonial_sec .profile {
  text-align: center;
  min-width: 150px;
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 20px;
}

.testimonial_sec .profile img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 8px;
}

.testimonial_sec .profile h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.testimonial_sec .profile p {
  margin: 0;
  font-size: 12px;
  color: #ddd;
}

.testimonial_sec .testimonial-text p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
}


.awards_sec .award_text {
  background-color: #2A2C7B;
  padding: 20px;
  border-radius: 30px;

}

.awards_sec .award_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
}


.placement-sec {
  background-color: #2A2C7B;
}

.placement-sec .placement_logo {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px
}

.placement-sec .placement_logo img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  padding: 10px;
}

/*== courses__section css start ==*/

/* width */

/* Track */

/* Handle */

/* Handle on hover */

/* black */

/* black */

/* black */

/* black */

/* black */

/* black */

/* black */

/* programs__offered-end*/

/*== courses__section css close ==*/

/*== Footer css start ==*/
.footer {
  font-size: 14px;
  background-color: #323232;
}

.footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

/*Profile card classes*/