@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  -webkit-transition: background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(0% -50%) !important;
          transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.navbar-light .navbar-nav .nav-link {
  color: #274082;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
  color: #1a2c5a;
}

.navbar-light .navbar-brand {
  color: #274082;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

body {
  font-family: 'Alice', serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}

.page-header {
  background-color: #f8f9fa;
}

.page-header .breadcrumb {
  background-color: transparent;
}

.page-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
}

.feature-card {
  padding: 1.5rem;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

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

.feature-card h3 {
  color: #274082;
  margin-bottom: 1rem;
}

.feature-card ul {
  list-style: none;
  padding: 0;
}

.feature-card ul li {
  margin-bottom: 0.5rem;
}

.feature-card ul li i {
  color: #274082;
}

.ijshodh-section .card {
  border: none;
}

.ijshodh-section .card .card-body h2 {
  color: #274082;
  margin-bottom: 1.5rem;
}

.ijshodh-section .card .card-body p {
  line-height: 1.8;
  color: #495057;
}

.ijshodh-section .card .card-body .feature-card {
  background-color: rgba(39, 64, 130, 0.05);
}

.ijshodh-section .card .card-body .feature-card:hover {
  background-color: rgba(39, 64, 130, 0.1);
}

.dropdown-item:active {
  background-color: #274082;
  color: #fff;
}

.hero-section {
  position: relative;
  height: 85vh;
  color: white;
  overflow: hidden;
}

.hero-section .carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-section .carousel-inner, .hero-section .carousel-item {
  height: 100%;
}

.hero-section .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.hero-section .container {
  position: relative;
  z-index: 3;
}

.hero-section .carousel-caption {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  text-align: left;
  padding: 0 5%;
  -webkit-animation: caption-fade-in 1.5s ease-out;
          animation: caption-fade-in 1.5s ease-out;
}

.hero-section .carousel-caption h1 {
  font-family: 'Playfair Display', serif;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  margin-bottom: 1rem;
}

.hero-section .carousel-caption p {
  font-family: 'Alice', serif;
  font-size: 1.25rem;
  max-width: 80%;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
}

@-webkit-keyframes caption-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes caption-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 768px) {
  .carousel-caption {
    text-align: center;
    padding: 0 10%;
  }
  .carousel-caption h1 {
    font-size: 2.5rem;
  }
  .carousel-caption p {
    font-size: 1rem;
    max-width: 100%;
  }
}

.how-to-apply-section {
  background-color: #f8f9fa;
}

.how-to-apply-section h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #274082;
}

.how-to-apply-section .apply-card {
  background-color: transparent;
  padding: 10px;
  border: none;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}

.how-to-apply-section .apply-card:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.how-to-apply-section .card-icon {
  margin: 0 auto 25px auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #274082;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  line-height: 0;
  font-weight: 700;
}

.how-to-apply-section .card-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}

.how-to-apply-section .card-text {
  font-family: 'Alice', serif;
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 25px;
}

.how-to-apply-section .btn-primary {
  color: #fff;
  background-color: #274082;
  border-color: #274082;
  font-weight: 500;
}

.how-to-apply-section .btn-primary:hover {
  background-color: #1e326a;
  background-color: #274082;
  color: #fff;
}

@media (max-width: 767px) {
  .how-to-apply-section .apply-timeline::before {
    left: 50%;
    top: 60px;
    bottom: 60px;
    height: auto;
    width: 3px;
  }
  .how-to-apply-section .step {
    margin-bottom: 30px;
  }
}

.footer-section {
  background-color: #274082;
  color: rgba(255, 255, 255, 0.85);
}

.footer-section h5 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-section p {
  font-size: 0.95rem;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #fff;
}

.footer-section .footer-logo {
  height: 50px;
  background: white;
  padding: 5px;
  border-radius: 5px;
}

.footer-section .social-icons a {
  color: rgba(255, 255, 255, 0.85);
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
}

.footer-section .social-icons a:hover {
  color: #fff;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.footer-section hr {
  background-color: rgba(255, 255, 255, 0.2);
}

.about-section .section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #274082;
  margin-bottom: 1rem;
}

.about-section .lead {
  font-family: 'Alice', serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #555;
}

.about-section p {
  font-family: 'Alice', serif;
  color: #6c757d;
}

.about-section .btn-primary {
  background-color: #274082;
  border-color: #274082;
  padding: 12px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-section .btn-primary:hover {
  background-color: #1e326a;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.stats-section {
  background-color: #274082;
  color: #fff;
}

.stats-section .stat-item h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  opacity: 0.8;
}

.stats-section .stat-item p.counter {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.campus-life-section {
  background-color: #fff;
}

.campus-life-section h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #274082;
}

.campus-life-section .swiper-slide {
  padding-bottom: 50px;
}

.campus-life-section .campus-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: 100%;
}

.campus-life-section .campus-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.campus-life-section .campus-card .card-body {
  padding: 25px;
}

.campus-life-section .campus-card .card-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #343a40;
}

.campus-life-section .campus-card .card-text {
  font-family: 'Alice', serif;
  color: #6c757d;
}

.campus-life-section .swiper-pagination-bullet {
  background: #274082;
}

.courses-section {
  background-color: #f8f9fa;
}

.courses-section .section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #274082;
  margin-bottom: 1rem;
}

.courses-section p {
  font-family: 'Alice', serif;
  color: #6c757d;
  line-height: 1.7;
}

.courses-section ul a {
  font-family: 'Alice', serif;
  color: #555;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.courses-section ul a:hover {
  color: #274082;
}

.courses-section ul i {
  color: #274082;
}

.courses-section .btn-primary {
  background-color: #274082;
  border-color: #274082;
  padding: 12px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.courses-section .btn-primary:hover {
  background-color: #1e326a;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.initiatives-section {
  background-color: #f8f9fa;
}

.initiatives-section h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #274082;
}

.initiatives-section .initiative-card {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.initiatives-section .initiative-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 12px 30px rgba(39, 64, 130, 0.1);
          box-shadow: 0 12px 30px rgba(39, 64, 130, 0.1);
}

.initiatives-section .initiative-card .card-body {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.initiatives-section .initiative-card .card-icon {
  font-size: 2.5rem;
  color: #274082;
  margin-bottom: 20px;
}

.initiatives-section .initiative-card .card-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.initiatives-section .initiative-card .card-text {
  font-family: 'Alice', serif;
  color: #6c757d;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.initiatives-section .initiative-card ul {
  margin-bottom: 0;
}

.initiatives-section .initiative-card ul a {
  font-family: 'Alice', serif;
  color: #555;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.initiatives-section .initiative-card ul a:hover {
  color: #274082;
}

.initiatives-section .initiative-card ul a:hover {
  color: #1a2c5a;
}

.why-choose-section {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f4ff), to(#ffffff));
  background: linear-gradient(to bottom, #f0f4ff, #ffffff);
}

.why-choose-section h2 {
  color: #1a2c5a;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  font-family: 'Playfair Display', serif;
}

.why-choose-section .apply-card {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  -webkit-box-shadow: 0 8px 24px rgba(26, 44, 90, 0.05);
          box-shadow: 0 8px 24px rgba(26, 44, 90, 0.05);
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 2rem;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.why-choose-section .apply-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 12px 35px rgba(26, 44, 90, 0.1);
          box-shadow: 0 12px 35px rgba(26, 44, 90, 0.1);
  border-color: #274082;
}

.why-choose-section .apply-card .card-icon {
  margin-bottom: 20px;
}

.why-choose-section .apply-card .card-icon i {
  color: #274082;
  font-size: 3rem;
  background-image: linear-gradient(135deg, #274082, #3a5db8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.why-choose-section .apply-card .card-title {
  font-family: 'Playfair Display', serif;
  color: #1a2c5a;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.why-choose-section .apply-card .card-text {
  font-family: 'Alice', serif;
  color: #5a688a;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.95rem;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front .apply-card {
  height: 100%;
}

.flip-card-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-card-back .apply-card {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(135deg, #274082, #3a5db8);
}

.flip-card-back .apply-card .card-title {
  color: #ffffff;
}

.flip-card-back .apply-card .card-text {
  color: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes animated-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes animated-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.animated-button {
  background: linear-gradient(-45deg, #274082, #3a5db8, #2c7aaf, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: animated-gradient 8s ease infinite;
          animation: animated-gradient 8s ease infinite;
  color: white;
  border: none;
}

.vision-mission-section .vision-content, .vision-mission-section .mission-content {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: 100%;
}

.vision-mission-section .vision-content:hover, .vision-mission-section .mission-content:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.vision-mission-section .vision-content i, .vision-mission-section .mission-content i {
  margin-bottom: 1rem;
}

.vision-mission-section .vision-content h3, .vision-mission-section .mission-content h3 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
}

.page-title-section {
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background-color: #343a40;
}

.page-title-section h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 3rem;
}

.message-section .img-fluid {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.student-achievements-section .achievement-card {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: 100%;
}

.student-achievements-section .achievement-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.student-achievements-section .achievement-card .img-fluid {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.student-achievements-section .achievement-card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.5rem;
}

.student-achievements-section .achievement-card .card-title {
  color: #274082;
  font-weight: 700;
  font-size: 1.75rem;
}

.student-achievements-section .achievement-card .card-text {
  font-size: 1.1rem;
}

.student-achievements-section .achievement-card .blockquote {
  font-size: 1rem;
  border-left: 3px solid #274082;
  padding-left: 1rem;
  margin-top: 1.5rem;
}

.student-achievements-section .achievement-card .blockquote p {
  color: #6c757d;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .pre-placement-activities-section .activities-summary .core-activities-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.placements-congrats-section .placement-card {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: 100%;
}

.placements-congrats-section .placement-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.placements-congrats-section .placement-card img {
  width: 150px;
  height: 150px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.placements-congrats-section .placement-card h5 {
  font-family: 'Playfair Display', serif;
  margin-top: 1rem;
}

.brochure-section .brochure-image {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  display: inline-block;
}

.report-section .report-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.report-section .report-content h2 {
  font-family: 'Playfair Display', serif;
}

.induction-section .induction-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.induction-section .induction-content h2 {
  font-family: 'Playfair Display', serif;
}

.freshers-party-section .party-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.freshers-party-section .party-content h2 {
  font-family: 'Playfair Display', serif;
}

.freshers-swiper {
  width: 100%;
  height: 100%;
}

.data-speaks-section .data-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.data-speaks-section .data-content h2 {
  font-family: 'Playfair Display', serif;
}

.speakers-section .speaker-card {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: 100%;
}

.speakers-section .speaker-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.speakers-section .speaker-card img {
  width: 150px;
  height: 150px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.speakers-section .speaker-card h5 {
  font-family: 'Playfair Display', serif;
  margin-top: 1rem;
}

.pay-fees-section .payment-gateway-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.pay-fees-section .payment-gateway-card .card-header {
  background-color: #f8f9fa;
  font-family: 'Playfair Display', serif;
}

.pay-fees-section .payment-gateway-card .gateway-option {
  padding: 20px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
}

.pay-fees-section .payment-gateway-card .instructions ul {
  padding-left: 20px;
}

.journal-section .journal-cover img {
  border: 5px solid #fff;
}

.journal-section .journal-details h2 {
  font-family: 'Playfair Display', serif;
}

.ft-journals-section .journal-list-container {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.ft-journals-section .journal-list-container .list-group-item {
  padding: 15px 20px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.ft-journals-section .journal-list-container .list-group-item:hover {
  background-color: #f8f9fa;
}

.committee-section .committee-info h2 {
  font-family: 'Playfair Display', serif;
}

.committee-section .committee-info .member-card {
  background-color: #f8f9fa;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 5px solid var(--bs-primary);
}

.board-members-section .member-card {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: 100%;
}

.board-members-section .member-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.board-members-section .member-card img {
  width: 150px;
  height: 150px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.board-members-section .member-card h5 {
  font-family: 'Playfair Display', serif;
  margin-top: 1rem;
}

.board-members-section h3 {
  font-family: 'Playfair Display', serif;
}

.course-details-section {
  background: linear-gradient(135deg, #f8f9fa 60%, #e0e5ec 100%);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.course-content-card {
  background: #f8f9fa;
  border-radius: 1.5rem;
  -webkit-box-shadow: 8px 8px 24px #e0e5ec, -8px -8px 24px #ffffff;
          box-shadow: 8px 8px 24px #e0e5ec, -8px -8px 24px #ffffff;
  border: none;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  margin-bottom: 2rem;
  padding: 2rem;
}

.course-content-card h3 {
  color: #274082;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-content-card h3 i {
  margin-right: 0.5rem;
}

.course-content-card ul, .course-content-card ol {
  margin-bottom: 0;
}

.course-content-card:hover {
  -webkit-box-shadow: 4px 4px 16px #e0e5ec, -4px -4px 16px #ffffff;
          box-shadow: 4px 4px 16px #e0e5ec, -4px -4px 16px #ffffff;
  -webkit-transform: translateY(-4px) scale(1.01);
          transform: translateY(-4px) scale(1.01);
}

.course-sidebar-card {
  background: #f8f9fa;
  border-radius: 2rem;
  -webkit-box-shadow: 8px 8px 24px #e0e5ec, -8px -8px 24px #ffffff;
          box-shadow: 8px 8px 24px #e0e5ec, -8px -8px 24px #ffffff;
  border: none;
  padding: 2rem 1.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  z-index: 10;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}

.course-sidebar-card h4 {
  color: #274082;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-sidebar-card h4 i {
  margin-right: 0.5rem;
}

.course-sidebar-card ul {
  padding-left: 1rem;
}

.course-sidebar-card ul li {
  margin-bottom: 0.75rem;
  color: #343a40;
}

.course-sidebar-card .btn {
  border-radius: 1.5rem;
  font-weight: 600;
  -webkit-box-shadow: 4px 4px 12px #e0e5ec, -4px -4px 12px #ffffff;
          box-shadow: 4px 4px 12px #e0e5ec, -4px -4px 12px #ffffff;
  margin-bottom: 0.5rem;
  -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, background 0.2s;
  transition: box-shadow 0.2s, background 0.2s, -webkit-box-shadow 0.2s;
}

.course-sidebar-card .btn:hover {
  -webkit-box-shadow: 2px 2px 8px #e0e5ec, -2px -2px 8px #ffffff;
          box-shadow: 2px 2px 8px #e0e5ec, -2px -2px 8px #ffffff;
}

.course-sidebar-card img {
  border-radius: 1rem;
  margin-top: 1.5rem;
  -webkit-box-shadow: 4px 4px 16px #e0e5ec, -4px -4px 16px #ffffff;
          box-shadow: 4px 4px 16px #e0e5ec, -4px -4px 16px #ffffff;
}

@media (max-width: 991px) {
  .course-sidebar-card {
    position: static;
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .course-details-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .course-content-card, .course-sidebar-card {
    padding: 1rem;
    border-radius: 1rem;
  }
}

.placement-process-section .placement-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.placement-process-section .placement-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #274082;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.placement-process-section .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.placement-process-section .timeline-item:nth-child(odd) {
  left: 0;
}

.placement-process-section .timeline-item:nth-child(even) {
  left: 50%;
}

.placement-process-section .timeline-item .timeline-content-wrapper {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.placement-process-section .timeline-item .timeline-content-wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.placement-process-section .timeline-item:nth-child(even) .timeline-content-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.placement-process-section .timeline-item .timeline-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: #274082;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.placement-process-section .timeline-item:nth-child(even) .timeline-icon {
  margin-right: 0;
  margin-left: 20px;
}

.placement-process-section .timeline-item .timeline-content h4 {
  font-weight: 700;
  color: #274082;
  margin-bottom: 5px;
}

.placement-process-section .timeline-item .timeline-content p {
  margin-bottom: 0;
  font-size: 0.95rem;
  color: #6c757d;
}

@media screen and (max-width: 768px) {
  .placement-process-section .placement-timeline::after {
    left: 31px;
  }
  .placement-process-section .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .placement-process-section .timeline-item:nth-child(even) {
    left: 0%;
  }
  .placement-process-section .timeline-item:nth-child(even) .timeline-content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .placement-process-section .timeline-item:nth-child(even) .timeline-icon {
    margin-right: 20px;
    margin-left: 0;
  }
}

.student-development-section .development-card {
  position: relative;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  overflow: hidden;
}

.student-development-section .development-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.student-development-section .development-card:hover .card-img-top {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.student-development-section .development-card .card-img-top {
  width: 100%;
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.student-development-section .development-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}

.student-development-section .development-card .card-date {
  font-size: 0.85rem;
  color: #e0e0e0;
  margin-bottom: 0.5rem;
}

.student-development-section .development-card .card-title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.student-development-section .development-card .btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.pre-placement-activities-section .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.pre-placement-activities-section .activities-summary {
  background-color: #274082;
  color: #fff;
  padding: 2.5rem;
  border-radius: 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pre-placement-activities-section .activities-summary .section-title {
  color: #fff;
}

.pre-placement-activities-section .activities-summary .lead {
  color: rgba(255, 255, 255, 0.9);
}

.pre-placement-activities-section .activities-summary p {
  color: rgba(255, 255, 255, 0.8);
}

.pre-placement-activities-section .activities-summary .core-activities-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.pre-placement-activities-section .activities-summary .core-activity-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pre-placement-activities-section .activities-summary .core-activity-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.pre-placement-activities-section .activities-list h3 {
  color: #274082;
  font-weight: 700;
}

.pre-placement-activities-section .activities-list .activity-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  background-color: #fff;
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.pre-placement-activities-section .activities-list .activity-item:last-child {
  margin-bottom: 0;
}

.pre-placement-activities-section .activities-list .activity-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(40, 56, 126, 0.1);
          box-shadow: 0 8px 25px rgba(40, 56, 126, 0.1);
}

.pre-placement-activities-section .activities-list .activity-item:hover .activity-icon {
  background-color: #fff;
  color: #274082;
  border: 1px solid #e0e0e0;
}

.pre-placement-activities-section .activities-list .activity-item .activity-icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #274082;
  color: #fff;
  border-radius: 50%;
  margin-right: 1.5rem;
  font-size: 1.8rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pre-placement-activities-section .activities-list .activity-item .activity-content h5 {
  font-weight: 700;
  color: #274082;
  margin-bottom: 5px;
}

.pre-placement-activities-section .activities-list .activity-item .activity-content p {
  margin-bottom: 0;
  font-size: 0.95rem;
  color: #6c757d;
}

@media screen and (max-width: 768px) {
  .pre-placement-activities-section .activities-summary .core-activities-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.placement-committee-section .committee-card {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.placement-committee-section .committee-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.placement-committee-section .committee-card .committee-img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #274082;
}

.placement-committee-section .committee-card .card-title {
  color: #274082;
  font-weight: 700;
  margin-top: 1rem;
}

.placement-committee-section .committee-card .card-subtitle {
  color: #6c757d;
  font-weight: 500;
}

.placement-committee-section .committee-card .contact-info {
  margin-top: 1.5rem;
}

.placement-committee-section .committee-card .contact-info li {
  margin-bottom: 0.5rem;
}

.placement-committee-section .committee-card .contact-info li a {
  color: #343a40;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.placement-committee-section .committee-card .contact-info li a:hover {
  color: #274082;
}

@media screen and (max-width: 768px) {
  .pre-placement-activities-section .activities-summary .core-activities-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.placement-accordion-section .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px !important;
  margin-bottom: 1rem;
  overflow: hidden;
}

.placement-accordion-section .accordion-header .accordion-button {
  background-color: #f8f9fa;
  color: #274082;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 1.5rem;
  border-radius: 0;
}

.placement-accordion-section .accordion-header .accordion-button:not(.collapsed) {
  background-color: #274082;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.placement-accordion-section .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.placement-accordion-section .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23274082'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.placement-accordion-section .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.placement-accordion-section .accordion-body {
  padding: 1.5rem;
}

.placement-accordion-section .accordion-body .section-title, .placement-accordion-section .accordion-body h3 {
  display: none;
}

@media screen and (max-width: 768px) {
  .pre-placement-activities-section .activities-summary .core-activities-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style.css.map */