/********** Template CSS **********/
:root {
    --warning: #ffd118;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-warning,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--warning);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--warning);
    border-color: var(--warning);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/Breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


.logo-slider {
  background: #fff;
  height: 100px;
}

.logo-track {
  display: flex;
  animation: scroll 30s linear infinite;
  width: max-content;
  position: relative;
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

.logo-box {
  width: 120px;
  height: 60px;
  margin: 0 30px;
  /* background: #f8f8f8; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* filter: grayscale(100%); */
  transition: filter 0.3s ease;
}

/* .logo-box img:hover {
  filter: grayscale(0%);
} */

/* Create infinite scroll effect */
.logo-track::after {
  content: '';
  display: flex;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  background: inherit;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Responsive tweak */
@media (max-width: 768px) {
  .logo-box {
    width: 80px;
    height: 40px;
    margin: 0 15px;
  }
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--warning);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--warning);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--warning);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--warning) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--warning);
    border-color: var(--warning);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--warning);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


    #page5 {
  width: 100%;
  min-height: 100vh;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;  /* ADD THIS LINE */
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fcf59c 0%, #fff9e6 100%);
}

#page5 h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 50px;  /* CHANGE FROM 10px TO 50px */
  color: #5e008a;
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeSlideDown 1s ease forwards;
  position: relative;
  display: inline-block;
}

    #page5 h2::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, #fbbf24, #f59e0b);
      border-radius: 2px;
    }

    .marquee3d {
      display: flex;
      flex-direction: row;
      gap: 20px;
      width: 100%;
      max-width: 1300px;
      height: 600px;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .marquee-column {
      display: flex;
      flex-direction: column;
      gap: 15px;
      flex: 1;
      max-width: 280px;
      height: 100%;
      overflow: hidden;
      position: relative;
    }

    .marquee-track {
      display: flex;
      flex-direction: column;
      gap: 15px;
      animation: scrollUp 20s linear infinite;
    }

    .marquee-column.reverse .marquee-track {
      animation: scrollDown 20s linear infinite;
    }

    @keyframes scrollUp {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-50%);
      }
    }

    @keyframes scrollDown {
      0% {
        transform: translateY(-50%);
      }
      100% {
        transform: translateY(0);
      }
    }

    .review-card {
      background: #fff;
      border-radius: 12px;
      border: 1px solid rgba(0,0,0,0.1);
      padding: 15px;
      width: 100%;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: background 0.3s ease, transform 0.3s ease;
      flex-shrink: 0;
    }

    .review-card:hover {
      background: rgba(0,0,0,0.05);
      transform: scale(1.02);
    }

    .review-card img {
      border-radius: 50%;
      width: 40px;
      height: 40px;
      object-fit: cover;
    }

    .review-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    .review-header div {
      flex: 1;
    }

    .review-header h4 {
      font-size: 14px;
      margin: 0 0 2px 0;
      font-weight: bold;
      color: #333;
    }

    .review-header p {
      font-size: 12px;
      margin: 0;
      color: #888;
    }

    .review-body {
      font-size: 13px;
      color: #555;
      line-height: 1.5;
    }

    /* Gradient fade edges */
    .fade-top, .fade-bottom {
      position: absolute;
      left: 0;
      right: 0;
      height: 100px;
      pointer-events: none;
      z-index: 10;
    }

    .fade-top {
      top: 0;
      background: linear-gradient(to bottom, #fcf59c, transparent);
    }

    .fade-bottom {
      bottom: 0;
      background: linear-gradient(to top, #fcf59c, transparent);
    }

    /* Pause animation on hover */
    .marquee-column:hover .marquee-track {
      animation-play-state: paused;
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .marquee3d {
        gap: 15px;
        height: 500px;
      }

      .marquee-column {
        max-width: 240px;
      }
    }

    @media (max-width: 768px) {
      .marquee3d {
        gap: 10px;
        height: 450px;
      }

      .marquee-column:nth-child(3),
      .marquee-column:nth-child(4) {
        display: none;
      }

      .marquee-column {
        max-width: 50%;
      }
    }

    @media (max-width: 480px) {
      #page5 {
        padding: 60px 15px;
      }

      .marquee3d {
        height: 400px;
      }

      .marquee-column:nth-child(2) {
        display: none;
      }

      .marquee-column {
        max-width: 100%;
      }

      .review-card {
        padding: 12px;
      }
    }

    .course-btn {
  display: inline-block;
  background: linear-gradient(135deg, #5e008a, #7a1cad);
  color: #fff;
  padding: 14px 32px;
  margin-top: 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 20px rgba(94, 0, 138, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.course-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

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

.course-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(94, 0, 138, 0.4);
  background: linear-gradient(135deg, #7a1cad, #5e008a);
}

/* Success Stories */

 /* Main Content Container */
    .main-content {
      background: linear-gradient(135deg, #f8f5ff 0%, #fff9e6 100%);
      padding: 60px 20px;
      min-height: 60vh;
    }

    .profile-container {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 30px;
      max-width: 1400px;
      margin: 0 auto;
      padding: 20px;
    }

    .profile-card {
      background: white;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 30px rgba(94, 0, 138, 0.1);
      text-align: center;
      transition: all 0.4s ease;
      opacity: 0;
      transform: translateY(40px);
      animation: fadeUp 0.6s ease forwards;
      border: 2px solid transparent;
      position: relative;
    }

    .profile-card:hover {
      transform: translateY(-15px) scale(1.02);
      box-shadow: 0 20px 50px rgba(94, 0, 138, 0.2);
      border-color: #fbbf24;
    }

    .profile-image-wrapper {
      position: relative;
      width: 100%;
      height: 280px;
      overflow: hidden;
    }

    .profile-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .profile-card:hover img {
      transform: scale(1.1);
    }

    /* LinkedIn Icon Overlay */
    .linkedin-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(94, 0, 138, 0.85);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.4s ease;
    }

    .profile-card:hover .linkedin-overlay {
      opacity: 1;
    }

    .linkedin-icon {
      width: 70px;
      height: 70px;
      background: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: scale(0.8);
      transition: transform 0.3s ease;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

    .profile-card:hover .linkedin-icon {
      transform: scale(1);
    }

    .linkedin-icon i {
      font-size: 35px;
      color: #0077b5;
    }

    .profile-info {
      padding: 20px;
      background: white;
      transition: all 0.3s ease;
    }

    .profile-card:hover .profile-info {
      background: linear-gradient(135deg, #fff9e6, #f8f5ff);
    }

    .profile-info h3 {
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 8px;
      color: #5e008a;
      transition: color 0.3s ease;
    }

    .profile-card:hover .profile-info h3 {
      color: #f59e0b;
    }

    .profile-info p {
      font-size: 0.9rem;
      color: #666;
      margin: 0;
      line-height: 1.5;
    }

    .profile-info .company {
      font-weight: 600;
      color: #5e008a;
      margin-top: 5px;
      font-size: 0.95rem;
    }

    /* Pagination */
    .pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      margin-top: 50px;
      padding: 20px;
    }

    .pagination button {
      background: linear-gradient(135deg, #5e008a 0%, #811e8a 100%);
      color: white;
      border: none;
      padding: 12px 30px;
      border-radius: 10px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(94, 0, 138, 0.3);
    }

    .pagination button:hover:not(:disabled) {
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(94, 0, 138, 0.4);
      background: linear-gradient(135deg, #811e8a 0%, #5e008a 100%);
    }

    .pagination button:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }

    .pagination .page-info {
      font-size: 16px;
      font-weight: 600;
      color: #5e008a;
      padding: 0 15px;
    }

    /* Animations */
    @keyframes fadeUp {
      0% { 
        opacity: 0; 
        transform: translateY(40px); 
      }
      100% { 
        opacity: 1; 
        transform: translateY(0); 
      }
    }

    /* Responsive Design */
    @media (max-width: 1200px) {
      .profile-container {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      }
    }

    @media (max-width: 768px) {
      .page-heading h1 {
        font-size: 2rem;
      }

      .page-heading p {
        font-size: 1rem;
      }

      .profile-container {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 20px;
      }

      .profile-image-wrapper {
        height: 240px;
      }

      .pagination {
        flex-wrap: wrap;
      }

      .pagination button {
        padding: 10px 20px;
        font-size: 14px;
      }
    }

    @media (max-width: 480px) {
      .profile-container {
        grid-template-columns: 1fr;
      }

      .page-heading h1 {
        font-size: 1.75rem;
      }
    }

    /* Project Page */

     /* Projects Section */
    .projects-section {
      padding: 80px 20px;
      background: #f9fafb;
    }

    .project-card {
      background: white;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      margin-bottom: 40px;
      display: flex;
      flex-direction: row;
      transition: all 0.3s ease;
      opacity: 0;
      animation: fadeInUp 0.6s ease forwards;
    }

    .project-card:nth-child(1) { animation-delay: 0.1s; }
    .project-card:nth-child(2) { animation-delay: 0.2s; }
    .project-card:nth-child(3) { animation-delay: 0.3s; }
    .project-card:nth-child(4) { animation-delay: 0.4s; }
    .project-card:nth-child(5) { animation-delay: 0.5s; }
    .project-card:nth-child(6) { animation-delay: 0.6s; }
    .project-card:nth-child(7) { animation-delay: 0.7s; }
    .project-card:nth-child(8) { animation-delay: 0.8s; }
    .project-card:nth-child(9) { animation-delay: 0.9s; }
    .project-card:nth-child(10) { animation-delay: 1s; }

    .project-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    }

    .project-image {
      flex: 0 0 350px;
      height: 280px;
      overflow: hidden;
      position: relative;
    }

    .project-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .project-card:hover .project-image img {
      transform: scale(1.1);
    }

    .project-badge {
      position: absolute;
      top: 20px;
      left: 20px;
      background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
      color: #1f2937;
      padding: 8px 16px;
      border-radius: 50px;
      font-size: 0.875rem;
      font-weight: 600;
      box-shadow: 0 4px 10px rgba(251, 191, 36, 0.3);
    }

    .project-content {
      flex: 1;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .project-title {
      font-size: 1.75rem;
      font-weight: 700;
      color: #111827;
      margin-bottom: 16px;
      line-height: 1.3;
    }

    .project-description {
      color: #6b7280;
      font-size: 1rem;
      line-height: 1.7;
      margin-bottom: 24px;
    }

    .project-meta {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
      flex-wrap: wrap;
    }

    .meta-item {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #6b7280;
      font-size: 0.9rem;
    }

    .meta-item i {
      color: #fbbf24;
    }

    .project-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 24px;
    }

    .project-tag {
      background: linear-gradient(135deg, rgba(251, 191, 36, 0.1) 0%, rgba(245, 158, 11, 0.1) 100%);
      color: #f59e0b;
      padding: 6px 16px;
      border-radius: 50px;
      font-size: 0.875rem;
      font-weight: 500;
      border: 1px solid rgba(251, 191, 36, 0.2);
    }

    .project-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #811e8a;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .project-link:hover {
      color: #e63bf6;
      gap: 12px;
    }

    .project-link i {
      transition: transform 0.3s ease;
    }

    .project-link:hover i {
      transform: translateX(5px);
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Responsive Design */
    @media (max-width: 968px) {
      .project-card {
        flex-direction: column;
      }

      .project-image {
        flex: 0 0 auto;
        width: 100%;
        height: 250px;
      }

      .project-content {
        padding: 30px;
      }

      .project-title {
        font-size: 1.5rem;
      }
    }

    @media (max-width: 768px) {
      .page-heading h1 {
        font-size: 2rem;
      }

      .page-heading p {
        font-size: 1rem;
      }

      .project-image {
        height: 200px;
      }

      .project-content {
        padding: 24px;
      }
    }

    @media (max-width: 480px) {
      .page-heading {
        padding: 80px 20px 60px;
      }

      .page-heading h1 {
        font-size: 1.75rem;
      }

      .project-meta {
        flex-direction: column;
        gap: 10px;
      }
    }

    /* Pulications */

      /* Publications Section */
    .publications-section {
      padding: 80px 20px;
      background: linear-gradient(135deg, #f8f5ff 0%, #fff9e6 100%);
      min-height: 100vh;
    }

    .container {
      max-width: 1400px;
      margin: 0 auto;
    }

    .search-filter-bar {
      background: white;
      padding: 25px;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(94, 0, 138, 0.1);
      margin-bottom: 30px;
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
      align-items: center;
    }

    .search-box {
      flex: 1;
      min-width: 250px;
      position: relative;
    }

    .search-box input {
      width: 100%;
      padding: 12px 45px 12px 15px;
      border: 2px solid #e5e7eb;
      border-radius: 10px;
      font-size: 1rem;
      transition: all 0.3s ease;
    }

    .search-box input:focus {
      outline: none;
      border-color: #fbbf24;
    }

    .search-box i {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #9ca3af;
    }

    .filter-select {
      padding: 12px 15px;
      border: 2px solid #e5e7eb;
      border-radius: 10px;
      font-size: 1rem;
      background: white;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .filter-select:focus {
      outline: none;
      border-color: #fbbf24;
    }

    /* Table Styles */
    .publications-table-wrapper {
      background: white;
      border-radius: 20px;
      box-shadow: 0 8px 30px rgba(94, 0, 138, 0.1);
      overflow: hidden;
    }

    .publications-table {
      width: 100%;
      border-collapse: collapse;
    }

    .publications-table thead {
      background: linear-gradient(135deg, #5e008a 0%, #7a1cad 100%);
      color: white;
    }

    .publications-table thead th {
      padding: 20px 15px;
      text-align: left;
      font-weight: 600;
      font-size: 1rem;
    }

    .publications-table tbody tr {
      border-bottom: 1px solid #f3f4f6;
      transition: all 0.3s ease;
    }

    .publications-table tbody tr:hover {
      background: linear-gradient(135deg, #fff9e6, #f8f5ff);
      transform: scale(1.01);
    }

    .publications-table tbody td {
      padding: 18px 15px;
      color: #4a4a4a;
    }

    .publications-table tbody td:first-child {
      font-weight: 600;
      color: #5e008a;
      width: 80px;
      text-align: center;
    }

    .paper-title {
      font-weight: 600;
      color: #1f2937;
      line-height: 1.5;
    }

    .author-name {
      color: #666;
      font-size: 0.95rem;
    }

    .status-badge {
      display: inline-block;
      padding: 6px 14px;
      border-radius: 50px;
      font-size: 0.85rem;
      font-weight: 600;
    }

    .status-review {
      background: #fef3c7;
      color: #92400e;
    }

    .status-published {
      background: #d1fae5;
      color: #065f46;
    }

    .status-accepted {
      background: #dbeafe;
      color: #1e40af;
    }

    /* paginations */
    .paginations {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-top: 30px;
      flex-wrap: wrap;
    }

    .paginations button {
      padding: 10px 16px;
      border: 2px solid #e5e7eb;
      background: white;
      border-radius: 8px;
      cursor: pointer;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .paginations button:hover {
      background: #fbbf24;
      border-color: #fbbf24;
      color: white;
    }

    .paginations button.active {
      background: #5e008a;
      border-color: #5e008a;
      color: white;
    }

    .paginations button:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-heading h1 { font-size: 2rem; }
      .publications-table { display: block; overflow-x: auto; }
      .search-filter-bar { flex-direction: column; }
      .search-box { min-width: 100%; }
    }