/* About us */
.about-feature-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  height: 100%;
  border: 1px solid #f2f2f2;
}

.about-feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.about-feature-box i {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #ed407a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.about-feature-box span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56em;
}

.about-quote {
  background: #a946bb;
  padding: 30px;
  color: #fff;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

.about-quote i {
  font-size: 38px;
  margin-bottom: 15px;
  opacity: 0.3;
}

.about-quote p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}

.about-img-wrap {
  position: relative;
  display: inline-block;
}

.established-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, #ed407a, #a946bb);
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  z-index: 5;
  animation: floatBadge 3s ease-in-out infinite;
}

.established-badge span {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.established-badge h3 {
  margin: 5px 0 0;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

@keyframes floatBadge {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}
/* About us */
/*VISION mision */
.mv-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.mv-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 150px;
  height: 150px;
  animation: rotateText 12s linear infinite;
}

.mv-badge svg {
  width: 100%;
  height: 100%;
}

.mv-badge text {
  fill: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mv-center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #ed407a, #aa47bc);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  box-shadow: 0 10px 25px rgba(170, 71, 188, 0.35);
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.mv-section {
  background: #fff;
}

.mv-img {
  overflow: hidden;
  border-radius: 20px;
}

.mv-img img {
  width: 100%;
  transition: 0.5s;
}

.mv-img:hover img {
  transform: scale(1.06);
}

.mv-card {
  background: #fff;
  border-left: 5px solid #ed407a;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.mv-card:hover {
  transform: translateY(-8px);
  border-left-color: #aa47bc;
  box-shadow: 0 18px 40px rgba(170, 71, 188, 0.18);
}

.mv-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ed407a, #aa47bc);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.mv-card h2 {
  color: #aa47bc;
}

.mv-card p {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .mv-card {
    padding: 25px;
  }

  .mv-card h2 {
    font-size: 26px;
  }
}
/* vision and mision */
.milestone-section {
  background: #f8f9fc;
}

.premium-card {
  background: #fff;

  border-radius: 22px;

  padding: 35px;

  position: relative;

  overflow: hidden;

  transition: 0.4s;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.top-bar {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 6px;

  background: linear-gradient(90deg, #ed407a, #aa47bc);
}

.card-header-area {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 20px;
}

.icon-box {
  width: 70px;

  height: 70px;

  border-radius: 20px;

  background: linear-gradient(135deg, #ed407a, #aa47bc);

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 28px;

  box-shadow: 0 12px 30px rgba(170, 71, 188, 0.25);
}

.number {
  font-size: 60px;

  font-weight: 800;

  color: #f0f0f0;

  line-height: 1;
}

.premium-card h4 {
  color: #aa47bc;

  font-weight: 700;

  margin-bottom: 15px;
}

.premium-card p {
  margin: 0;

  line-height: 1.8;

  color: #666;
}

.premium-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(170, 71, 188, 0.18);
}

.premium-card:hover .icon-box {
  transform: rotate(-8deg) scale(1.08);

  transition: 0.4s;
}

@media (max-width: 991px) {
  .number {
    font-size: 42px;
  }

  .icon-box {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }

  .premium-card {
    padding: 25px;
  }
}
/* management Message box (optional improvement) */
.management_message {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #ed407a;
}

.team_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 50px;
}

.team_card {
  position: relative;
  overflow: hidden;
}

.team_img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.team_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.5s;
}

.team_overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 40, 80, 0.45);
  opacity: 0;
  transition: 0.5s;
}

.team_card:hover img {
  transform: scale(1.08);
}

.team_card:hover .team_overlay {
  opacity: 1;
}

.team_info {
  width: 85%;
  margin: -45px auto 0;
  background: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 22px 15px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.team_info span {
  font-size: 17px;
}

.team_icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: #e53935;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

@media (max-width: 992px) {
  .team_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team_img img {
    height: 360px;
  }
}

@media (max-width: 576px) {
  .team_grid {
    grid-template-columns: 1fr;
  }

  .team_img img {
    height: 350px;
  }
}
/* management message */
/* ===== PRINCIPAL SECTION DESIGN ===== */
.principal-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* soft gradient background */
.principal-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #ed407a33, transparent);
  top: -80px;
  left: -80px;
}

.principal-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #aa47bc33, transparent);
  bottom: -80px;
  right: -80px;
}

/* image box */
.principal-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.principal-img img {
  width: 100%;
  transition: 0.5s ease;
}

.principal-img:hover img {
  transform: scale(1.08);
}

/* glow border effect */
.principal-img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  background: linear-gradient(45deg, #ed407a, #aa47bc) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s;
}

.principal-img:hover::after {
  opacity: 1;
}

/* text card */
.principal-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
  border-left: 4px solid #ed407a;
}

.principal-card:hover {
  transform: translateY(-8px);
  border-left: 4px solid #aa47bc;
}

/* title */
.principal-title {
  background: linear-gradient(90deg, #ed407a, #aa47bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* signature */
.signature {
  margin-top: 20px;
  font-weight: 600;
  color: #aa47bc;
}

/* fade animation */
.fade-up {
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Principal message */

/* Eligibility */
.eligibility-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  height: 100%;
  border-top: 5px solid #ed407a;
}

.eligibility-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 45px rgba(237, 64, 122, 0.18);
}

.card-header-custom {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.card-header-custom i {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #ed407a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  margin-right: 15px;
}

.card-header-custom h4 {
  margin: 0;
  font-weight: 700;
}

.eligibility-item h5 {
  color: #aa47bc;
  font-weight: 700;
}

.eligibility-item ul {
  padding-left: 18px;
}

.eligibility-item li {
  margin-bottom: 8px;
}

.info-box {
  display: flex;
  align-items: flex-start;
  background: #fff5fa;
  border-left: 4px solid #ed407a;
  padding: 14px 16px;
  border-radius: 10px;
  margin-top: 15px;
}

.info-box i {
  color: #ed407a;
  margin-right: 12px;
  margin-top: 3px;
}

.requirements-box {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.requirements-box h3 {
  color: #aa47bc;
  font-weight: 700;
}

.requirement-item {
  display: flex;
  align-items: center;
  padding: 18px;
  background: #fff7fb;
  border-radius: 12px;
  transition: 0.3s;
  height: 100%;
}

.requirement-item:hover {
  background: #e91e63;
  color: #fff;
  transform: translateY(-5px);
}

.requirement-item:hover i {
  color: #fff;
}

.requirement-item i {
  color: #ed407a;
  font-size: 24px;
  margin-right: 15px;
}

.note-box {
  background: linear-gradient(135deg, #ed407a, #aa47bc);
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  font-size: 16px;
  animation: pulseNote 2.5s infinite;
}

@keyframes pulseNote {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}
/* Eligibility */
/*==============================
Course Duration
===============================*/

.course-duration-section {
  position: relative;
}

.course-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 45px 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  transition: 0.45s;
  border: 1px solid #eee;
}

.course-card::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, #ff6b6b, #4e73df);
  border-radius: 50%;
  top: -170px;
  right: -170px;
  transition: 0.5s;
  opacity: 0.08;
}

.course-card:hover::before {
  transform: scale(2);
}

.course-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.course-icon {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff476c, #aa47bc);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  margin-bottom: 15px;
  animation: floatIcon 3s ease-in-out infinite;
}

.course-years {
  width: 120px;
  height: 120px;
  margin: 10px auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #00c6ff);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.course-years span {
  font-size: 45px;
  line-height: 45px;
}

.course-card h3 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
}

.course-card p {
  font-size: 17px;
  color: #666;
  margin: 0;
}

@keyframes floatIcon {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

/* glowing animation */

.course-years {
  animation: pulseGlow 2.5s infinite;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 rgba(13, 110, 253, 0.4);
  }

  50% {
    box-shadow: 0 0 25px rgba(13, 110, 253, 0.45);
  }

  100% {
    box-shadow: 0 0 0 rgba(13, 110, 253, 0.4);
  }
}

/* Mobile */

@media (max-width: 767px) {
  .course-card {
    padding: 35px 20px;
  }

  .course-years {
    width: 100px;
    height: 100px;
  }

  .course-years span {
    font-size: 38px;
  }

  .course-card h3 {
    font-size: 24px;
  }
}
/* Course Duriation */
/*=============================
 College Timing Section
==============================*/

.college-timing-section {
  position: relative;
}

.timing-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px 25px;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  height: 100%;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

.timing-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #9c27b0;
  transform: scaleX(0);
  transition: 0.4s;
}

.timing-card:hover::before {
  transform: scaleX(1);
}

.timing-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.timing-card .icon {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  background: #fcf0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.timing-card .icon i {
  font-size: 34px;
  color: #ed407a;
  transition: 0.4s;
}

.timing-card:hover .icon i {
  transform: rotateY(360deg);
}

.timing-card h4 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}

.timing-card .time {
  font-size: 20px;
  font-weight: 700;
  color: #9c27b0;
  margin-bottom: 18px;
}

.timing-card p {
  margin: 0;
}

.timing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timing-list li {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
}

.timing-list li:last-child {
  border: none;
}

.timing-note {
  background: #fff8e8;
  border-left: 6px solid #ffc107;
  border-radius: 15px;
  padding: 10px;
}

.note-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #b36b00;
}

.note-title i {
  margin-right: 10px;
}

.timing-note ul {
  margin: 0;
  padding-left: 20px;
}

.timing-note li {
  margin-bottom: 15px;
  font-size: 17px;
}

.schedule-info {
  background: #f7fbff;
  border-radius: 20px;
  padding: 20px;
}

.schedule-icon {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  background: #9c27b0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-icon i {
  color: #fff;
  font-size: 42px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}
/* working days */
/*=====================================
        CONTACT PAGE
======================================*/

.contact-section {
  position: relative;
  overflow: hidden;
}

/* Background Shape */

.contact-section::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #e91e630d;
  top: -120px;
  right: -120px;
  animation: moveShape 8s ease-in-out infinite;
}

@keyframes moveShape {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

/*==========================
 Contact Cards
===========================*/

.contact-card {
  background: #fff;
  border-radius: 18px;
  padding: 10px 25px;
  text-align: center;
  height: 100%;

  border: 1px solid #ececec;

  transition: 0.35s;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.contact-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.card-icon {
  width: 75px;
  height: 75px;

  margin: auto;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #aa47bc3d;

  margin-bottom: 20px;

  transition: 0.4s;
}

.card-icon i {
  color: #e91e63;

  font-size: 28px;

  transition: 0.5s;
}

.contact-card:hover .card-icon {
  background: #e91e63;
}

.contact-card:hover .card-icon i {
  color: #fff;

  transform: rotate(360deg);
}

.contact-card h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.contact-card a {
  display: block;
  margin-bottom: 10px;
  transition: 0.3s;
}

.contact-card a:hover {
  color: #e91e63;
}

/*==========================
 Image
===========================*/

.contact-image {
  text-align: center;
}

.contact-image img {
  max-width: 100%;

  animation: floatImage 4s ease-in-out infinite;
}

@keyframes floatImage {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

/*==========================
 Form
===========================*/

.contact-form-box {
  background: #fff;

  border-radius: 20px;

  padding: 20px 25px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.contact-form-box h3 {
  margin-bottom: 30px;
}

.contact-form-box .form-control {
  height: 55px;

  border-radius: 12px;

  border: 1px solid #ddd;

  box-shadow: none;

  padding: 15px;

  transition: 0.3s;
}

.contact-form-box textarea.form-control {
  height: auto;

  resize: none;
}

.contact-form-box .form-control:focus {
  border-color: #e91e63;

  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.08);
}

.contact-form-box button {
  border: none;

  transition: 0.35s;
}

.contact-form-box button:hover {
  transform: translateY(-4px);
}

/*==========================
 Map
===========================*/

.map-box {
  border-radius: 20px;

  overflow: hidden;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  .contact-image {
    margin-bottom: 40px;
  }

  .contact-form-box {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .contact-card {
    padding: 25px;
  }

  .card-icon {
    width: 65px;

    height: 65px;
  }

  .card-icon i {
    font-size: 24px;
  }

  .contact-form-box {
    padding: 25px;
  }

  .map-box iframe {
    height: 300px;
  }
}
/* contact us */

/* ============================================================== 
     # Department Tabs 
=================================================================== */

.department-tabs .nav.nav-tabs {
  margin: 0;
  border: none;
}

.department-tabs .tab-navs li {
  width: 100%;
  margin-bottom: 10px;
}

.department-tabs .tab-navs li i {
  font-size: 30px;
  margin-right: 15px;
  position: relative;
  float: left;
  top: -2px;
  color: #ffd300;
}

.department-tabs .tab-navs li button {
  padding: 18px 30px;
  background: var(--white);
  border: 1px solid #e7e7e7;
  display: block;
  width: 100%;
  border-radius: 5px;
  color: var(--color-heading);
  text-align: left;
  font-weight: 600;
  font-size: 17px;
}

.department-tabs .tab-navs li button.active {
  background: var(--color-primary);
  border-color: transparent;
  color: var(--white);
}

.department-tabs .heading h4 {
  font-weight: 600;
  margin-bottom: 25px;
}

.department-tabs .tab-content .thumb {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.department-tabs .tab-content .thumb img {
  border-radius: 10px;
}

.department-tabs .tab-content h3 {
  text-transform: capitalize;
  font-weight: 600;
}

.department-tabs .tab-content .opening-info {
  padding: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.department-tabs .tab-content .opening-info h4 {
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.department-tabs .tab-content .opening-info h4::after {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.department-tabs .tab-content .opening-info h4::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
}

.department-tabs .tab-content .opening-info li {
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font-default);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-gray);
  border-radius: 10px;
  margin: 5px 0;
}

.department-tabs .tab-content .opening-info li:nth-child(2n) {
  background: #e4ebeb;
}

.department-tabs .tab-content .opening-info li .pull-right {
  padding: 0 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.department-tabs .tab-content .opening-info li .pull-right.closed {
  background: var(--color-primary);
  color: var(--white);
}

@media (min-width: 1400px) {
  .department-tabs .container > .row {
    --bs-gutter-x: 60px;
  }
}
/*=====================================
        DEPARTMENT TABS
======================================*/

.department-tabs .tab-navs {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.department-tabs .heading {
  margin-bottom: 25px;
}

.department-tabs .heading h4 {
  font-size: 24px;
  font-weight: 700;
}

/* Tabs */

.department-tabs .nav-tabs {
  border: none;
  display: block;
}

.department-tabs .nav-item {
  width: 100%;
  margin-bottom: 12px;
}

.department-tabs .nav-link {
  width: 100%;

  text-align: left;

  border: none;

  border-radius: 14px;

  padding: 18px 20px;

  font-size: 16px;

  font-weight: 600;

  color: #555;

  background: #f8f9fa;

  transition: all 0.35s ease;

  position: relative;

  overflow: hidden;
}

/* Left Blue Line */

.department-tabs .nav-link::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 5px;

  height: 100%;

  background: #0d6efd;

  transform: scaleY(0);

  transition: 0.35s;
}

/* Hover */

.department-tabs .nav-link:hover {
  background: #9c27b0;
  color: #ffffff;
  padding-left: 28px;
}

.department-tabs .nav-link:hover::before {
  transform: scaleY(1);
}

/* Active */

.department-tabs .nav-link.active {
  background: #9c27b0 !important;

  color: #fff !important;

  box-shadow: 0 12px 25px rgba(13, 110, 253, 0.25);

  transform: translateX(8px);
}

.department-tabs .nav-link.active::before {
  transform: scaleY(1);

  background: #fff;
}

/*=============================
Content
==============================*/

.department-tabs .tab-content {
  background: #fff;

  padding: 35px;

  border-radius: 18px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

  min-height: 450px;
}

/* Content Animation */

.department-tabs .tab-pane {
  animation: fadeTab 0.4s ease;
}

@keyframes fadeTab {
  from {
    opacity: 0;

    transform: translateY(20px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

.department-tabs .info h3 {
  font-size: 32px;

  margin-bottom: 20px;
}

.department-tabs .info p {
  color: #666;

  line-height: 30px;
}

.department-tabs .thumb {
  margin-bottom: 25px;
}

.department-tabs .thumb img {
  width: 100%;

  border-radius: 16px;

  transition: 0.4s;
}

.department-tabs .thumb img:hover {
  transform: scale(1.03);
}

/* Responsive */

@media (max-width: 991px) {
  .department-tabs .tab-navs {
    margin-bottom: 30px;
  }

  .department-tabs .tab-content {
    min-height: auto;
  }
}
p {
  text-align: justify;
}

/* course */
.course-info-panel {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.course-info-title {
  padding: 10px 20px;
  background: #ff6ca9;
  color: #fff;
}

.course-info-title h2 {
  margin: 8px 0 0;
  color: #fff;
}

.info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 10px 40px;
  border-bottom: 1px solid #eef2f7;
  transition: 0.35s;
  position: relative;
}

.info-item:last-child {
  border-bottom: none;
}

.info-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--accent-color);
  transform: scaleY(0);
  transition: 0.35s;
}

.info-item:hover::before {
  transform: scaleY(1);
}

.info-item:hover {
  background: #f8fbff;
  padding-left: 38px;
}

.info-left {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 250px;
}

.info-left i {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #eef5ff;
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}

.info-item:hover .info-left i {
  background: var(--accent-color);
  color: #fff;
  transform: rotate(15deg);
}

.info-left span {
  font-weight: 600;
  color: #222;
}

.info-right {
  text-align: right;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .info-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-right {
    text-align: left;
    margin-left: 60px;
  }
}

.course-gallery {
  position: relative;
  height: 620px;
}

.gallery-img {
  position: absolute;
  overflow: hidden;
  border-radius: 35px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.gallery-img:hover img {
  transform: scale(1.08);
}

/* Main Image */

.img-one {
  width: 340px;
  height: 430px;
  top: 20px;
  left: 40px;
  animation: floatImage1 5s ease-in-out infinite;
}

/* Second Image */

.img-two {
  width: 290px;
  height: 280px;
  right: 0;
  bottom: 30px;
  border: 6px solid #fff;
  animation: floatImage2 5s ease-in-out infinite;
}

/* Floating Badge */

.floating-badge {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #9c27b0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.25);
  animation: badgeFloat 4s ease-in-out infinite;
  z-index: 10;
}

.floating-badge i {
  font-size: 28px;
  margin-bottom: 8px;
}

.floating-badge span {
  line-height: 20px;
  font-weight: 600;
}

.badge-one {
  top: 120px;
  right: -10px;
}

.badge-two {
  bottom: 140px;
  left: 0;
  background: linear-gradient(135deg, #ff4b91, #ff7bb4);
}

/* Decorative Shapes */

.shape {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.shape-one {
  width: 230px;
  height: 230px;
  background: #0d6efd;
  opacity: 0.08;
  left: 0;
  bottom: 0;
}

.shape-two {
  width: 160px;
  height: 160px;
  background: #ff4b91;
  opacity: 0.08;
  right: 40px;
  top: 0;
}

/* Animations */

@keyframes floatImage1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes floatImage2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes badgeFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .course-gallery {
    height: auto;
    padding-bottom: 420px;
  }

  .img-one {
    width: 80%;
    left: 0;
  }

  .img-two {
    width: 65%;
    right: 0;
  }

  .badge-one {
    right: 20px;
  }

  .badge-two {
    left: 20px;
  }
}

.td_course_info_section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgb(57 3 67 / 70%)), url(/./assets/img/page-bg.webp);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.course-accordion .accordion-item {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.course-accordion .accordion-button {
  background: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  box-shadow: none;
}

.course-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--accent-color);
}

.course-accordion .accordion-button::after {
  background-image: none;

  content: "+";

  width: 38px;
  height: 38px;

  background: var(--accent-color);

  color: #fff;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 24px;

  font-weight: 700;

  transform: none;
}

.course-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}

.course-accordion .accordion-body {
  padding: 10px 20px;
  background: #fff;
  line-height: 1.9;

  border-top: 1px solid #edf2f7;
}

.course-accordion .accordion-button:hover {
  color: var(--accent-color);
}

.course-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  line-height: 1.8;
}

.course-list li::before {
  content: "\f00c";
  /* Font Awesome Check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;

  width: 20px;
  height: 20px;

  background: #ff6ca9;
  /* Pink */
  color: #fff;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 11px;
  transition: 0.3s ease;
}

.course-list li:hover::before {
  transform: scale(1.15);
  box-shadow: 0 6px 15px rgba(255, 108, 169, 0.35);
}

.curriculum-box {
  position: relative;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #ececec;
  border-radius: 15px;
  background: #fff;
  transition: 0.35s;
}

.curriculum-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.curriculum-year {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent-color);
  color: #fff;
  padding: 5px 18px;
  border-radius: 50px;
  margin-bottom: 10px;
  font-weight: 600;
}

.curriculum-year i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.subject-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.subject-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
}

.subject-item i {
  color: #ff6ca9;
  font-size: 15px;
}

@media (max-width: 767px) {
  .subject-grid {
    grid-template-columns: 1fr;
  }
}

.feature-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #ff6ca9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 18px;
  transition: 0.35s;
}

.feature-icon:hover {
  transform: translateY(-5px) rotate(8deg);
  box-shadow: 0 12px 25px rgba(255, 108, 169, 0.35);
}

.course-overview-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: 0.4s;
}

.course-overview-card:hover {
  transform: translateY(-8px);
}

.course-overview-card h2 {
  margin: 25px 0;
  color: var(--accent-color);
}

.course-overview-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-overview-card li {
  margin-bottom: 18px;
  font-size: 17px;
  display: flex;
  align-items: center;
}

.course-overview-card li i {
  color: var(--accent-color);
  margin-right: 12px;
  font-size: 18px;
}

.pulse-circle {
  width: 90px;
  height: 90px;
  background: var(--accent-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  margin: auto;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.45);
  }

  70% {
    box-shadow: 0 0 0 22px rgba(37, 99, 235, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
  }
}

.td_course_info_section1 {
  background: #fff5f9;
}
/* course */
