/**
* Project : Ravadigital.id
*/


:root { 
  --background-color: #fdfafa; /* Background color for the entire website, including individual sections */
  --default-color: rgba(41, 37, 24, 1); /* Default color used for the majority of the text content across the entire website */
  --heading-color: #292518; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #f7c55b; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #fff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #0c0b09; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --white-color: #fff;
  --background-color-program: #f5bd47; /* Background color for the entire website, including individual sections */
}

.more{
  color: var(--default-color);
  border: 2px solid var(--accent-color);
  background: transparent;
  padding: 14px 40px;
  transition: 0.4s;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px; 
  margin: 0 5px 0px;
  border-radius: 50px;
  transition: 0.3s;
}

.more:hover {
  background: var(--accent-color);
  color: #000;
}

.contact-info-me i a,
.contact-info-me i span {
  padding-left: 5px;
  /*color: var(--default-color);*/
  color: #000;
}

@media (max-width: 575px) {
  .contact-info-me i a,
  .contact-info-me i span {
    font-size: 13px;
  }
}

.contact-info-me i a {
  line-height: 0;
  transition: 0.3s;
}

.contact-info-me i a:hover {
  color: var(--white-color);
  text-decoration: underline;
}

.languages-me ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000;
}

.languages-me ul a {
  /*color: var(--default-color);*/
  color: #000;
}

.languages-me ul a:hover {
  color: var(--white-color); 
  /*color: #fdfafa;*/
}

.languages-me ul li+li {
  padding-left: 10px;
}

.languages-me ul li+li::before {
  display: inline-block;
  padding-right: 10px;
  /*color: color-mix(in srgb, var(--default-color), transparent 10%);*/
   color: color-mix(in srgb, transparent 10%);
  content: "/";
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.about .about-content h3 {
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.about .about-content p {
  margin-bottom: 30px;
}

.about .about-content .timeline {
  position: relative;
  margin-top: 40px;
  padding-left: 30px;
}

.about .about-content .timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.about .about-content .timeline .timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.about .about-content .timeline .timeline-item:last-child {
  margin-bottom: 0;
}

.about .about-content .timeline .timeline-item .timeline-dot {
  position: absolute;
  left: -35px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--accent-color);
}

.about .about-content .timeline .timeline-item .timeline-content h4 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.about .about-content .timeline .timeline-item .timeline-content p {
  margin-bottom: 0;
}

.about .about-image {
  position: relative;
}

.about .about-image img {
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about .about-image .mission-vision {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .about .about-image .mission-vision {
    grid-template-columns: 1fr;
  }
}

.about .about-image .mission-vision .mission,
.about .about-image .mission-vision .vision {
  background-color: var(--surface-color);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.about .about-image .mission-vision .mission h3,
.about .about-image .mission-vision .vision h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
}

.about .about-image .mission-vision .mission h3:before,
.about .about-image .mission-vision .vision h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 20px;
  background-color: var(--accent-color);
  border-radius: 3px;
}

.about .about-image .mission-vision .mission p,
.about .about-image .mission-vision .vision p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.about .core-values {
  margin-top: 30px;
}

.about .core-values h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

.about .core-values .value-card {
  background-color: var(--surface-color);
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.about .core-values .value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.about .core-values .value-card .value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  margin-bottom: 20px;
}

.about .core-values .value-card .value-icon i {
  font-size: 32px;
  color: var(--accent-color);
}

.about .core-values .value-card h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.about .core-values .value-card p {
  font-size: 0.95rem;
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# History Section
--------------------------------------------------------------*/
.history .about-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.history .about-content h3 {
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.history .about-content p {
  margin-bottom: 30px;
}

.history .about-content .timeline {
  position: relative;
  margin-top: 40px;
  padding-left: 30px;
}

.history .about-content .timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.history .about-content .timeline .timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.history .about-content .timeline .timeline-item:last-child {
  margin-bottom: 0;
}

.history .about-content .timeline .timeline-item .timeline-dot {
  position: absolute;
  left: -35px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--accent-color);
}

.history .about-content .timeline .timeline-item .timeline-content h4 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.history .about-content .timeline .timeline-item .timeline-content p {
  margin-bottom: 0;
}

.history .about-image {
  position: relative;
}

.history .about-image img {
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.history .about-image .mission-vision {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .history .about-image .mission-vision {
    grid-template-columns: 1fr;
  }
}

.history .about-image .mission-vision .mission,
.history .about-image .mission-vision .vision {
  background-color: var(--surface-color);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.history .about-image .mission-vision .mission h3,
.history .about-image .mission-vision .vision h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
}

.history .about-image .mission-vision .mission h3:before,
.history .about-image .mission-vision .vision h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 20px;
  background-color: var(--accent-color);
  border-radius: 3px;
}

.history .about-image .mission-vision .mission p,
.history .about-image .mission-vision .vision p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.history .core-values {
  margin-top: 30px;
}

.history .core-values h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

.history .core-values .value-card {
  background-color: var(--surface-color);
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.history .core-values .value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.history .core-values .value-card .value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  margin-bottom: 20px;
}

.history .core-values .value-card .value-icon i {
  font-size: 32px;
  color: var(--accent-color);
}

.history .core-values .value-card h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.history .core-values .value-card p {
  font-size: 0.95rem;
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Leadership Section
--------------------------------------------------------------*/
.leadership .intro-wrapper {
  margin-bottom: 5rem;
}

.leadership .subtitle {
  display: block;
  color: var(--accent-color);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.leadership .title {
  color: var(--heading-color);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.leadership .description {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.leadership .intro-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.leadership .intro-image img {
  width: 100%;
  border-radius: 12px;
  transform: scale(1.01);
}

.leadership .intro-image .experience-badge {
  position: absolute;
  bottom: 30px;
  left: -20px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.leadership .intro-image .experience-badge .years {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.leadership .intro-image .experience-badge .text {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  max-width: 140px;
}

.leadership .highlights {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.leadership .highlights .highlight-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.leadership .highlights .highlight-item .icon-box {
  width: 50px;
  height: 50px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.leadership .highlights .highlight-item .icon-box i {
  color: var(--accent-color);
  font-size: 1.5rem;
}

.leadership .highlights .highlight-item .content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.leadership .highlights .highlight-item .content p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.leadership .leadership-section {
  margin-top: 2rem;
}

.leadership .leadership-section .section-header {
  max-width: 700px;
  margin: 0 auto 3rem;
}

.leadership .leadership-section .section-header .description {
  margin-bottom: 0;
}

.leadership .team-card {
  height: 380px;
  margin-bottom: 15px;
  perspective: 1000px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 12px;
  overflow: hidden;
}

.leadership .team-card .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.leadership .team-card .card-front,
.leadership .team-card .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.leadership .team-card .card-front {
  background-color: var(--surface-color);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.leadership .team-card .card-front .member-image {
  height: 280px;
  overflow: hidden;
}

.leadership .team-card .card-front .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.leadership .team-card .card-front .member-info {
  padding: 15px;
}

.leadership .team-card .card-front .member-info h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.leadership .team-card .card-front .member-info p {
  color: var(--accent-color);
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
}

.leadership .team-card .card-back {
  background: var(--surface-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  bottom: -100%;
  z-index: 2;
  transition: bottom 0.3s ease-in-out;
}

.leadership .team-card .card-back h4 {
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.leadership .team-card .card-back .position {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.leadership .team-card .card-back .bio {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.leadership .team-card .card-back .social-links {
  display: flex;
  gap: 10px;
}

.leadership .team-card .card-back .social-links a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: var(--contrast-color);
  font-size: 1.1rem;
  transition: all 0.3s;
}

.leadership .team-card .card-back .social-links a:hover {
  background-color: var(--accent-color);
  transform: translateY(-3px);
}

.leadership .team-card:hover .card-back {
  bottom: 0;
}

@media (max-width: 1199px) {
  .leadership .team-card {
    height: 360px;
  }
}

@media (max-width: 991px) {
  .leadership .title {
    font-size: 2.2rem;
  }

  .leadership .intro-image .experience-badge {
    bottom: 20px;
    left: -10px;
    padding: 12px 20px;
  }

  .leadership .intro-image .experience-badge .years {
    font-size: 1.8rem;
  }

  .leadership .intro-image .experience-badge .text {
    font-size: 0.8rem;
  }

  .leadership .team-card {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .leadership .intro-wrapper {
    margin-bottom: 3rem;
  }

  .leadership .title {
    font-size: 1.8rem;
  }

  .leadership .description {
    font-size: 1rem;
  }

  .leadership .highlights .highlight-item .icon-box {
    width: 45px;
    height: 45px;
  }

  .leadership .leadership-section .section-header {
    margin-bottom: 2rem;
  }
}

@media (max-width: 575px) {
  .leadership .team-card {
    height: 360px;
  }
}


/*animation hit*/
.stats-section {
  /*background: linear-gradient(135deg, #f0f4ff, #ffffff);*/
  padding: 0 0 60px 0;
/*  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);*/
}

.stats-box h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #2b6cb0; /* Biru elegan */
}

.stats-box p {
  font-size: 1.1rem;
  font-weight: 500;
  color: #444;
  margin-top: 10px;
}

.stats-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stats-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}



/*--------------------------------------------------------------
# Students Life Block Section
--------------------------------------------------------------*/
.students-life-block .hero-image-wrapper {
  position: relative;
}

.students-life-block .hero-image-wrapper .main-image {
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.students-life-block .hero-image-wrapper .floating-card {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: var(--surface-color);
  padding: 1.5rem 2rem;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.students-life-block .hero-image-wrapper .floating-card .card-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #ff6b6b 30%));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.students-life-block .hero-image-wrapper .floating-card .card-icon i {
  color: var(--contrast-color);
  font-size: 1.5rem;
}

.students-life-block .hero-image-wrapper .floating-card .card-content {
  display: flex;
  flex-direction: column;
}

.students-life-block .hero-image-wrapper .floating-card .card-content .card-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1;
}

.students-life-block .hero-image-wrapper .floating-card .card-content .card-label {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.students-life-block .content-wrapper .section-badge {
  display: inline-block;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.students-life-block .content-wrapper h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .students-life-block .content-wrapper h2 {
    font-size: 2rem;
  }
}

.students-life-block .content-wrapper .lead-text {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.students-life-block .info-grid {
  margin-bottom: 2.5rem;
}

.students-life-block .info-grid .info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.students-life-block .info-grid .info-item .info-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 85%), color-mix(in srgb, var(--accent-color), transparent 95%));
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.students-life-block .info-grid .info-item .info-icon i {
  font-size: 1.5rem;
  color: var(--accent-color);
}

.students-life-block .info-grid .info-item .info-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.students-life-block .info-grid .info-item .info-text strong {
  font-weight: 600;
  color: var(--heading-color);
}

.students-life-block .info-grid .info-item .info-text span {
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.students-life-block .cta-section {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.students-life-block .cta-section .btn-primary {
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid var(--accent-color);
}

.students-life-block .cta-section .btn-primary:hover {
  background: transparent;
  color: var(--accent-color);
  transform: translateY(-2px);
}

.students-life-block .cta-section .btn-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--heading-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.students-life-block .cta-section .btn-link i {
  font-size: 2rem;
  color: var(--accent-color);
}

.students-life-block .cta-section .btn-link:hover {
  color: var(--accent-color);
  transform: translateX(5px);
}

@media (max-width: 576px) {
  .students-life-block .cta-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.students-life-block .activities-showcase {
  margin-top: 4rem;
}

.students-life-block .activities-showcase .featured-activity {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.students-life-block .activities-showcase .featured-activity .activity-media {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.students-life-block .activities-showcase .featured-activity .activity-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.students-life-block .activities-showcase .featured-activity .activity-media:hover img {
  transform: scale(1.1);
}

.students-life-block .activities-showcase .featured-activity .activity-media:hover .activity-overlay {
  opacity: 1;
}

.students-life-block .activities-showcase .featured-activity .activity-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.students-life-block .activities-showcase .featured-activity .activity-overlay .overlay-content {
  color: var(--contrast-color);
}

.students-life-block .activities-showcase .featured-activity .activity-overlay .overlay-content h4 {
  color: var(--contrast-color);
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.students-life-block .activities-showcase .featured-activity .activity-overlay .overlay-content p {
  margin-bottom: 1rem;
  opacity: 0.9;
}

.students-life-block .activities-showcase .featured-activity .activity-overlay .overlay-content .overlay-btn {
  width: 50px;
  height: 50px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--contrast-color);
  text-decoration: none;
  transition: transform 0.3s ease;
}

.students-life-block .activities-showcase .featured-activity .activity-overlay .overlay-content .overlay-btn:hover {
  transform: scale(1.1);
}

.students-life-block .activities-showcase .featured-activity .activity-overlay .overlay-content .overlay-btn i {
  font-size: 1.25rem;
}

.students-life-block .activities-showcase .activities-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.students-life-block .activities-showcase .activities-list .activity-item {
  display: flex;
  gap: 1rem;
  background: var(--surface-color);
  padding: 1.25rem;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.students-life-block .activities-showcase .activities-list .activity-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.students-life-block .activities-showcase .activities-list .activity-item .activity-thumb {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.students-life-block .activities-showcase .activities-list .activity-item .activity-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.students-life-block .activities-showcase .activities-list .activity-item .activity-info h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--heading-color);
}

.students-life-block .activities-showcase .activities-list .activity-item .activity-info p {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .students-life-block .hero-image-wrapper .floating-card {
    bottom: 20px;
    right: 20px;
    padding: 1rem 1.5rem;
  }

  .students-life-block .content-wrapper {
    margin-top: 2rem;
  }

  .students-life-block .activities-showcase {
    margin-top: 3rem;
  }

  .students-life-block .activities-showcase .featured-activity .activity-media {
    height: 300px;
  }

  .students-life-block .activities-showcase .activities-list {
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  .students-life-block .hero-image-wrapper .floating-card {
    position: static;
    margin-top: 1rem;
  }

  .students-life-block .activities-list .activity-item {
    flex-direction: column;
    text-align: center;
  }

  .students-life-block .activities-list .activity-item .activity-thumb {
    width: 100%;
    height: 150px;
    align-self: center;
  }
}

/*--------------------------------------------------------------
# Students Life Section
--------------------------------------------------------------*/
.students-life .student-life-intro {
  padding: 15px;
}

.students-life .student-life-intro h3 {
  margin-bottom: 20px;
  position: relative;
}

.students-life .student-life-intro h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background-color: var(--accent-color);
}

.students-life .student-life-intro p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.students-life .student-life-intro .btn {
  padding: 10px 25px;
  border-radius: 5px;
  color: var(--accent-color);
  border-color: var(--accent-color);
  transition: all 0.3s ease;
}

.students-life .student-life-intro .btn:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.students-life .student-organizations h3 {
  margin-bottom: 30px;
  position: relative;
}

.students-life .student-organizations h3:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 80px;
  height: 3px;
  background-color: var(--accent-color);
}

.students-life .student-organizations .organization-card {
  background-color: var(--surface-color);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.students-life .student-organizations .organization-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.students-life .student-organizations .organization-card .icon-box {
  width: 60px;
  height: 60px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.students-life .student-organizations .organization-card .icon-box i {
  font-size: 28px;
  color: var(--accent-color);
}

.students-life .student-organizations .organization-card h5 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--heading-color);
}

.students-life .student-organizations .organization-card p {
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.students-life .student-organizations .organization-card .badge {
  background-color: color-mix(in srgb, var(--heading-color), transparent 80%);
  color: var(--heading-color);
  padding: 5px 12px;
  border-radius: 25px;
  font-weight: normal;
  font-size: 0.75rem;
}

.students-life .athletics-programs h3 {
  margin-bottom: 30px;
  position: relative;
}

.students-life .athletics-programs h3:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 80px;
  height: 3px;
  background-color: var(--accent-color);
}

.students-life .athletics-programs .swiper-wrapper {
  height: auto !important;
}

.students-life .athletics-programs .athletics-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.students-life .athletics-programs .athletics-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.students-life .athletics-programs .athletics-card .athletics-content {
  padding: 20px;
  background-color: var(--surface-color);
}

.students-life .athletics-programs .athletics-card .athletics-content h5 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.students-life .athletics-programs .athletics-card .athletics-content p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.students-life .athletics-programs .swiper {
  padding: 0 15px;
}

.students-life .athletics-programs .swiper-slide {
  padding-bottom: 60px;
}

.students-life .athletics-programs .swiper-pagination {
  margin-top: 20px;
}

.students-life .athletics-programs .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 60%);
  opacity: 1;
}

.students-life .athletics-programs .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
  width: 12px;
  height: 12px;
}

.students-life .campus-facilities h3 {
  margin-bottom: 30px;
  position: relative;
}

.students-life .campus-facilities h3:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 80px;
  height: 3px;
  background-color: var(--accent-color);
}

.students-life .campus-facilities .facility-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: transform 0.3s ease;
}

.students-life .campus-facilities .facility-card:hover {
  transform: translateY(-5px);
}

.students-life .campus-facilities .facility-card img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.students-life .campus-facilities .facility-card .facility-info {
  padding: 16px;
  background-color: var(--surface-color);
}

.students-life .campus-facilities .facility-card .facility-info h5 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--heading-color);
}

.students-life .campus-facilities .facility-card .facility-info p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.students-life .support-services h3 {
  margin-bottom: 30px;
  position: relative;
}

.students-life .support-services h3:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 80px;
  height: 3px;
  background-color: var(--accent-color);
}

.students-life .support-services .service-card {
  padding: 30px;
  background-color: var(--surface-color);
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: all 0.3s ease;
}

.students-life .support-services .service-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.students-life .support-services .service-card:hover .icon-box {
  background-color: var(--accent-color);
}

.students-life .support-services .service-card:hover .icon-box i {
  color: var(--contrast-color);
}

.students-life .support-services .service-card .icon-box {
  width: 65px;
  height: 65px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 80%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.students-life .support-services .service-card .icon-box i {
  font-size: 30px;
  color: var(--accent-color);
  transition: all 0.3s ease;
}

.students-life .support-services .service-card h5 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--heading-color);
}

.students-life .support-services .service-card p {
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.students-life .support-services .service-card .service-link {
  color: var(--accent-color);
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.students-life .support-services .service-card .service-link i {
  margin-left: 5px;
  transition: all 0.3s ease;
}

.students-life .support-services .service-card .service-link:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.students-life .support-services .service-card .service-link:hover i {
  transform: translateX(5px);
}

.students-life .student-gallery h3 {
  margin-bottom: 30px;
  position: relative;
}

.students-life .student-gallery h3:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 80px;
  height: 3px;
  background-color: var(--accent-color);
}

.students-life .student-gallery .gallery-item {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.students-life .student-gallery .gallery-item img {
  transition: all 0.4s ease;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.students-life .student-gallery .gallery-item .gallery-overlay {
  position: absolute;
  inset: 0;
  background-color: color-mix(in srgb, var(--accent-color), transparent 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.students-life .student-gallery .gallery-item .gallery-overlay i {
  color: var(--contrast-color);
  font-size: 2rem;
  transform: scale(0.5);
  transition: all 0.3s ease;
}

.students-life .student-gallery .gallery-item:hover img {
  transform: scale(1.05);
}

.students-life .student-gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.students-life .student-gallery .gallery-item:hover .gallery-overlay i {
  transform: scale(1);
}

.students-life .cta-block {
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  padding: 40px;
  border-radius: 10px;
}

.students-life .cta-block h3 {
  color: var(--heading-color);
  margin-bottom: 15px;
}

.students-life .cta-block p {
  margin-bottom: 0;
  opacity: 0.9;
}

.students-life .cta-block .btn {
  padding: 10px 24px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.students-life .cta-block .btn.btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.students-life .cta-block .btn.btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 15%);
  border-color: color-mix(in srgb, var(--accent-color), black 15%);
}

.students-life .cta-block .btn.btn-outline-primary {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.students-life .cta-block .btn.btn-outline-primary:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

@media (max-width: 992px) {
  .students-life .student-life-intro {
    margin-top: 30px;
  }

  .students-life .cta-block {
    padding: 30px;
  }

  .students-life .cta-block .col-lg-4 {
    text-align: left !important;
  }
}

@media (max-width: 768px) {

  .students-life .organization-card,
  .students-life .service-card {
    margin-bottom: 20px;
  }

  .students-life .student-gallery .gallery-item {
    margin-bottom: 15px;
  }

  .students-life .cta-block {
    padding: 25px;
  }

  .students-life .cta-block .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .students-life .cta-block .btn.ms-2 {
    margin-left: 0 !important;
  }
}

@media (max-width: 576px) {

  .students-life .student-life-intro h3,
  .students-life .student-organizations h3,
  .students-life .athletics-programs h3,
  .students-life .campus-facilities h3,
  .students-life .support-services h3,
  .students-life .student-gallery h3 {
    font-size: 1.5rem;
  }

  .students-life .facility-card,
  .students-life .service-card {
    margin-bottom: 15px;
  }
}



/*--------------------------------------------------------------
# Eventmes Section
--------------------------------------------------------------*/
.eventmes .eventme-item {
  background-color: var(--surface-color);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.4s ease;
  height: 100%;
}

.eventmes .eventme-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px color-mix(in srgb, var(--default-color), transparent 85%);
}

.eventmes .eventme-item .eventme-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.eventmes .eventme-item .eventme-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.eventmes .eventme-item .eventme-image:hover img {
  transform: scale(1.05);
}

.eventmes .eventme-item .eventme-image .eventme-date-overlay {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #ff6b6b 30%));
  color: var(--contrast-color);
  padding: 8px 12px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.eventmes .eventme-item .eventme-image .eventme-date-overlay .date {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.eventmes .eventme-item .eventme-details {
  padding: 1.5rem;
}

.eventmes .eventme-item .eventme-details .eventme-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.eventmes .eventme-item .eventme-details .eventme-category .badge {
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.eventmes .eventme-item .eventme-details .eventme-category .badge.academic {
  background: linear-gradient(45deg, #e3f2fd, #bbdefb);
  color: #0d47a1;
}

.eventmes .eventme-item .eventme-details .eventme-category .badge.sports {
  background: linear-gradient(45deg, #e8f5e8, #c8e6c9);
  color: #2e7d32;
}

.eventmes .eventme-item .eventme-details .eventme-category .badge.arts {
  background: linear-gradient(45deg, #ffebee, #ffcdd2);
  color: #c62828;
}

.eventmes .eventme-item .eventme-details .eventme-category .badge.community {
  background: linear-gradient(45deg, #fff3e0, #ffe0b2);
  color: #e65100;
}

.eventmes .eventme-item .eventme-details .eventme-category .eventme-time {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  padding: 0.3rem 0.7rem;
  border-radius: 15px;
}

.eventmes .eventme-item .eventme-details h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  color: var(--heading-color);
}

.eventmes .eventme-item .eventme-details p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.eventmes .eventme-item .eventme-details .eventme-info {
  margin-bottom: 1.5rem;
}

.eventmes .eventme-item .eventme-details .eventme-info .info-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 35%);
}

.eventmes .eventme-item .eventme-details .eventme-info .info-row i {
  font-size: 1rem;
  color: var(--accent-color);
  margin-right: 0.6rem;
  width: 16px;
}

.eventmes .eventme-item .eventme-details .eventme-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eventmes .eventme-item .eventme-details .eventme-footer .register-btn {
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #6c5ce7 20%));
  color: var(--contrast-color);
  padding: 0.6rem 1.4rem;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.eventmes .eventme-item .eventme-details .eventme-footer .register-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.eventmes .eventme-item .eventme-details .eventme-footer .eventme-share {
  display: flex;
  gap: 0.5rem;
}

.eventmes .eventme-item .eventme-details .eventme-footer .eventme-share i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--default-color), transparent 92%);
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: all 0.3s ease;
  cursor: pointer;
}

.eventmes .eventme-item .eventme-details .eventme-footer .eventme-share i:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: scale(1.1);
}

.eventmes .eventmes-navigation {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.eventmes .eventmes-navigation .filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.eventmes .eventmes-navigation .filter-tabs .filter-tab {
  padding: 0.6rem 1.2rem;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 85%);
  background-color: transparent;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.eventmes .eventmes-navigation .filter-tabs .filter-tab:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.eventmes .eventmes-navigation .filter-tabs .filter-tab.active {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.eventmes .eventmes-navigation .view-calendar-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background-color: var(--surface-color);
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.eventmes .eventmes-navigation .view-calendar-btn i {
  font-size: 1.1rem;
}

.eventmes .eventmes-navigation .view-calendar-btn:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .eventmes .eventme-item .eventme-image {
    height: 180px;
  }

  .eventmes .eventme-item .eventme-details {
    padding: 1.25rem;
  }

  .eventmes .eventme-item .eventme-details .eventme-category {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .eventmes .eventmes-navigation .filter-tabs {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .eventmes .eventmes-navigation .view-calendar-btn {
    width: 100%;
    justify-content: center;
  }
}


/*--------------------------------------------------------------
# Eventmes Extended Section
--------------------------------------------------------------*/
.eventmes-extended .eventmes-list {
  margin-bottom: 30px;
}

.eventmes-extended .eventmes-list .eventme-item {
  display: flex;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background-color: var(--surface-color);
  transition: transform 0.3s, box-shadow 0.3s;
}

.eventmes-extended .eventmes-list .eventme-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.eventmes-extended .eventmes-list .eventme-item .eventme-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 20px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  text-align: center;
}

.eventmes-extended .eventmes-list .eventme-item .eventme-date .day {
  font-family: var(--heading-font);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

.eventmes-extended .eventmes-list .eventme-item .eventme-date .month {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.eventmes-extended .eventmes-list .eventme-item .eventme-content {
  padding: 25px;
  flex: 1;
}

.eventmes-extended .eventmes-list .eventme-item .eventme-content .eventme-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.eventmes-extended .eventmes-list .eventme-item .eventme-content .eventme-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
}

.eventmes-extended .eventmes-list .eventme-item .eventme-content .eventme-meta span {
  display: inline-flex;
  align-items: center;
}

.eventmes-extended .eventmes-list .eventme-item .eventme-content .eventme-meta span i {
  margin-right: 8px;
  font-size: 16px;
  color: var(--accent-color);
}

.eventmes-extended .eventmes-list .eventme-item .eventme-content .eventme-description {
  margin-bottom: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.6;
}

.eventmes-extended .eventmes-list .eventme-item .eventme-content .btn-eventme-details {
  display: inline-flex;
  align-items: center;
  color: var(--accent-color);
  font-weight: 600;
  transition: all 0.3s;
}

.eventmes-extended .eventmes-list .eventme-item .eventme-content .btn-eventme-details i {
  margin-left: 5px;
  transition: transform 0.3s;
}

.eventmes-extended .eventmes-list .eventme-item .eventme-content .btn-eventme-details:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.eventmes-extended .eventmes-list .eventme-item .eventme-content .btn-eventme-details:hover i {
  transform: translateX(5px);
}

.eventmes-extended .eventmes-list .eventmes-pagination {
  margin-top: 40px;
}

.eventmes-extended .eventmes-list .eventmes-pagination .page-link {
  margin: 0 5px;
  border-radius: 5px;
  color: var(--default-color);
  background-color: var(--background-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 85%);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eventmes-extended .eventmes-list .eventmes-pagination .page-link:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
  color: var(--accent-color);
}

.eventmes-extended .eventmes-list .eventmes-pagination .page-item.active .page-link {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.eventmes-extended .eventmes-list .eventmes-pagination .page-item.disabled .page-link {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  border-color: color-mix(in srgb, var(--default-color), transparent 90%);
}

.eventmes-extended .eventmes-sidebar .sidebar-item {
  background-color: var(--surface-color);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.eventmes-extended .eventmes-sidebar .sidebar-item h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
}

.eventmes-extended .eventmes-sidebar .sidebar-item h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--accent-color);
}

.eventmes-extended .eventmes-sidebar .sidebar-item.search-form .input-group {
  position: relative;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.search-form .input-group .form-control {
  border-radius: 50px;
  padding-right: 50px;
  height: 48px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.eventmes-extended .eventmes-sidebar .sidebar-item.search-form .input-group .form-control:focus {
  box-shadow: none;
  border-color: color-mix(in srgb, var(--accent-color), transparent 60%);
}

.eventmes-extended .eventmes-sidebar .sidebar-item.search-form .input-group .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 48px;
  z-index: 5;
  border-radius: 50%;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.eventmes-extended .eventmes-sidebar .sidebar-item.search-form .input-group .btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.eventmes-extended .eventmes-sidebar .sidebar-item.categories ul li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.eventmes-extended .eventmes-sidebar .sidebar-item.categories ul li:last-child {
  border-bottom: none;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.categories ul li a {
  display: flex;
  justify-content: space-between;
  color: var(--default-color);
  transition: 0.3s;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.categories ul li a span {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.categories ul li a:hover {
  color: var(--accent-color);
}

.eventmes-extended .eventmes-sidebar .sidebar-item.upcoming-eventmes .featured-eventme {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.upcoming-eventmes .featured-eventme img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.upcoming-eventmes .featured-eventme .featured-eventme-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.eventmes-extended .eventmes-sidebar .sidebar-item.upcoming-eventmes .featured-eventme .featured-eventme-details h5 {
  color: var(--white-color);
  font-size: 18px;
  margin-bottom: 5px;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.upcoming-eventmes .featured-eventme .featured-eventme-details .eventme-date {
  display: block;
  color: color-mix(in srgb, var(--white-color), transparent 20%);
  font-size: 14px;
  margin-bottom: 10px;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.upcoming-eventmes .featured-eventme .featured-eventme-details .eventme-date i {
  margin-right: 5px;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.upcoming-eventmes .featured-eventme .featured-eventme-details .btn-sm {
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: var(--accent-color);
  color: var(--white-color);
  transition: all 0.3s;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.upcoming-eventmes .featured-eventme .featured-eventme-details .btn-sm:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 25%);
  transform: translateY(-2px);
}

.eventmes-extended .eventmes-sidebar .sidebar-item.eventme-calendar .calendar-widget .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.eventme-calendar .calendar-widget .calendar-header h5 {
  margin-bottom: 0;
  font-size: 18px;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.eventme-calendar .calendar-widget .calendar-header .calendar-nav {
  display: flex;
  gap: 10px;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.eventme-calendar .calendar-widget .calendar-header .calendar-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.3s;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.eventme-calendar .calendar-widget .calendar-header .calendar-nav a:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.eventmes-extended .eventmes-sidebar .sidebar-item.eventme-calendar .calendar-widget .calendar-table {
  width: 100%;
  border-collapse: collapse;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.eventme-calendar .calendar-widget .calendar-table th,
.eventmes-extended .eventmes-sidebar .sidebar-item.eventme-calendar .calendar-widget .calendar-table td {
  text-align: center;
  padding: 8px;
  font-size: 14px;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.eventme-calendar .calendar-widget .calendar-table thead th {
  color: var(--heading-color);
  font-weight: 600;
}

.eventmes-extended .eventmes-sidebar .sidebar-item.eventme-calendar .calendar-widget .calendar-table td.has-eventme {
  position: relative;
  font-weight: 700;
  color: var(--accent-color);
}

.eventmes-extended .eventmes-sidebar .sidebar-item.eventme-calendar .calendar-widget .calendar-table td.has-eventme:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--accent-color);
}

@media (max-width: 992px) {
  .eventmes-extended .eventmes-sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .eventmes-extended .eventmes-list .eventme-item {
    flex-direction: column;
  }

  .eventmes-extended .eventmes-list .eventme-item .eventme-date {
    min-width: 100%;
    padding: 15px;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
  }

  .eventmes-extended .eventmes-list .eventme-item .eventme-date .day:after {
    content: ",";
  }

  .eventmes-extended .eventmes-list .eventme-item .eventme-content .eventme-meta {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .eventmes-extended .eventmes-list .eventme-item .eventme-content {
    padding: 20px 15px;
  }

  .eventmes-extended .eventmes-list .eventme-item .eventme-content .eventme-title {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Eventme Section
--------------------------------------------------------------*/
.eventme .eventme-meta {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  padding: 15px;
  border-radius: 8px;
}

.eventme .eventme-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eventme .eventme-meta .meta-item i {
  color: var(--accent-color);
  font-size: 1.2rem;
}

.eventme .eventme-meta .meta-item span {
  font-weight: 500;
}

.eventme .eventme-content h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .eventme .eventme-content h2 {
    font-size: 1.8rem;
  }
}

.eventme .eventme-content h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  position: relative;
}

.eventme .eventme-content h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 50px;
  background-color: var(--accent-color);
}

.eventme .eventme-content p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.eventme .eventme-content .eventme-highlights {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}

.eventme .eventme-content .eventme-highlights li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.eventme .eventme-content .eventme-highlights li i {
  color: var(--accent-color);
  font-size: 1.1rem;
  margin-top: 3px;
}

.eventme .eventme-content .eventme-highlights li span {
  flex: 1;
}

.eventme .eventme-content .schedule-table {
  margin-top: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.eventme .eventme-content .schedule-table .schedule-row {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.eventme .eventme-content .schedule-table .schedule-row:last-child {
  border-bottom: none;
}

.eventme .eventme-content .schedule-table .schedule-row:nth-child(odd) {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
}

@media (max-width: 576px) {
  .eventme .eventme-content .schedule-table .schedule-row {
    flex-direction: column;
  }
}

.eventme .eventme-content .schedule-table .schedule-time {
  width: 180px;
  padding: 15px;
  font-weight: 600;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
}

@media (max-width: 576px) {
  .eventme .eventme-content .schedule-table .schedule-time {
    width: 100%;
  }
}

.eventme .eventme-content .schedule-table .schedule-activity {
  flex: 1;
  padding: 15px 20px;
}

.eventme .eventme-content .schedule-table .schedule-activity h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.eventme .eventme-content .schedule-table .schedule-activity p {
  margin: 0;
  font-size: 0.95rem;
}

.eventme .eventme-content .eventme-gallery img {
  transition: all 0.3s ease;
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.eventme .eventme-content .eventme-gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.eventme .eventme-sidebar .sidebar-widget {
  margin-bottom: 30px;
  background-color: var(--surface-color);
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  padding: 25px;
}

.eventme .eventme-sidebar .sidebar-widget h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.eventme .eventme-sidebar .sidebar-widget h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 60px;
  background-color: var(--accent-color);
}

.eventme .eventme-sidebar .registration-form .btn-register {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 12px 0;
  font-weight: 600;
  transition: all 0.3s ease;
}

.eventme .eventme-sidebar .registration-form .btn-register:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 15%);
  transform: translateY(-2px);
}

.eventme .eventme-sidebar .registration-form .btn-register:active {
  transform: translateY(0);
}

.eventme .eventme-sidebar .organizer-info .organizer-details {
  display: flex;
  flex-direction: column;
}

.eventme .eventme-sidebar .organizer-info .organizer-details .organizer-image {
  margin-bottom: 15px;
}

.eventme .eventme-sidebar .organizer-info .organizer-details .organizer-image img {
  border-radius: 8px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.eventme .eventme-sidebar .organizer-info .organizer-details .organizer-content h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.eventme .eventme-sidebar .organizer-info .organizer-details .organizer-content .organizer-position {
  color: var(--accent-color);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.eventme .eventme-sidebar .organizer-info .organizer-details .organizer-content .organizer-contact {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  padding: 15px;
  border-radius: 6px;
  margin-top: 15px;
}

.eventme .eventme-sidebar .organizer-info .organizer-details .organizer-content .organizer-contact p {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eventme .eventme-sidebar .organizer-info .organizer-details .organizer-content .organizer-contact p:last-child {
  margin-bottom: 0;
}

.eventme .eventme-sidebar .organizer-info .organizer-details .organizer-content .organizer-contact p i {
  color: var(--accent-color);
}

.eventme .eventme-sidebar .related-eventmes .related-eventme-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.eventme .eventme-sidebar .related-eventmes .related-eventme-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.eventme .eventme-sidebar .related-eventmes .related-eventme-item .related-eventme-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 70px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 8px;
}

.eventme .eventme-sidebar .related-eventmes .related-eventme-item .related-eventme-date .day {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.eventme .eventme-sidebar .related-eventmes .related-eventme-item .related-eventme-date .month {
  font-size: 0.9rem;
  text-transform: uppercase;
}

.eventme .eventme-sidebar .related-eventmes .related-eventme-item .related-eventme-info {
  flex: 1;
}

.eventme .eventme-sidebar .related-eventmes .related-eventme-item .related-eventme-info h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.eventme .eventme-sidebar .related-eventmes .related-eventme-item .related-eventme-info p {
  margin: 0;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 5px;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .contact-main-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 992px) {
  .contact .contact-main-wrapper {
    grid-template-columns: 45% 55%;
    min-height: 600px;
  }
}

.contact .map-wrapper {
  height: 300px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .contact .map-wrapper {
    height: 100%;
    position: sticky;
    top: 100px;
  }
}

.contact .contact-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact .contact-cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

@media (min-width: 576px) {
  .contact .contact-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact .contact-card {
  background-color: var(--surface-color);
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.contact .contact-card .icon-box {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .contact-card .icon-box i {
  font-size: 22px;
  color: var(--accent-color);
}

.contact .contact-card .contact-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--heading-color);
}

.contact .contact-card .contact-text p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--default-color);
  margin-bottom: 0;
}

.contact .contact-form-container {
  background-color: var(--surface-color);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact .contact-form-container h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading-color);
  position: relative;
  padding-left: 15px;
}

.contact .contact-form-container h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: var(--accent-color);
  border-radius: 2px;
}

.contact .contact-form-container>p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: var(--default-color);
}

.contact .contact-form-container .php-email-form .form-control {
  height: auto;
  padding: 14px 20px;
  border-radius: 10px;
  background-color: color-mix(in srgb, var(--background-color), #f5f8fd 30%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  color: var(--default-color);
  transition: all 0.3s ease;
}

.contact .contact-form-container .php-email-form .form-control:focus {
  background-color: var(--surface-color);
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.contact .contact-form-container .php-email-form .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.contact .contact-form-container .php-email-form textarea.form-control {
  min-height: 140px;
}

.contact .contact-form-container .php-email-form .form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .contact .contact-form-container .php-email-form .form-submit {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contact .contact-form-container .php-email-form button {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.contact .contact-form-container .php-email-form button:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 15%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px color-mix(in srgb, var(--accent-color), transparent 75%);
}

.contact .contact-form-container .php-email-form .social-links {
  display: flex;
  gap: 12px;
}

.contact .contact-form-container .php-email-form .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--background-color), #f5f8fd 20%);
  color: var(--heading-color);
  font-size: 16px;
  transition: all 0.3s ease;
}

.contact .contact-form-container .php-email-form .social-links a:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .contact .contact-form-container {
    padding: 25px 20px;
  }

  .contact .contact-form-container h3 {
    font-size: 22px;
  }
}



/*--------------------------------------------------------------
# Academics Section
--------------------------------------------------------------*/
.academics .section-heading {
  color: var(--heading-color);
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.academics .lead {
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
}

.academics .btn {
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.academics .btn.btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.academics .btn.btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 10%);
  border-color: color-mix(in srgb, var(--accent-color), #000 10%);
}

.academics .btn.btn-outline {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  color: var(--default-color);
}

.academics .btn.btn-outline:hover {
  background-color: transparent;
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.academics .key-metrics .metric-card {
  background-color: var(--surface-color);
  padding: 1.5rem;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 5px 15px color-mix(in srgb, var(--heading-color), transparent 93%);
  text-align: center;
  transition: all 0.3s ease;
}

.academics .key-metrics .metric-card:hover {
  transform: translateY(-5px);
}

.academics .key-metrics .metric-card h2 {
  color: var(--accent-color);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.academics .key-metrics .metric-card p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: var(--heading-color);
}

.academics .programs-section,
.academics .faculty-section {
  padding-top: 2rem;
}

.academics .programs-section .section-header,
.academics .faculty-section .section-header {
  margin-bottom: 2rem;
}

.academics .programs-section .section-header h3,
.academics .faculty-section .section-header h3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.academics .programs-section .section-header p,
.academics .faculty-section .section-header p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.academics .programs-filters {
  padding: 0;
  margin: 0 0 2rem 0;
  list-style: none;
  text-align: center;
}

.academics .programs-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px;
  margin: 0 5px 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.academics .programs-filters li:hover,
.academics .programs-filters li.filter-active {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.academics .program-card {
  background-color: var(--surface-color);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px color-mix(in srgb, var(--heading-color), transparent 95%);
  transition: all 0.3s ease;
  height: 100%;
}

.academics .program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px color-mix(in srgb, var(--heading-color), transparent 92%);
}

.academics .program-card:hover .program-img img {
  transform: scale(1.1);
}

.academics .program-card .program-img {
  position: relative;
  overflow: hidden;
}

.academics .program-card .program-img img {
  transition: all 0.5s ease;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.academics .program-card .program-img .program-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 5px 10px;
  font-size: 0.8rem;
  border-radius: 4px;
}

.academics .program-card .program-content {
  padding: 1.5rem;
}

.academics .program-card .program-content h4 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.academics .program-card .program-content p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.academics .program-card .program-content .program-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.academics .program-card .program-content .program-meta .meta-item {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.academics .program-card .program-content .program-meta .meta-item i {
  margin-right: 5px;
  color: var(--accent-color);
}

.academics .program-card .program-content .program-link {
  display: inline-block;
  color: var(--accent-color);
  font-weight: 500;
  font-size: 0.9rem;
}

.academics .program-card .program-content .program-link i {
  transition: all 0.3s ease;
  margin-left: 5px;
}

.academics .program-card .program-content .program-link:hover {
  color: color-mix(in srgb, var(--accent-color), #000 15%);
}

.academics .program-card .program-content .program-link:hover i {
  transform: translateX(5px);
}

.academics .faculty-card {
  background-color: var(--surface-color);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px color-mix(in srgb, var(--heading-color), transparent 95%);
  transition: all 0.3s ease;
  height: 100%;
}

.academics .faculty-card:hover {
  transform: translateY(-5px);
}

.academics .faculty-card:hover .faculty-img img {
  transform: scale(1.1);
}

.academics .faculty-card .faculty-img {
  overflow: hidden;
}

.academics .faculty-card .faculty-img img {
  transition: all 0.5s ease;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.academics .faculty-card .faculty-content {
  padding: 1.25rem;
  text-align: center;
}

.academics .faculty-card .faculty-content h4 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.academics .faculty-card .faculty-content .faculty-position {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.academics .faculty-card .faculty-content .faculty-social {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.academics .faculty-card .faculty-content .faculty-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  color: var(--accent-color);
  transition: all 0.3s ease;
}

.academics .faculty-card .faculty-content .faculty-social a:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.academics .swiper-wrapper {
  height: auto !important;
}

@media (max-width: 992px) {
  .academics .section-intro {
    margin-bottom: 2rem;
  }

  .academics .faculty-card .faculty-img img {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .academics .key-metrics .metric-card h2 {
    font-size: 2rem;
  }

  .academics .programs-filters li {
    padding: 6px 15px;
    margin: 0 3px 8px 3px;
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Featured Testimonialmes Section
--------------------------------------------------------------*/
.featured-testimonialmes .testimonialmes-slider {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}

.featured-testimonialmes .swiper-wrapper {
  height: auto;
}

.featured-testimonialmes .testimonialme-item {
  background-color: var(--surface-color);
  padding: 40px;
  border-radius: 20px;
}

@media (max-width: 575px) {
  .featured-testimonialmes .testimonialme-item {
    padding: 20px;
  }
}

.featured-testimonialmes .testimonialme-item h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.featured-testimonialmes .testimonialme-item p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-style: italic;
}

.featured-testimonialmes .testimonialme-item .profile {
  gap: 15px;
}

.featured-testimonialmes .testimonialme-item .profile .profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.featured-testimonialmes .testimonialme-item .profile .profile-info h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

.featured-testimonialmes .testimonialme-item .profile .profile-info span {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color) 70%, transparent);
}

.featured-testimonialmes .testimonialme-item .featured-img-wrapper {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.featured-testimonialmes .testimonialme-item .featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.featured-testimonialmes .swiper-navigation {
  position: absolute;
  bottom: 0;
  gap: 10px;
}

.featured-testimonialmes .swiper-button-prev,
.featured-testimonialmes .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  width: 44px;
  height: 44px;
  background-color: var(--surface-color);
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color) 10%, transparent);
  transition: 0.3s;
}

.featured-testimonialmes .swiper-button-prev::after,
.featured-testimonialmes .swiper-button-next::after {
  font-size: 20px;
  color: var(--default-color);
}

.featured-testimonialmes .swiper-button-prev:hover,
.featured-testimonialmes .swiper-button-next:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.featured-testimonialmes .swiper-button-prev:hover::after,
.featured-testimonialmes .swiper-button-next:hover::after {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Testimonialmes Section
--------------------------------------------------------------*/
.testimonialmes .testimonialme-item {
  background-color: var(--surface-color);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonialmes .testimonialme-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.testimonialmes .testimonialme-item .stars {
  margin-bottom: 15px;
  color: #FFD700;
}

.testimonialmes .testimonialme-item .stars i {
  margin-right: 2px;
}

.testimonialmes .testimonialme-item p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: var(--default-color);
}

.testimonialmes .testimonialme-item .testimonialme-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonialmes .testimonialme-item .testimonialme-footer .testimonialme-author {
  display: flex;
  align-items: center;
}

.testimonialmes .testimonialme-item .testimonialme-footer .testimonialme-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 3px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}

.testimonialmes .testimonialme-item .testimonialme-footer .testimonialme-author div h5 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
}

.testimonialmes .testimonialme-item .testimonialme-footer .testimonialme-author div span {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.testimonialmes .testimonialme-item .testimonialme-footer .quote-icon {
  font-size: 36px;
  color: color-mix(in srgb, var(--accent-color), transparent 70%);
  line-height: 1;
}

.testimonialmes .testimonialme-item .testimonialme-footer .quote-icon i {
  transform: scaleX(-1);
}

@media (max-width: 768px) {
  .testimonialmes .testimonialme-item {
    padding: 25px 20px;
  }

  .testimonialmes .testimonialme-item p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .testimonialmes .testimonialme-item .testimonialme-footer .testimonialme-author img {
    width: 45px;
    height: 45px;
  }

  .testimonialmes .testimonialme-item .testimonialme-footer .testimonialme-author div h5 {
    font-size: 16px;
  }

  .testimonialmes .testimonialme-item .testimonialme-footer .testimonialme-author div span {
    font-size: 13px;
  }

  .testimonialmes .testimonialme-item .testimonialme-footer .quote-icon {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .testimonialmes .testimonialme-item {
    padding: 20px 15px;
  }

  .testimonialmes .testimonialme-item .testimonialme-footer .testimonialme-author img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

 

 /* Featured Review Slider */
.featured-review .review-slider {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}

.featured-review .swiper-wrapper {
  height: auto;
}

.featured-review .review-box {
  background-color: var(--surface-color);
  padding: 40px;
  border-radius: 20px;
}

@media (max-width: 575px) {
  .featured-review .review-box {
    padding: 20px;
  }
}

.featured-review .review-box h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.featured-review .review-box p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-style: italic;
}

.featured-review .review-box .profile {
  gap: 15px;
}

.featured-review .review-box .profile .profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.featured-review .review-box .profile-info h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

.featured-review .review-box .profile-info span {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color) 70%, transparent);
}

.featured-review .featured-img-wrapper {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.featured-review .featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.featured-review .swiper-navigation {
  position: absolute;
  bottom: 0;
  gap: 10px;
}

.featured-review .swiper-button-prev,
.featured-review .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  width: 44px;
  height: 44px;
  background-color: var(--surface-color);
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color) 10%, transparent);
  transition: 0.3s;
}

.featured-review .swiper-button-prev::after,
.featured-review .swiper-button-next::after {
  font-size: 20px;
  color: var(--default-color);
}

.featured-review .swiper-button-prev:hover,
.featured-review .swiper-button-next:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.featured-review .swiper-button-prev:hover::after,
.featured-review .swiper-button-next:hover::after {
  color: var(--contrast-color);
}

/* Review Section Grid */
.review-section .review-box {
  background-color: var(--surface-color);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-section .review-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.review-section .review-box .stars {
  margin-bottom: 15px;
  color: #FFD700;
}

.review-section .review-box .stars i {
  margin-right: 2px;
}

.review-section .review-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: var(--default-color);
}

.review-section .review-box .review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-section .review-box .review-author {
  display: flex;
  align-items: center;
}

.review-section .review-box .review-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 3px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}

.review-section .review-box .review-author h5 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
}

.review-section .review-box .review-author span {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.review-section .review-box .quote-icon {
  font-size: 36px;
  color: color-mix(in srgb, var(--accent-color), transparent 70%);
  line-height: 1;
}

.review-section .review-box .quote-icon i {
  transform: scaleX(-1);
}
  


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 14px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: 100%;
    visibility: hidden;
    margin-left: 0px;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  .navmenu .dropdown ul {
    z-index: 9999;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 1px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 15px 15px 15px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    overflow-y: auto;
    max-width: 100vw;
    overflow-x: hidden;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 15px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 5px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }

  /* Tambahan agar dropdown lain auto close saat buka yang lain */
  .navmenu .dropdown.open > ul {
    display: block;
  }
}




