/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Segoe UI Light", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-weight: 300;
  color: #212529;
  background-color: #000;
}

a {
  color: #007bff;
}

a:hover {
  color: #0b6bd3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Segoe UI Light", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-weight: 300;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgb(140,5,170) 90%, rgb(220,232,255) 100%);
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: radial-gradient(circle, rgba(119,0,145,1) 0%, rgb(243,164,45) 100%);
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  min-height: 72px;
  height: auto;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: #f7e8fd;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 72px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  color: #4e4039;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
}

.nav-menu a:hover,
.nav-menu li:hover > a {
  color: #7f17ac;
  text-decoration: none;
}

.nav-menu .active > a {
  color: #7f17ac;
  text-decoration: none;
  background-color: rgba(127, 23, 172, 0.12);
  border: 1.5px solid #7f17ac;
  border-radius: 20px;
  padding: 6px 14px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #7f2ba3;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #f9d1c0;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #f39e7a;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 20px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #7a6960;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(78, 64, 57, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  background: linear-gradient(180deg, rgb(59,15,85) 0%, rgb(73,0,104) 10%, rgb(0,0,0) 100%);
  margin: 72px 0 -72px 0;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

/*--------------------------------------------------------------
# Section Title
--------------------------------------------------------------*/
.section-bg {
  background-color: #fff;
}

.section-title {
  text-align: center;
  padding-bottom: 0px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}

.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #490068;
}

/*--------------------------------------------------------------
# About / Intro Carousel
--------------------------------------------------------------*/
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  display: inline-block;
  transition: background 0.2s;
}

.dot.active {
  background: #601772;
}

#about {
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* #0f001a */
.card-glow {
  box-shadow: 0 0 15px #dda5eb, 0 0 30px #d855f8;
  background-color: rgb(15, 0, 26); 
  color: white;
  margin-top: 2rem;
}

.card-glow-light {
  box-shadow: 0 0 15px #dda5eb, 0 0 30px #d855f8;
  background-color: rgb(42, 11, 65);
  color: white;
  margin-top: 2rem;
}

.card-glow .bx-briefcase {
  color: #ffffff;
  margin-bottom: 12px;
}

#about-carousel-wrapper .custom-card {
  padding: 10px;
  box-shadow: 0 0 15px #c87bdb, 0 2px 10px #efebf0;
  border-radius: 5px;
  height: 100%;
}

#about-carousel-wrapper .row {
  align-items: stretch;
}

#about-carousel-wrapper .col-md-6 {
  display: flex;
  flex-direction: column;
}

#about-carousel-wrapper .custom-card .card-body {
  align-items: flex-start;
  vertical-align: top;
}

#about-carousel-wrapper,
#about-carousel-wrapper .carousel,
#about-carousel-wrapper .carousel-inner {
  overflow: visible;
}

.about-card {
  background-color: rgb(15, 0, 26);
  color: white;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 0 15px #dda5eb, 0 0 30px #d855f8;
}

.about-card h4 {
  color: #d855f8;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-card p {
  color: #ddd;
  line-height: 1.6;
  margin: 0;
}

#about-carousel-wrapper .col-md-6 {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

#about .custom-card .card-about-me {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 35px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  overflow: hidden;
  height: 100%;
}

#about .card-purple-rotated .card-about-me {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),
    url('../assets/img/back-card-purple-rotated.png') !important;
}

#about .card-purple {
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),
    url('../assets/img/back-card-purple.png') !important;
}

#about .custom-card h4 {
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}

#about .custom-card p {
  color: #444;
  line-height: 1.6;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button {
  --glow-color: rgb(183, 102, 230);
  --glow-spread-color: rgba(221, 188, 252, 0.781);
  --enhanced-glow-color: rgb(102, 21, 177);
  --btn-color: #23043a;
  border: .10em solid var(--glow-color);
  padding: 0.5em 1em;
  color: var(--glow-color);
  font-size: 16px;
  font-weight: bold;
  background-color: var(--btn-color);
  border-radius: 7px;
  outline: none;
  box-shadow: 0 0 .3em .05em var(--glow-color),
              0 0 .5em .05em var(--glow-spread-color),
              inset 0 0 .1em .05em var(--glow-color);
  text-shadow: 0 0 .3em var(--glow-color);
  position: relative;
  transition: all 0.3s;
}

.button-list {
  margin-top: 1rem;
}

.skill-button {
  color: white;
  font-size: 15px;
  padding: 0.5em 0.95em;
  margin: 5px 5px;
  background: linear-gradient(90deg, #0f001a, #280442,#450b6b, #280442, #0f001a);
}

/*--------------------------------------------------------------
# Experience
--------------------------------------------------------------*/
#experience {
    min-height: 100vh;
  display: flex;
  align-items: center;
}

.experience-title {
  font-weight: 700;
  color: #d855f8;
}

.card-experience {
  background: rgb(15, 0, 26);
  border-radius: 5px;
  box-shadow: 0 0 15px #dda5eb, 0 0 15px #d855f8;
  padding: 32px 28px;
  margin-bottom: 32px;
  transition: box-shadow 0.3s;
  color: white;
}

.card-experience .bx-briefcase {
  color: #ffffff;
  margin-bottom: 12px;
}

.card-experience h4 {
  font-weight: 700;
  margin-bottom: 0;
}

.card-experience p {
  margin-top: 18px;
  font-size: 1.1rem;
  color: white;
}

.card-experience .experience-icon {
  --glow-color: rgb(196, 78, 243);
  --glow-spread-color: rgba(93, 33, 150, 0.85);
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 5px var(--glow-color)) drop-shadow(0 0 10px var(--glow-spread-color));
  transition: filter 0.3s ease, transform 0.3s ease;
}

.exp-arrow {
  font-size: 19px;
  margin-left: 2px;
  margin-right: 5px;
  color: #f9f6fa;
}

.exp-toggle:hover .exp-arrow {
  color: #ffe84d;
}

/*--------------------------------------------------------------
# Education & Certifications
--------------------------------------------------------------*/
#education {
  background: linear-gradient(0deg, rgb(59,15,85) 0%, rgb(59,15,85) 20%, rgb(73,0,104) 50%, rgb(0,0,0) 100%);
  min-height: 90vh;
  display: flex;
  align-items: center;
}

/* old style */
/* .edu-card {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 12px #d855f8, 0 0 25px rgba(216, 85, 248, 0.4);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg,
    #bdbdbd 0%, #ffffff 6%, #ffffff 12%, #c8f0f7 18%, #89ebfc 25%, #981DFD 50%, #FCB045 83%, #fff 95%, #d1d1d1 100%
  ) 1;
  text-align: center;
  transition: all 0.3s ease-in-out;
} */

.edu-card {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 12px #d855f8, 0 0 25px rgba(216, 85, 248, 0.4);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg,
    #bdbdbd 0%, #ffffff 6%, #ffffff 12%, #ecc2f5 18%, #ba69da 25%, #8e09fa 50%, #d1abfd 83%, #fff 95%, #d1d1d1 100%
  ) 1;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.edu-card:hover {
  transform: translateY(-5px) scale(1.05);
  z-index: 2;
}

.edu-card img {
  max-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.edu-card .institute-logo {
  background-color: white;
}

.edu-card .program-info {
  padding: 20px;
  background: linear-gradient(90deg, #0f001a, #280442,#561783, #280442, #0f001a);
}

.edu-card .degree-info {
  padding: 20px;
  background: linear-gradient(90deg, #0f001a, #280442,#561783, #280442, #0f001a);
}

.row-logo-and-institute {
  background: white;
  padding: 10px;
}

.institute-logo img {
  mix-blend-mode: multiply;
}


.edu-card .program-info h4 a {
  color: #d855f8;
}

.edu-card .program-info p {
  color: white;
}

.edu-card .degree-info p {
  font-weight: 600;
  color: white;
}

.edu-card h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.edu-card h4 a {
  color: #46037c;
}

.edu-card p {
  font-size: 15px;
  line-height: 28px;
  margin: 0;
  color: #490068;
}

/*--------------------------------------------------------------
# Portfolio / Independent Studies
--------------------------------------------------------------*/
#independent-studies {
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgb(59,15,85) 0%, rgb(59,15,85) 20%, rgb(73,0,104) 50%, rgb(0,0,0) 100%);
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.08);
  border-radius: 5px 5px 0 0;
  margin: 0 4px;
  border: 1px solid rgba(216, 85, 248, 0.2);
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}

.portfolio #portfolio-flters li:hover {
  color: #fff;
  background: rgba(216, 85, 248, 0.2);
}

.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: linear-gradient(0deg, #0f001a, #0f001a, #a81bfa);
  border-color: #d855f8;
  box-shadow: 0 -4px 15px rgba(216, 85, 248, 0.5);
}

.portfolio-tab-panel {
  background: #0F001A;
  box-shadow: 0 0 10px #dda5eb, 0 0 30px #d855f8;
  border-radius: 5px;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  display: flex;
  justify-content: center;
}

.portfolio-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.portfolio-container .portfolio-item {
  flex: 0 0 200px;
  width: 200px;
}

@media (max-width: 600px) {
  .portfolio-container .portfolio-item {
    flex: 0 0 calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
  }
}

.portfolio-wrap {
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 15px #cf24fa, 0 0 15px #d855f8;
  background-color: rgb(255, 255, 255);
  color: white;
  margin-bottom: 30px;
}

.portfolio .portfolio-wrap::before {
  content: "";
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  transition: all ease-in-out 0.4s;
  z-index: 2;
  background-color: rgba(15, 0, 26, .95);
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(40% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  border-radius: 30px;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #d855f8;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 5px;
  text-align: center;
  width: 40px;
  height: 32px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #4b015e;
  color: #fff;
  text-align: center;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 30;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
}

.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(25% - 10px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 15%;
}

/*--------------------------------------------------------------
# Skills Table
--------------------------------------------------------------*/
#skills {
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: black;
}

.skills-card-glow {
  box-shadow: 0 0 15px #dda5eb, 0 0 30px #d855f8;
  background-color: rgb(191, 96, 231);
  color: white;
  margin-top: 2rem;
}

.table-skills {
  /* overflow-x: auto; */
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 15px #dda5eb, 0 0 30px #d855f8;
}

.table-skills table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-top: 1rem;
  overflow: auto;
}

.table-skills th,
.table-skills td {
  box-shadow: inset -2px 0 0 rgba(216, 85, 248, 0.25);
}

.table-skills th:last-child,
.table-skills td:last-child {
  box-shadow: none;
}

.table-skills th {
  background: linear-gradient(90deg,
    #474747 0%,#d180f6 15%, #540e8d 40%,#40086e 50%, #4f088a 68%, #fff 95%, #d1d1d1 100%
  );
  color: #fff;
  font-weight: 700;
  padding: 14px 20px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
}

.table-skills td {
  background: linear-gradient(90deg, #1b171d 0%, #3c393d 15%, #1b171d 30%, #1b171d 50%, #2d2731 65%,#7e7285 100%);
  color: #dda5eb;
  box-shadow: inset -2px 0 0 rgba(175, 128, 187, 0.8);
  padding: 12px 20px;
  text-align: center;
  border: none;
  border-bottom: 1px solid rgba(216, 85, 248, .8);
  font-size: 14px;
  transition: background 0.2s;
}

.table-skills tr:nth-child(even) td {
  background: linear-gradient(90deg, #000000 0%,#39373a 15%, #3c244b 30%,#3c244b 50%, #4f3361 65%, #816c8d 100%);
}

.table-skills tr:hover td {
  background: rgba(62, 13, 75, 0.7);
}

.table-skills td:nth-child(1) {
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.table-skills td:nth-child(2) {
  text-align: left;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  background: linear-gradient(0deg, rgb(59,15,85) 0%, rgb(73,0,104) 10%, rgb(0,0,0) 100%);
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.contact .info {
  padding: 20px;
  border-radius: 5px;
  background-color: #0f001a;
  box-shadow: 0 0 8px #d855f8, 0 0 20px rgba(216, 85, 248, 0.4), inset 0 0 8px rgba(216, 85, 248, 0.1);
  border: 1px solid rgba(216, 85, 248, 0.3);
  border-radius: 3px;
  transition: box-shadow 0.3s;
}

.contact .info:hover {
  box-shadow: 0 0 12px #d855f8, 0 0 35px rgba(216, 85, 248, 0.6), inset 0 0 12px rgba(216, 85, 248, 0.15);
}

.contact .info i {
  font-size: 22px;
  color: #983dc5;
  float: left;
  width: 44px;
  height: 44px;
  background: #f5e6df;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 65px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #d855f8;
}

.contact .info p {
  padding: 0 0 5px 65px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #ffffff;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgb(189,49,244) 100%);
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  color: #212529;
  font-size: 14px;
  background: #fef8f5;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #5c5c5c;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #212529;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #5c5c5c;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #eb5d1e;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ef7f4d;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
}

#footer .credits a {
  color: #eb5d1e;
}

@media (max-width: 575px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align-last: center;
    padding: 3px 0;
  }
}

/*--------------------------------------------------------------
# Mouse Glow
--------------------------------------------------------------*/
#mouse-glow {
  pointer-events: none;
  position: fixed;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(216, 85, 248, 0.35) 0%, transparent 60%);
  z-index: 9999;
  transition: left 0.05s, top 0.05s;
}

/*--------------------------------------------------------------
# Publication
--------------------------------------------------------------*/
#publication {
  background: linear-gradient(180deg, rgb(0,0,0) 0%, rgb(59,15,85) 50%, rgb(0,0,0) 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  box-sizing: border-box;
}

.pub-title {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #dda5eb;
  margin-bottom: 24px;
  line-height: 1.4;
}

.pub-title:hover {
  color: #f0a0ff;
}

.pub-card {
  border-radius: 5px;
}

.pub-card p {
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 12px;
}



#skills .card {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 1.5rem auto;
  padding: 0;
  background: transparent;
  border: none;
}

.contact-grid {
  display: inline-grid;
  grid-template-columns: repeat(2, max-content);
  gap: 1.5rem;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}

.contact-grid .edu-card {
  width: auto;
}

/*--------------------------------------------------------------
# Skills Grid
--------------------------------------------------------------*/
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.skill-category-card {
  background: rgb(15, 0, 26);
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 0 0 12px #dda5eb, 0 0 25px rgba(216, 85, 248, 0.3);
  border-top: 3px solid #d855f8;
}

.skill-category-title {
  color: #d855f8;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skill-tags span {
  background: #440258;
  background: linear-gradient(0deg,rgb(54, 2, 70) 0%,rgb(37, 0, 48) 15%, rgba(0, 0, 0, 1) 50%, rgb(37, 0, 48) 85%, rgba(68, 2, 88, 1) 100%);
  color: #dfb6e9;
  /* border: 1px solid rgba(222, 104, 252, 0.274); */
  /* border: 1px solid rgba(185, 61, 216, 0.274); */
  border: 1px solid rgba(114, 2, 148, 0.534);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 14px;
  white-space: nowrap;
}

.skill-tags span:hover {
  background: rgba(216, 85, 248, 0.25);
  color: #fff;
}
