:root {
  --mgmt-primary: #7a1f8a;
  --mgmt-primary-dark: #4b1256;
  --mgmt-primary-light: #f8ecfb;

  --mgmt-secondary: #00acc1;
  --mgmt-secondary-dark: #0098ab;
  --mgmt-secondary-light: #e9fafc;

  --mgmt-white: #ffffff;
  --mgmt-bg: #fafbfc;
  --mgmt-border: #eee5f3;
  --mgmt-text: #555555;

  --mgmt-shadow: 0 15px 40px rgba(122, 31, 138, 0.1);
  --mgmt-shadow-hover: 0 30px 60px rgba(122, 31, 138, 0.18);

  --mgmt-gradient: linear-gradient(135deg, #7a1f8a, #9d4ab0);
}

/* ===========================
   Mobile Offcanvas Menu
=========================== */
.navbar-area .navbar .navbar-toggler {
  color: var(--mgmt-primary);
}

.responsive-navbar {
  background: var(--mgmt-white);
  width: 330px;
}

.offcanvas-header {
  padding: 20px;
  border-bottom: none;
}

.offcanvas-header .logo img {
  max-height: 55px;
}

.offcanvas-header .btn-close {
  opacity: 1;
}

/* ===========================
   Accordion Item
=========================== */

#navbarAccordion .accordion-item {
  border: none;
  border-bottom: 1px solid var(--mgmt-border);
  background: transparent;
}

#navbarAccordion .accordion-button,
#navbarAccordion .accordion-link {
  background: transparent;
  color: var(--mgmt-primary-dark);
  font-weight: 600;
  font-size: 15px;
  padding: 15px 20px;
  transition: 0.35s;
  text-decoration: none;
  display: flex;
  align-items: center;
}

#navbarAccordion .accordion-button:not(.collapsed) {
  background: var(--mgmt-primary-light);
  color: var(--mgmt-primary);
  box-shadow: none;
}

#navbarAccordion .accordion-button:hover,
#navbarAccordion .accordion-link:hover {
  background: var(--mgmt-secondary-light);
  color: var(--mgmt-secondary-dark);
  padding-left: 28px;
}

#navbarAccordion .accordion-button:focus {
  box-shadow: none;
}

/* Arrow */

#navbarAccordion .accordion-button::after {
  filter: hue-rotate(270deg);
}

.about-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.main-campus-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 25px;
}

.aboutSwiper {
  border-radius: 25px;
}

.aboutSwiper .swiper-slide {
  overflow: hidden;
}

.floating-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}

/* ===========================
   Sub Menu
=========================== */

.accordion-body {
  padding: 0;
  background: #fcfcfc;
}

.accordion-body .accordion-link {
  padding: 12px 35px;
  font-size: 14px;
  color: var(--mgmt-text);
  border-left: 3px solid transparent;
}

.accordion-body .accordion-link:hover {
  color: var(--mgmt-primary);
  background: var(--mgmt-primary-light);
  border-left-color: var(--mgmt-secondary);
  padding-left: 42px;
}

/* Nested */

.accordion-body .accordion-button {
  padding: 12px 35px;
  font-size: 14px;
  background: #fff;
  color: var(--mgmt-text);
}

.accordion-body .accordion-button:not(.collapsed) {
  background: var(--mgmt-primary-light);
  color: var(--mgmt-primary);
}

/* ===========================
   Scrollbar
=========================== */

.offcanvas-body::-webkit-scrollbar {
  width: 6px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: var(--mgmt-primary);
  border-radius: 10px;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: var(--mgmt-primary-light);
}

/* Active Link */

.accordion-link.active {
  color: #fff;
  background: var(--mgmt-gradient);
  border-radius: 6px;
  margin: 6px 10px;
}

/* :root {
   
    --mgmt-primary: #1B5E20;
    --mgmt-primary-dark: #0D3B12;
    --mgmt-primary-light: #E8F5E9;


    --mgmt-secondary: #F06292;
    --mgmt-secondary-dark: #EC407A;
    --mgmt-secondary-light: #FCE4EC;


    --mgmt-white: #FFFFFF;
    --mgmt-bg: #FAFBFC;
    --mgmt-border: #E6F4EA;
    --mgmt-text: #555555;


    --mgmt-shadow: 0 15px 40px rgba(27, 94, 32, 0.10);
    --mgmt-shadow-hover: 0 30px 60px rgba(27, 94, 32, 0.18);

    --mgmt-gradient: linear-gradient(135deg, #1B5E20, #F06292);
} */
/*=====================================
SECTION
=====================================*/

.about-us-area {
  background:
    radial-gradient(
      circle at left top,
      rgba(122, 31, 138, 0.08) 0%,
      transparent 35%
    ),
    radial-gradient(
      circle at right bottom,
      rgba(0, 172, 193, 0.08) 0%,
      transparent 35%
    ),
    linear-gradient(180deg, #ffffff, #fafbfc);

  position: relative;
  overflow: hidden;
}

/*=====================================
TITLE
=====================================*/

.section-title {
  text-align: center;
  margin-bottom: 70px;
}

.title-anim {
  color: var(--mgmt-primary-dark);
  font-size: 42px;
  font-weight: 800;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
}

.title-anim:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 95px;
  height: 4px;
  border-radius: 30px;
  background: linear-gradient(90deg, #7a1f8a, #00acc1);
}

.team-pill-card {
  position: relative;
  width: 310px;
  margin: 0 auto 30px;
  padding: 35px 22px 60px;
  background: var(--mgmt-primary);
  color: #fff;
  border: 1px solid var(--mgmt-border);
  box-shadow: var(--mgmt-shadow);
  transition: 0.45s;
  text-align: center;

  clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%);
}

.team-pill-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--mgmt-shadow-hover);
}

/* Decorative top */

.team-pill-card:before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 120px;

  background: linear-gradient(180deg, rgba(122, 31, 138, 0.1), transparent);
}

/* Decorative Circle */

.team-pill-card:after {
  content: "";

  position: absolute;

  width: 140px;

  height: 140px;

  border-radius: 50%;

  background: rgba(0, 172, 193, 0.05);

  bottom: -70px;

  right: -70px;

  transition: 0.45s;
}

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

  border-color: rgba(122, 31, 138, 0.18);

  box-shadow: var(--mgmt-shadow-hover);
}

.team-pill-card:hover:after {
  transform: scale(1.3);
}

/*=====================================
IMAGE
=====================================*/

.team-img-circle {
  width: 200px;

  height: 200px;

  margin: auto auto 28px;

  border-radius: 50%;

  overflow: hidden;

  position: relative;

  background: #fff;

  border: 6px solid #fff;

  box-shadow:
    0 0 0 4px rgba(122, 31, 138, 0.1),
    0 18px 35px rgba(122, 31, 138, 0.12);

  transition: 0.4s;
}

.team-pill-card:hover .team-img-circle {
  box-shadow:
    0 0 0 4px rgba(0, 172, 193, 0.25),
    0 22px 40px rgba(122, 31, 138, 0.2);
}

.team-img-circle img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: top;

  border-radius: 50%;

  transition: 0.5s;
}

.team-pill-card:hover img {
  transform: scale(1.08);
}

/*=====================================
CONTENT
=====================================*/

.team-content {
  padding: 0 8px;
}

.team-content h3 {
  color: var(--mgmt-primary-light);

  font-size: 18px;

  font-weight: 700;

  line-height: 1.5;

  margin-bottom: 18px;

  min-height: 58px;
}

.team-content p {
  display: inline-block;

  padding: 10px 22px;

  border-radius: 30px;

  background: linear-gradient(135deg, #f7fcfd, #eafbfd);

  color: var(--mgmt-secondary-dark);

  font-size: 13px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 1px;
}

/*=====================================
CENTER ACTIVE CARD
=====================================*/

.owl-item.active.center .team-pill-card {
  background: linear-gradient(160deg, #7a1f8a, #9a43ab);

  border: none;
}

.owl-item.active.center .team-pill-card:before,
.owl-item.active.center .team-pill-card:after {
  display: none;
}

.owl-item.active.center .team-img-circle {
  border: 6px solid #fff;

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

.owl-item.active.center h3 {
  color: #fff;
}

.owl-item.active.center p {
  background: #00acc1;

  color: #fff;
}

/*=====================================
LINK
=====================================*/

.team-pill-card a {
  text-decoration: none;

  display: block;
}

/*=====================================
OWL
=====================================*/

.management-message .owl-stage {
  display: flex;

  align-items: center;
}

.management-message .owl-item {
  display: flex;

  justify-content: center;
}

/*=====================================
RESPONSIVE
=====================================*/

/* ==========================
   Tablet
========================== */
@media (max-width: 991px) {
  .section-title {
    margin-bottom: 45px;
  }

  .title-anim {
    font-size: 34px;
  }

  .team-pill-card {
    width: 280px;
    padding: 30px 20px 55px;
    clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%);
  }

  .team-img-circle {
    width: 170px;
    height: 170px;
    border-width: 5px;
  }

  .team-content h3 {
    font-size: 17px;
    min-height: 52px;
  }

  .team-content p {
    font-size: 12px;
    padding: 8px 20px;
  }
}

/* ==========================
   Mobile
========================== */
@media (max-width: 767px) {
  .about-us-area {
    padding: 40px 0;
  }

  .section-title {
    margin-bottom: 35px;
  }

  .title-anim {
    font-size: 28px;
  }

  .title-anim:after {
    width: 70px;
  }

  .management-message .item {
    padding: 0 8px;
  }

  .team-pill-card {
    width: 260px;
    margin: auto;

    padding: 25px 18px 50px;

    /* SAME DESIGN */
    clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%);
  }

  .team-img-circle {
    width: 145px;
    height: 145px;

    border-width: 4px;

    margin-bottom: 20px;
  }

  .team-content h3 {
    font-size: 15px;
    line-height: 1.5;
    min-height: 48px;
  }

  .team-content p {
    font-size: 11px;
    padding: 8px 18px;
  }
}

/* ==========================
   Small Mobile
========================== */
@media (max-width: 480px) {
  .team-pill-card {
    width: 235px;
    padding: 22px 15px 45px;
  }

  .team-img-circle {
    width: 125px;
    height: 125px;
  }

  .team-content h3 {
    font-size: 14px;
  }

  .team-content p {
    font-size: 10px;
  }

  .title-anim {
    font-size: 24px;
  }
}

/* Unique Executive Top Bar Layout with Glassmorphism & Modern Styling */
.top-area {
  background: var(--mgmt-gradient);
  color: var(--mgmt-white);
  padding: 9px 20px;
  font-size: 14px;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid rgba(0, 172, 193, 0.25);
  box-shadow: 0 4px 20px rgba(75, 18, 86, 0.15);
  border-radius: 30px;
}

.top-area .container-fluid {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.top-area .top-bar-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  gap: 15px;
}

.top-area .top-left,
.top-area .top-center,
.top-area .top-right {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.top-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 22px;
}

.top-area li {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.top-area i {
  color: var(--mgmt-secondary);
  font-size: 17px;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.top-area a {
  color: var(--mgmt-white);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.top-area a:hover {
  color: var(--mgmt-secondary-light);
  text-shadow: 0 0 10px rgba(0, 172, 193, 0.5);
}

/* Unique Glassmorphism Dropdown Styling */
.top-area .dropdown {
  position: relative;
}

.top-area .dropdown > a.dropdown-toggle {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  letter-spacing: 0.3px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.3s ease;
}

.top-area .dropdown > a.dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: var(--mgmt-secondary);
}

.top-area .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid var(--mgmt-secondary);
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

.top-area .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.97);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  min-width: 230px;
  margin-top: 8px;
  background: var(--mgmt-white);
  border: 1px solid var(--mgmt-border);
  border-radius: 14px;
  box-shadow: var(--mgmt-shadow-hover);
  padding: 10px 0;
  z-index: 9999;
}

.top-area .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.top-area .dropdown-item {
  color: var(--mgmt-text);
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.top-area .dropdown-item:hover {
  background: var(--mgmt-primary-light);
  color: var(--mgmt-primary);
  padding-left: 24px;
}

/* Unique Glowing Pill Apply Button */
#blinking-button {
  background: linear-gradient(
    135deg,
    var(--mgmt-secondary),
    var(--mgmt-secondary-dark)
  );
  border: none;
  border-radius: 50px;
  padding: 7px 18px;
  transition: all 0.3s ease;
  animation: unique-pulse 2.5s infinite;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 172, 193, 0.4);
}

#blinking-button a {
  color: var(--mgmt-white);
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#blinking-button:hover {
  background: var(--mgmt-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(75, 18, 86, 0.5);
}

@keyframes unique-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0.6);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(0, 172, 193, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
  }
}

/* Hide on Mobile */
@media (max-width: 991px) {
  .top-area {
    display: none !important;
  }
}

@media only screen and (min-width: 1600px) {
  .navbar-area .navbar .navbar-nav > .nav-item {
    margin-right: 80px;
  }
}

#navbar .dropdown-menu .nav-item > .nav-link:hover,
#navbar .dropdown-menu .dropdown-item:hover {
  background: #f8ecfb !important;
  color: #7a1f8a !important;
  padding-left: 24px !important;
}

/* Main Menu and Submenu Hover Color Only */
#navbar .navbar-nav > .nav-item > .nav-link:hover,
#navbar .navbar-nav > .nav-item > .nav-link:focus,
#navbar .navbar-nav > .nav-item.show > .nav-link,
#navbar .dropdown-menu .nav-item > .nav-link:hover,
#navbar .dropdown-menu .nav-item > .nav-link:focus {
  color: #7a1f8a !important;
}

.activities-area {
  background-color: var(--mgmt-bg);
}

.toppers {
  background-color: var(--mgmt-white);
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  box-shadow: var(--mgmt-shadow);
}

.toppers-primary {
  border-bottom: 3px solid var(--mgmt-primary);
}

.toppers-secondary {
  border-bottom: 3px solid var(--mgmt-primary);
}

.toppers h4 {
  color: var(--mgmt-primary-dark);
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.25rem;
}

/* Uniform Card */
.single-card,
.single-toppers,
.single-events {
  background-color: var(--mgmt-white);
  border: 1px solid var(--mgmt-border);
  box-shadow: var(--mgmt-shadow);
  padding: 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-bottom: 15px;

  display: flex;
  flex-direction: column;
  height: 380px;
  /* Same card height */
}

/* Bigger Image */
.single-card .image,
.single-toppers .image,
.single-events .image {
  width: 100%;
  height: 250px;
  /* Increased from 200px */
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 8px;
}

.single-card .image img,
.single-toppers .image img,
.single-events .image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: 0.4s;
}

.single-card:hover .image img,
.single-toppers:hover .image img,
.single-events:hover .image img {
  transform: scale(1.05);
}

/* Smaller Content */
.single-card .content,
.single-toppers .content,
.single-events .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: var(--mgmt-secondary-light);
  padding: 8px;
  /* Reduced */
  border-radius: 6px;
  border: 1px solid var(--mgmt-border);
}

/* Smaller Heading */
.single-card .content h4,
.single-toppers .content h4,
.single-events .content h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.3;
}

/* Smaller Text */
.single-card .content p,
.single-toppers .content p,
.single-events .content p {
  font-size: 0.78rem;
  margin-bottom: 2px;
  line-height: 1.35;
}

/* Highlight Text */
.highlight-info {
  font-size: 0.75rem !important;
  font-weight: 600;
}

.single-toppers .content h4,
.single-events .content h4 {
  color: var(--mgmt-primary-dark);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  transition: 0.3s;
}

.toppers-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: var(--whiteColor);
  background-color: var(--mgmt-primary);
}

/* Date Badge */
.highlight-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 8px auto 0;
  padding: 6px 14px;
  background: linear-gradient(
    135deg,
    var(--mgmt-primary),
    var(--mgmt-secondary)
  );
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600;
  border-radius: 30px;
  white-space: nowrap;
}

/* Hover Effect */
.single-toppers:hover .highlight-info,
.single-events:hover .highlight-info {
  background: linear-gradient(
    135deg,
    var(--mgmt-secondary),
    var(--mgmt-primary)
  );
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(122, 31, 138, 0.25);
}

/*==================================
        PREMIUM STATS SECTION
==================================*/

.stats-bar-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 40px;
  background: var(--mgmt-primary) !important;
}

.stat-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 22px;
  padding: 35px 25px;
  text-align: center;
  border: 1px solid var(--mgmt-border);
  box-shadow: var(--mgmt-shadow);
  transition: 0.45s;
  z-index: 1;
}

/* Animated Gradient Border */
.stat-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: var(--mgmt-gradient);
  transition: 0.4s;
}

.stat-item::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(122, 31, 138, 0.05);
  border-radius: 50%;
  top: -90px;
  right: -90px;
  transition: 0.5s;
  z-index: -1;
}

.stat-item:hover {
  transform: translateY(-12px);
  box-shadow: var(--mgmt-shadow-hover);
}

.stat-item:hover::after {
  transform: scale(2);
}

/* Icon */

.stat-icon {
  width: 85px;
  height: 85px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  margin-bottom: 20px;
  transition: 0.45s;
  position: relative;
}

/* Animated Ring */

.stat-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed rgba(122, 31, 138, 0.25);
  animation: rotateCircle 18s linear infinite;
}

.stat-item:hover .stat-icon {
  transform: rotateY(180deg) scale(1.08);
}

/* Number */

.stat-info h3 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--mgmt-primary-dark);
  transition: 0.3s;
}

.stat-item:hover .stat-info h3 {
  color: var(--mgmt-primary);
  transform: scale(1.08);
}

/* Text */

.stat-info p {
  margin: 0;
  color: var(--mgmt-text);
  font-size: 15px;
  font-weight: 600;
}

/* Icon Colors */

.bg-purple-light {
  background: var(--mgmt-primary-light);
  color: var(--mgmt-primary);
}

.bg-green-light {
  background: var(--mgmt-secondary-light);
  color: var(--mgmt-secondary-dark);
}

.bg-blue-light {
  background: var(--mgmt-primary-light);
  color: var(--mgmt-primary-dark);
}

.bg-orange-light {
  background: var(--mgmt-secondary-light);
  color: var(--mgmt-secondary);
}

@media (min-width: 768px) and (max-width: 991px) {
  .stats-bar-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 15px;
    align-items: stretch;
  }

  .stat-item {
    width: 100%;
    min-height: auto;
    height: 170px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .stat-icon {
    width: 65px;
    height: 65px;
    font-size: 28px;
    margin-bottom: 12px;
  }

  .stat-info h3 {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 1;
  }

  .stat-info p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
  }
}

/* =========================
   MOBILE (<768px)
========================= */
@media (max-width: 767px) {
  .stats-bar-box {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
  }

  .stat-item {
    width: 100%;
    min-height: 180px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .stat-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 12px;
  }

  .stat-info h3 {
    font-size: 30px;
    margin-bottom: 6px;
  }

  .stat-info p {
    font-size: 15px;
    line-height: 1.4;
  }
}

/* ==========================================
   PREMIUM ANIMATIONS & HOVER EFFECTS
==========================================*/

/* About Section */
.about-university {
  position: relative;
  overflow: hidden;
}

.about-university::before {
  /* content: ""; */
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(122, 31, 138, 0.06);
  animation: floatOne 8s ease-in-out infinite;
}

.about-university::after {
  /* content: ""; */
  position: absolute;
  bottom: -140px;
  left: -140px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(0, 172, 193, 0.06);
  animation: floatTwo 10s ease-in-out infinite;
}

@keyframes floatOne {
  0%,
  100% {
    transform: translateY(0px);
  }

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

@keyframes floatTwo {
  0%,
  100% {
    transform: translateY(0px);
  }

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

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

.about-image-wrap {
  overflow: hidden;
  border-radius: 30px;
}

.main-campus-img {
  transition: 0.6s ease;
}

.about-image-wrap:hover .main-campus-img {
  transform: scale(1.08) rotate(1deg);
}

/* Floating Badge */

.floating-badge {
  transition: 0.4s;
}

.about-image-wrap:hover .floating-badge {
  transform: translateY(-10px);
  box-shadow: var(--mgmt-shadow-hover);
}

/* ==========================================
   Button
==========================================*/

.default-btn.black {
  position: relative;
  overflow: hidden;
}

.default-btn.black::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transition: 0.6s;
}

.default-btn.black:hover::before {
  left: 100%;
}

.default-btn.black:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(122, 31, 138, 0.3);
}

/* ==========================================
   Stats
==========================================*/

.stat-item {
  transition: 0.35s;
  padding: 10px 18px;
  border-radius: 12px;
}

.stat-item:hover {
  background: var(--mgmt-primary-light);
  transform: translateY(-6px);
}

.stat-icon {
  transition: 0.4s;
}

.stat-item:hover .stat-icon {
  transform: rotate(360deg) scale(1.1);
}

/* ==========================================
   Subtitle
==========================================*/

.sub-title p {
  transition: 0.35s;
}

.sub-title p:hover {
  color: var(--mgmt-primary);
  transform: translateX(8px);
}

.sub-title p i {
  transition: 0.4s;
}

.sub-title p:hover i {
  transform: rotate(360deg);
}

/* ==========================================
   Heading
==========================================*/

.content h2 {
  position: relative;
}

.content h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  border-radius: 10px;
  margin-top: 14px;
  background: var(--mgmt-gradient);
  transition: 0.4s;
}

.content:hover h2::after {
  width: 150px;
}

/* ==========================================
   Fade Animation
==========================================*/

.about-university-area {
  animation: fadeUp 0.8s ease;
}

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

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-university {
  background-color: var(--mgmt-bg);
}

/* Welcome Text */
.sub-title p {
  color: var(--mgmt-primary-dark) !important;
}

.sub-title p i {
  color: var(--mgmt-primary) !important;
}

/* Heading */
.content h2 {
  color: var(--mgmt-secondary) !important;
}

.about-university-area {
  background-color: var(--mgmt-bg);
  padding: 10px 40px;
  font-family: inherit;
}

/* Sub-title & Header styles */
.sub-title p {
  color: var(--mgmt-secondary-dark);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.content h2 {
  color: var(--mgmt-primary-dark);
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.content p.text-justify {
  color: var(--mgmt-text);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

.default-btn.black {
  background-color: var(--mgmt-primary-dark);
  color: var(--mgmt-white);
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(75, 18, 86, 0.2);
}

.default-btn.black:hover {
  background-color: var(--mgmt-primary);
  transform: translateY(-2px);
}

/* Campus Image & Floating Badge */
.about-image-wrap {
  position: relative;
  padding: 20px 0;
}

.main-campus-img {
  width: 100%;
  border-radius: 30px 150px 30px 30px;
  object-fit: cover;
  box-shadow: var(--mgmt-shadow);
  height: 400px;
}

.floating-badge {
  position: absolute;
  bottom: 0;
  left: 30px;
  background: var(--mgmt-white);
  padding: 15px 25px;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--mgmt-border);
}

.badge-icon {
  width: 50px;
  height: 50px;
  background: var(--mgmt-primary-light);
  color: var(--mgmt-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.badge-text h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--mgmt-primary-dark);
}

.badge-text p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--mgmt-text);
}

/* Stats Bar Section */
.stats-bar-box {
  background: var(--mgmt-white);
  border-radius: 16px;
  padding: 20px 30px;
  box-shadow: var(--mgmt-shadow);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border: 1px solid var(--mgmt-border);
  margin-top: 30px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.stat-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.stat-info h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  color: #222;
}

.stat-info p {
  margin: 0;
  font-size: 20px;
  color: var(--mgmt-text);
}

/* Feature Cards (Vision, Mission, Motto) */
.feature-card {
  background: var(--mgmt-white);
  border-radius: 20px;
  padding: 25px;
  box-shadow: var(--mgmt-shadow);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--mgmt-border);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--mgmt-shadow-hover);
}

.card-top-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mgmt-white);
  font-size: 32px;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.title-area h4 {
  margin: 0 0 5px 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.line-indicator {
  width: 35px;
  height: 3px;
  border-radius: 2px;
}

.feature-card > p {
  color: var(--mgmt-text);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.card-bottom-bg {
  height: 60px;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
}

.arrow-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mgmt-white);
  text-decoration: none;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.arrow-btn:hover {
  transform: scale(1.1);
  color: var(--mgmt-white);
}

@media (max-width: 991px) {
  .stats-bar-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .content h2 {
    font-size: 2rem;
  }
}

.bg-purple-light {
  background: var(--mgmt-primary-light);
  color: var(--mgmt-primary);
}

.bg-green-light {
  background: var(--mgmt-secondary-light);
  color: var(--mgmt-secondary);
}

.bg-blue-light {
  background: var(--mgmt-secondary-light);
  color: var(--mgmt-secondary-dark);
}

.bg-orange-light {
  background: var(--mgmt-primary-light);
  color: var(--mgmt-primary);
}

.stat-info h3 {
  color: var(--mgmt-primary-dark);
}

.bg-green {
  background: var(--mgmt-primary);
}

.bg-blue {
  background: var(--mgmt-secondary-dark);
}

.bg-purple {
  background: var(--mgmt-primary);
}

.vision-card .title-area h4 {
  color: var(--mgmt-primary);
}

.mission-card .title-area h4 {
  color: var(--mgmt-secondary-dark);
}

.motto-card .title-area h4 {
  color: var(--mgmt-primary);
}

.bg-green-pattern {
  background: linear-gradient(
    135deg,
    var(--mgmt-primary-light),
    var(--mgmt-primary)
  );
}

.bg-blue-pattern {
  background: linear-gradient(
    135deg,
    var(--mgmt-secondary-light),
    var(--mgmt-secondary-dark)
  );
}

.bg-purple-pattern {
  background: linear-gradient(
    135deg,
    var(--mgmt-primary-light),
    var(--mgmt-primary)
  );
}

.bg-green-dark {
  background: var(--mgmt-primary);
}

.bg-blue-dark {
  background: var(--mgmt-secondary-dark);
}

.bg-purple-dark {
  background: var(--mgmt-primary);
}

.default-btn.black {
  background: var(--mgmt-gradient);
}

.default-btn.black:hover {
  background: linear-gradient(
    135deg,
    var(--mgmt-secondary),
    var(--mgmt-primary)
  );
}

.feature-card {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  background: #fff;
  transition: 0.5s;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    var(--mgmt-primary),
    var(--mgmt-secondary),
    var(--mgmt-primary)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  opacity: 0;
  transition: 0.5s;
}

.feature-card:hover::before {
  opacity: 1;
}

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

/* Scholarship Box */
.scholarship-box {
  animation: zoomUp 0.9s ease;
}

/* Floating Background */
.scholarship-section::before {
  animation: floatOne 8s ease-in-out infinite;
}

.scholarship-section::after {
  animation: floatTwo 10s ease-in-out infinite;
}

/* Feature Cards */
.feature-card {
  position: relative;
  overflow: hidden;
  transition: 0.45s ease;
}

.feature-card:hover {
  transform: translateY(-12px) scale(1.03);
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );
  transform: skewX(-25deg);
  transition: 0.8s;
}

.feature-card:hover::before {
  left: 170%;
}

/* Icon Animation */
.feature-card .icon {
  transition: 0.5s ease;
  animation: iconFloat 3s ease-in-out infinite;
}

.feature-card:hover .icon {
  transform: rotateY(360deg) scale(1.15);
}

/* Badge */
.badge-pill {
  animation: badgePulse 2s infinite;
}

/* Button */
.btn-scholarship {
  transition: 0.35s ease;
}

.btn-scholarship:hover {
  transform: translateY(-6px);
}

.btn-scholarship i {
  transition: 0.35s;
}

.btn-scholarship:hover i {
  transform: translateX(8px);
}

/* Title */
.scholarship-box h2 {
  position: relative;
}

.scholarship-box h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 70px;
  height: 4px;
  background: var(--mgmt-gradient);
  border-radius: 50px;
  animation: lineGrow 2s infinite alternate;
}

/* Animations */

@keyframes zoomUp {
  from {
    opacity: 0;
    transform: translateY(60px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes floatOne {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes floatTwo {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes badgePulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }
}

@keyframes lineGrow {
  from {
    width: 70px;
  }

  to {
    width: 130px;
  }
}

.scholarship-section {
  background: var(--mgmt-bg);
  position: relative;
  overflow: hidden;
}

.scholarship-section::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: var(--mgmt-primary-light);
  border-radius: 50%;
  left: -150px;
  top: -120px;
  opacity: 0.7;
}

.scholarship-section::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: var(--mgmt-secondary-light);
  border-radius: 50%;
  right: -100px;
  bottom: -120px;
  opacity: 0.7;
}

.scholarship-box {
  background: var(--mgmt-white);
  border: 1px solid var(--mgmt-border);
  border-radius: 30px;
  padding: 55px;
  position: relative;
  z-index: 2;
  box-shadow: var(--mgmt-shadow);
  transition: 0.4s ease;
}

.scholarship-box:hover {
  transform: translateY(-8px);
  box-shadow: var(--mgmt-shadow-hover);
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 50px;
  background: var(--mgmt-secondary-light);
  color: var(--mgmt-primary);
  font-weight: 700;
  margin-bottom: 20px;
}

.scholarship-box h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--mgmt-primary-dark);
  margin-bottom: 20px;
}

.scholarship-box p {
  font-size: 18px;
  line-height: 1.9;
  color: var(--mgmt-text);
}

.scholarship-box strong {
  color: var(--mgmt-primary);
}

.btn-scholarship {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  background: var(--mgmt-gradient);
  color: var(--mgmt-white);
  font-weight: 700;
  transition: 0.35s ease;
  box-shadow: var(--mgmt-shadow);
}

.btn-scholarship:hover {
  color: var(--mgmt-white);
  transform: translateY(-5px);
  box-shadow: var(--mgmt-shadow-hover);
}

.feature-card {
  background: var(--mgmt-white);
  border: 1px solid var(--mgmt-border);
  border-radius: 22px;
  padding: 30px;
  text-align: center;
  transition: 0.35s ease;
  box-shadow: var(--mgmt-shadow);
}

.feature-card:hover {
  transform: translateY(-10px);
  border-color: var(--mgmt-primary);
  box-shadow: var(--mgmt-shadow-hover);
}

.feature-card .icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mgmt-gradient);
  color: var(--mgmt-white);
  font-size: 30px;
}

.feature-card h5 {
  font-size: 22px;
  font-weight: 700;
  color: var(--mgmt-primary-dark);
  margin-bottom: 12px;
}

.feature-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--mgmt-text);
}

@media (max-width: 991px) {
  .scholarship-box {
    padding: 35px 25px;
    text-align: center;
  }

  .feature-card {
    margin-bottom: 25px;
  }

  .scholarship-box h2 {
    font-size: 32px;
  }

  .btn-scholarship {
    justify-content: center;
    width: 100%;
  }
}

.features-area-2 {
  position: relative;
  background-color: var(--mgmt-white);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.features-area-2 .sub-title p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--mgmt-primary);
  margin-bottom: 10px;
}

.features-area-2 .section-title h2 span {
  color: var(--mgmt-primary);
}

/* Individual Box Styling */
.features-area-2 .item {
  position: relative;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  border: 1px solid var(--mgmt-border);
  border-radius: 15px;
  height: 100%;
  min-height: 420px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}

/* Dark gradient overlay that appears on hover */
.features-area-2 .item .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(75, 18, 86, 0.95) 0%,
    rgba(75, 18, 86, 0.8) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}

/* Content styling inside box - Positioned at the bottom */
.features-area-2 .item .item-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 30px 25px;
}

.features-area-2 .item .icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background: var(--mgmt-gradient);
  color: var(--mgmt-white);
  transition: all 0.3s ease;
}

.features-area-2 .item .icon img {
  width: 24px;
  height: 24px;
  object-fit: fill;
  filter: brightness(0) invert(1);
}

.features-area-2 .item h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--mgmt-white);

  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.features-area-2 .item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--mgmt-white);
  background: var(--mgmt-primary);
  /* Change to #ffffff if you want it white by default */
  margin: 0;
  transition: color 0.3s ease;
  padding: 10px;
}

.features-area-2 .item .number-tag {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 20px;
  font-weight: 800;
  color: var(--mgmt-primary);
  opacity: 0.3;
  transition: color 0.3s ease;
}

/* HOVER EFFECT: Turns all text white */
.features-area-2 .item:hover .item-overlay {
  opacity: 1;
}

.features-area-2 .item:hover h3,
.features-area-2 .item:hover p,
.features-area-2 .item:hover .number-tag {
  color: #ffffff !important;
}

.features-area-2 .item:hover .number-tag {
  opacity: 0.6;
}

.features-area-2 .item:hover {
  transform: translateY(-8px);
  box-shadow: var(--mgmt-shadow);
  border-color: transparent;
  background-size: 110% cover;
}

.course-item {
  background: var(--mgmt-white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--mgmt-border);
  box-shadow: var(--mgmt-shadow);
  transition: all 0.3s ease;
  position: relative;
}

.course-item:hover {
  box-shadow: var(--mgmt-shadow-hover);
  transform: translateY(-5px);
}

.course-item .image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.course-item .content {
  padding: 20px;
  position: relative;
  background: var(--mgmt-white);
  z-index: 2;
}

.course-item .content h2 a {
  color: var(--mgmt-primary-dark);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}

.course-item .content h2 a:hover {
  color: var(--mgmt-primary);
}

.course-item .content p {
  color: var(--mgmt-text);
  font-size: 0.85rem;
  margin-top: 10px;
  margin-bottom: 0;
}

/* Dropdown container */
.course-dropdown-list {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease-in-out,
    opacity 0.3s ease-in-out,
    margin-top 0.3s ease-in-out;
  opacity: 0;
  margin-top: 0;
  background: var(--mgmt-secondary-light);
  border-radius: 8px;
  border: 1px solid var(--mgmt-border);
}

.course-item:hover .course-dropdown-list {
  max-height: 400px;
  opacity: 1;
  margin-top: 15px;
  padding: 12px;
}

.course-dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* Vertical gap between items */
}

/* Line-by-line single item card style */
.course-dropdown-list ul li {
  width: 100%;
  background: var(--mgmt-white);
  border-radius: 6px;
  border: 1px solid var(--mgmt-border);
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.course-item:hover .course-dropdown-list ul li {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered delay for line-by-line appearance */
.course-item:hover .course-dropdown-list ul li:nth-child(1) {
  transition-delay: 0.05s;
}

.course-item:hover .course-dropdown-list ul li:nth-child(2) {
  transition-delay: 0.12s;
}

.course-item:hover .course-dropdown-list ul li:nth-child(3) {
  transition-delay: 0.19s;
}

.course-item:hover .course-dropdown-list ul li:nth-child(4) {
  transition-delay: 0.26s;
}

.course-item:hover .course-dropdown-list ul li:nth-child(5) {
  transition-delay: 0.33s;
}

.course-dropdown-list ul li a {
  color: var(--mgmt-secondary-dark);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 10px 14px;
  width: 100%;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.course-dropdown-list ul li:hover {
  background: var(--mgmt-primary-light);
  border-color: var(--mgmt-primary);
}

.course-dropdown-list ul li:hover a {
  color: var(--mgmt-primary);
  transform: translateX(4px);
}

.courses-courser.owl-carousel .owl-stage {
  display: flex;
  gap: 10px;
}

/* Section */
.career-zone-section {
  background:
    radial-gradient(
      circle at top left,
      var(--mgmt-primary-light),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      var(--mgmt-secondary-light),
      transparent 35%
    ),
    var(--mgmt-bg);
  position: relative;
  overflow: hidden;
}

/* Content Box */
.career-content-box {
  background: var(--mgmt-white);
  border-radius: 25px;
  padding: 45px;
  box-shadow: var(--mgmt-shadow);
  border: 1px solid var(--mgmt-border);
}

/* Badge */
.career-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--mgmt-primary-light);
  padding: 10px 22px;
  border-radius: 50px;
  margin-bottom: 25px;
}

.career-badge i {
  color: var(--mgmt-secondary);
  font-size: 24px;
}

.career-badge p {
  margin: 0;
  color: var(--mgmt-primary);
  font-weight: 700;
}

/* Heading */
.career-heading {
  color: var(--mgmt-primary);
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
}

.career-heading::after {
  content: "";
  width: 70px;
  height: 4px;
  background: var(--mgmt-secondary);
  border-radius: 30px;
  display: block;
  margin-top: 10px;
}

/* List */
.career-list-box ul {
  padding: 0;
  margin: 0;
}

.career-list-box ul li {
  list-style: none;
  background: var(--mgmt-white);
  margin-bottom: 14px;
  padding: 15px 18px;
  border-left: 5px solid var(--mgmt-primary);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  transition: 0.35s;
  font-weight: 500;
  color: var(--mgmt-text);
}

.career-list-box ul li:hover {
  transform: translateX(8px);
  border-left-color: var(--mgmt-secondary);
}

.career-list-box ul li i {
  color: var(--mgmt-secondary);
  margin-right: 10px;
  font-size: 18px;
}

/* Paragraph */
.career-description {
  color: var(--mgmt-text);
  line-height: 1.8;
  font-size: 15px;
}

/* Swiper Slider Images */

/* Recruiters */
.recruiter-logo .single-logo {
  background: var(--mgmt-white);
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  margin: 10px;
  border: 1px solid var(--mgmt-border);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  transition: 0.35s;
}

.recruiter-logo .single-logo:hover {
  transform: translateY(-5px);
  border-color: var(--mgmt-secondary);
  box-shadow: 0 15px 35px rgba(0, 172, 193, 0.12);
}

.recruiter-logo .single-logo img {
  max-height: 50px;
  width: auto;

  transition: 0.35s;
}

.recruiter-logo .single-logo:hover img {
  transform: scale(1.08);
}

/* Responsive */
@media (max-width: 991px) {
  .career-content-box {
    padding: 30px;
  }

  .career-heading {
    font-size: 26px;
  }

  .placementSwiper .swiper-slide img {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .career-content-box {
    padding: 20px;
  }

  .career-heading {
    font-size: 22px;
  }

  .placementSwiper .swiper-slide img {
    height: 280px;
  }

  .career-list-box ul li {
    padding: 12px;
    font-size: 14px;
  }
}

.placementSwiper {
  width: 100%;
  overflow: hidden;
}

.placementSwiper .swiper-slide {
  width: 100%;
}

.plcmnt {
  width: 100%;
  height: 460px;
  object-fit: fill;
  border-radius: 20px;
}

/*==========================
        FOOTER
==========================*/

.footer-area {
  background: var(--mgmt-primary-dark);
  color: var(--mgmt-white);
  position: relative;
  overflow: hidden;
}

.footer-area::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: var(--mgmt-primary-light);
  opacity: 0.08;
  border-radius: 50%;
  top: -150px;
  left: -120px;
}

.footer-area::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--mgmt-secondary-light);
  opacity: 0.08;
  border-radius: 50%;
  right: -120px;
  bottom: -120px;
}

.footer-widget-info {
  position: relative;
  z-index: 2;
}

.footer-widget h4 {
  color: var(--mgmt-white);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
}

.footer-widget h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: var(--mgmt-secondary);
  border-radius: 50px;
}

.footer-widget p,
.footer-widget li,
.footer-widget a {
  color: var(--mgmt-primary-light);
  transition: 0.35s;
}

.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget ul li {
  margin-bottom: 14px;
}

.footer-widget ul li i {
  color: var(--mgmt-secondary) !important;
  margin-right: 8px;
}

.footer-widget a:hover {
  color: var(--mgmt-secondary);
  padding-left: 6px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}

.footer-contact li i {
  color: var(--mgmt-secondary);
  font-size: 20px;
  margin-top: 3px;
}

.footer-widget img {
  border-radius: 12px;
  border: 3px solid var(--mgmt-primary-light);
}

/*==========================
     COPYRIGHT AREA
==========================*/

.copy-right-area {
  background: var(--mgmt-primary);
  border-top: 1px solid var(--mgmt-border);
  padding: 3px 0;
  position: relative;
  z-index: 2;
}

.cpr-left p {
  color: var(--mgmt-white);
  margin: 0;
  text-align: center;
}

.cpr-left a {
  color: var(--mgmt-secondary-light);
  font-weight: 600;
}

.cpr-left a:hover {
  color: var(--mgmt-secondary);
}

.copy-right-area img.footer {
  max-height: 42px;
  border-radius: 8px;
}

/*==========================
   VISITOR COUNTER
==========================*/

.copy-right-area .col-lg-2 p {
  color: var(--mgmt-secondary) !important;
  font-size: 18px !important;
  font-weight: 700;
  margin-bottom: 8px;
}

/*==========================
     SOCIAL ICONS
==========================*/

.footer-bottom-social-icon ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom-social-icon ul li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mgmt-primary-light);
  color: var(--mgmt-primary);
  border-radius: 50%;
  transition: 0.35s;
}

.footer-bottom-social-icon ul li a:hover {
  background: var(--mgmt-secondary);
  color: var(--mgmt-white);
  transform: translateY(-6px);
  box-shadow: var(--mgmt-shadow);
}

/*==========================
       RESPONSIVE
==========================*/

@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 35px;
    text-align: center;
  }

  .footer-widget h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-contact li {
    justify-content: center;
  }

  .copy-right-area .row {
    text-align: center;
  }

  .footer-bottom-social-icon {
    margin-top: 20px;
  }
}

.footer-contact .info-details ul li a {
  color: var(--mgmt-white);
}

.footer-contact .info-details ul li .info-mail {
  color: var(--mgmt-white);
}
.news-ticker-area {
  display: flex;
  align-items: center;
  background: var(--mgmt-white);
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--mgmt-primary-light);
  margin: 10px 0;
}

.news-title {
  min-width: 170px;
  background: var(--mgmt-gradient);
  color: var(--mgmt-white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  /* Reduced */
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.news-title::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  width: 32px;
  height: 100%;
  background: var(--mgmt-gradient);
  transform: skewX(-25deg);
}

.news-title i {
  font-size: 18px;
  animation: pulse 1.5s infinite;
}

.news-ticker {
  flex: 1;
  padding-left: 25px;
  background: var(--mgmt-white);
}

.news-ticker marquee {
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  font-weight: 600;
  color: var(--mgmt-primary);
}

.news-ticker a {
  color: var(--mgmt-primary);
  font-weight: 700;
  text-decoration: none;
}

.news-ticker a:hover {
  color: var(--mgmt-secondary);
}

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

  50% {
    transform: scale(1.15);
  }
}

@media (max-width: 768px) {
  .news-ticker-area {
    flex-direction: column;
    border-radius: 12px;
  }

  .news-title {
    width: 100%;
    min-width: 100%;
    padding: 10px 15px;
  }

  .news-title::after {
    display: none;
  }

  .news-ticker {
    width: 100%;
    padding-left: 10px;
  }

  .news-ticker marquee {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
  }
}
