.col-lg-12 {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

@media (max-width: 768px) {
  #contact .container {
    max-width: 720px;
  }
}

@media (max-width: 576px) {
  #contact .container {
    max-width: 540px;
  }
}

.contact .info-box {
  color: #444444;
  padding: 20px;
  width: 100%;
  background: #09203a;
}

@media (min-width: 1200px) {
  #contact .container {
    width: 1300px;
  }
}

.contact .info-box:hover {
  background: #003366;
  border-color: #F1FFFA;
}

.contact .info-box i.bx {
  font-size: 24px;
  color: #dee2e6;
  border-radius: 50%;
  padding: 14px;
  float: left;
  background: rgba(255, 255, 255, 0.1);
}

.contact .info-box .social-links i.bx:hover {
  background-color: #4B000F;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #FDB515;
  font-weight: 700;
  margin: 10px 0 8px 68px;
}

.contact .info-box p {
  padding: 0;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .info-box .social-links {
  margin: 5px 0 0 68px;
  display: flex;
}

.contact .info-box .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  line-height: 1;
  margin-right: 12px;
  transition: 0.3s;
}

.contact .info-box .social-links a:hover {
  color: #4B000F;
}




/* resume */

#resume .container {
  min-height: 700px;
}

@media (min-width: 1200px) {
  #resume .container {
    width: 1300px;
    margin: 30px 40px;
  }
}

/* experience */

#experience .icon-box {
  margin-bottom: 30px;
  padding: 30px 40px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#projects .container {
  min-height: 600px;
}

.portfolio h4 {
  font-size: 1.4rem !important;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 3px 10px 3px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #4B000F;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.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;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #FDB515;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

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

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  background: #001F3F;
  padding: 40px 40px;
  transition: all ease-in-out 0.3s;
  margin: 10px;
  border-radius: 10px;
  width: calc(100% - 20px);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  /* box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2); */
}

.contact .info-box {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #FDB515;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #fff;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #003366;
  border-color: #F1FFFA;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #4B000F;
}

.services .icon-box:hover .icon::before {
  background: #F1FFFA;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #FDB515;
}

#education ul li {
  list-style-type: disc;
  list-style-position: inside;
  /* Place the marker inside the <li> */
  padding-left: 20px;
}

#education ul li::marker {
  color: white !important;
}

.services .icon-box h5 {
  font-size: 1.4rem;
}

.services .icon-box h6,
li {
  font-size: 1.1rem;
}

#education .container {
  margin-top: 30px;
  margin-bottom: 200px;
  max-width: 1150px !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Hide the navigation bar initially */
#main-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transform: translateX(-100%);
  visibility: visible;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s ease-in-out;

}


#main-nav.visible {
  transform: translateX(0) !important;

  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.2);
}

@media(max-width: 992px) {
  #header {
    height: 90vh !important;
  }

  #header h6 {
    text-align: center;
  }
}

@media(max-width: 768px) {
  #header {
    height: 90vh !important;
  }
}

#header {
  transition: ease-in-out 0s;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 997;
  overflow-y: auto;
}

.social-links {
  gap: 3px;
}

#header * {
  transition: ease-in-out 0s;
}

#header h6 {
  font-size: 16px;
  color: #CCCCCC;
  margin-top: -5px;
  margin-bottom: 5px;
  letter-spacing: -0.3px;
  line-height: 1.4;
  max-width: 80%;
}

#header h1 {
  font-size: 48px;
  margin-top: 0px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#header h1 a,
#header h1 a:hover {
  color: #dee2e6;
  line-height: 1;
  display: inline-block;
}

#header h2 {
  font-size: 24px;
  margin-top: 20px;
  color: #FDB515;
}

#header h2 span {
  color: #ffc107;
  border-bottom: 2px solid #FDB515;
  padding-bottom: 6px;
}

#header img {
  padding: 0;
  margin: 0;
}

#header .social-links {
  margin-top: 40px;
  display: flex;
}

#header .social-links a {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

#header .social-links a:hover {
  background: #4B000F;
}

@media (max-width: 992px) {
  #header h1 {
    font-size: 36px;
  }

  #header h2 {
    font-size: 20px;
    line-height: 30px;
  }

  #header .social-links {
    margin-top: 15px;
  }

  #header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


/* about */
p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  margin-top: 0px;
  margin-bottom: 1rem;
}

strong {
  font-weight: bold !important;
  /* Ensure bold styling is applied */
}

#about p {
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.4;
}

#about ul {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* interests */

.interests .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #001F3F;
  border-radius: 12px;
  margin: 0 5px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.interests .icon-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.interests .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.interests .icon-box h3 {
  font-size: 18px;
  color: #FDB515;
  margin-bottom: 0;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 1100px) {
  .interests .icon-box h3 {
    font-size: 14px;
  }

  .interests .icon-box {
    padding: 18px;
  }
}

.profile {
  padding-right: 25px;
  padding-bottom: 0 !important;
}

.tracker {
  /* visibility: hidden; */
  position: fixed;
  /* margin-inline-end: auto;  */
  bottom: 0;
  right: 0;
}

@import url(https://fonts.googleapis.com/css?family=Poiret+One);

.social {
  margin: 0 auto;
  width: auto;
  text-align: inherit;
  /* padding: 10px; */
}

.icon-btn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 30px;
  line-height: 70px;
  border-radius: 45px;
  display: inline-block;
  margin: 4px;
}

.github {
  color: black;
}

.linkedin {
  color: #0077b5;
}

.angellist {
  color: grey;
}

.icon-btn:hover {
  transform: scale(1.10);
  color: #FFFFFF;
}

.linkedin:hover {
  background-color: #0077b5;
}

.angellist:hover {
  background-color: grey;
}

.github:hover {
  background-color: black;
}

/* Buttons - Read Me, Contact Us */

.readme {
  position: relative;
  padding: 11px 35px;
  background: #fff;
  color: #00796b;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* .readme:hover{
  color: white;
  background-color: #00796b;
} */

.contactme {
  position: relative;
  padding: 11px 35px;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 1.5em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.contactme:hover {
  color: #00796b;
  background-color: white;
}

/* main body */

/* body-color */

body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  position: relative;
  background: #030C1E;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  background: #030C1E;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
}

@media (min-width: 1024px) {
  body::before {
    background-attachment: fixed;
  }
}

a {
  color: #FDB515;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.link:hover {
  text-decoration: underline;
  text-decoration-color: #FDB515;
}

.frameworks img {
  margin-right: 5px;
}

/* main blockqoute */

/* blockquote {
  border-left: 5px solid #795548;
  color: #795548;
  font-size: 125%;
  font-weight: 400;
  margin: 20px 0;
  padding-left: 1.5rem;
} */

blockquote {
  border-left: 5px solid #795548;
  color: #795548;
  font-size: 125%;
  font-weight: 400;
  margin: 20px 0;
  padding-left: 1.5rem;
}

blockquote * {
  font-size: inherit;
  line-height: inherit;
}

.text-center {
  text-align: center;
}

/* main nav */

nav {
  background: white;
  box-shadow: none;
  height: 0;
  overflow: visible;
}

/* nav {
  background: rgb(149, 126, 212);
  box-shadow: none;
  height: 0;
} */

nav i {
  padding: 0 15px;
  position: relative;
  top: 5px;
}

/* main */

/* main {
  background: url(../../assets/img/bg.png) repeat;
  padding-left: 190px;
} */

main {
  background: url(../../assets/img/bg.png) repeat;
  padding-left: 190px;
}

dl {
  margin-top: 0.5rem;
}

dd {
  display: inline-block;
  font-weight: 500;
  margin-left: 0;
}

dt {
  display: inline-block;
  margin-left: 0.5rem;
}

nav #slide-out {
  background-color: rgba(3, 12, 30, 0.1) !important;
  background: none;
}

ul.side-nav {
  width: 190px;
  background: linear-gradient(to bottom,
      rgba(42, 42, 42, 0.6),
      rgba(26, 26, 26, 0.6));
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-top: 50px;
  height: 900px;
  backdrop-filter: blur(10px);
}


ul.side-nav li {
  padding: 0;

}

ul.side-nav.fixed a {
  box-sizing: content-box;
  display: block;
  line-height: 100%;
  padding: 10px 0 12px;

}

ul.side-nav.fixed a {
  box-sizing: content-box;
  color: #D9D9D9;
  display: block;
  line-height: 100%;
  padding: 10px 5 12px;
}

ul.table-of-contents li.logo a.active,
ul.table-of-contents li.logo a:hover {
  border: none;
  font-weight: 200;
  color: #D9D9D9;
  font-size: 19px;
  font-weight: 400;
}

/* ul.side-nav.fixed li.logo {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  box-sizing: content-box;
  min-height: 90px;
  padding: 30px 30px 40px;
} */

ul.side-nav.fixed li.logo {
  background-color: #030C1E;
  border-bottom: 1px solid #ddd;
  box-sizing: content-box;
  min-height: 90px;
  padding: 30px 30px 40px;
}


ul.side-nav.fixed li.logo a {
  font-weight: 200;
  line-height: 100%;
}

ul.table-of-contents li:not(.logo) a.active,
ul.table-of-contents li:not(.logo) a:hover {
  background-color: #2A2A2A;
  border-left: 3px solid;
}

ul.side-nav.fixed.table-of-contents li:not(.logo) a span,
ul#slide-out li:not(.logo) a span {
  color: #D9D9D9 !important;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  /* font-weight: 400; */
}

li.logo span {
  display: block;
  font-size: 14px;
}

.brand-logo h1 {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  font-weight: inherit;
}

.container {
  width: 100%;
}

.page-title {
  font-weight: 400;
  margin-top: 0;
  padding: 30px 25px;
  text-transform: uppercase;

  /* Semi-transparent gradient background */
  background: linear-gradient(to right,
      rgba(24, 24, 37, 0.85),
      rgba(15, 15, 26, 0.7));

  /* Frosted blur effect behind */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  margin-bottom: 15px;

  /* Optional: subtle inset shadow for depth */
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

/* sections */
/* .oddsection {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
}
.subsection:nth-child(even) {
  background: linear-gradient(to bottom, #030C1E, #1A1A2E);
} 

.subsection:nth-child(odd) {
  background: linear-gradient(to bottom, #1A1A2E, #030C1E);
}  */

.section {
  padding-bottom: 30px;
  padding-top: 0;

  position: relative;

}

section {
  /* overflow: hidden; */
  /* position: absolute; */
  width: 100%;
  /* top: 140px; */
  bottom: 100%;
  /* opacity: 0; */
  z-index: 2;
}

section.section-show {
  top: 70px;
  bottom: auto;
  /* opacity: 1; */
  padding-bottom: 0px;
}

section .container {
  background: rgba(0, 0, 0, 0);
  padding: 10px 15px;
}

@media (min-width: 992px) {
  section .container {
    max-width: 1050px;
  }
}

@media (max-width: 992px) {
  section {
    top: -64px;
  }

  /* section.section-show {
    top: 80px;
  } */
}

.section-title h5 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 20px 0 20px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #dee2e6;
  font-family: "Poppins", sans-serif;
}

.section-title h5::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #dee2e6;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: -15px 0 15px 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.about-me .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #1c7d32;
}

.about-me .content ul {
  list-style: none;
  padding: 0;
}

.about-me .content ul li {
  padding-bottom: 20px;
}

.about-me .content ul i {
  font-size: 16px;
  padding-right: 2px;
  color: #1c7d32;
}

.about-me p {
  margin-bottom: 20px;
}

.about-me .content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  #header h1 {
    font-size: 36px;
  }

  #header h2 {
    font-size: 20px;
    line-height: 30px;
  }

  #header .social-links {
    margin-top: 15px;
  }

  #header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.full-height {
  height: 100vh;
}

/* Original */

/* #intro.section {
  background: url(../../assets/img/white-ai-wallpaper.jpg) no-repeat top center/cover;
  position: relative;
} */

/* #intro.section {
  background: #a7ffeb repeat;
  position: relative;
} */
/* 
#intro.section .container {
  color: white;
  font-weight: 200;
  left: 0;
  position: absolute;
  top: 0;
} */

/* #intro.section .container *:not(span) {
  font-weight: 300;
  line-height: 150%;
  padding: 0 30px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
} */
/* 
#intro.section .container *:not(span) {
  font-weight: 300;
  line-height: 150%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#intro.section .underline {
  border-bottom: 5px solid #24305e;
}

#intro.section .teal {
  padding: 0 10px;
} */

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.waves-effect.waves-blue .waves-ripple {
  /* The alpha value allows the text and background color
   of the button to still show through. */
  background-color: rgba(33, 150, 243, 0.2);
}

.card {
  margin-bottom: 60px;
}

.card .role {
  font-size: 1.25rem;
  position: absolute;
  right: 38px;
  top: 35px;
}

.card li a {
  margin-right: 0;
  color: #333;
  border-bottom: 2px solid #ffab40;
}

.card li a:hover {
  color: #333;
  font-weight: 500;
}

.card .card-content {
  padding-bottom: 30px;
}

.card .card-content p {
  padding: 5px 0 0;
}

.card h5 {
  font-size: 1.5rem;
  margin-bottom: -0.5rem;
  margin-top: 2rem;
}

.card h6 {
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 2rem;
  text-transform: uppercase;
}

#experience .card-action {
  background-color: rgba(0, 0, 0, 0.02);
  border: none;
}

#experience .card .col.s12.m2 a {
  display: block;
}

#experience .card .col.s12.m2 a img {
  max-height: 60px;
}

.card-action span {
  font-size: 85%;
  color: #666;
}

.card ul {
  margin-bottom: 0;
}

.card ul li {
  line-height: 200%;
  list-style-type: disc;
  margin-left: 24px;
}

.card ul li li {
  color: #666;
  font-size: 13px;
}

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

.card .card-content .card-title {
  line-height: 2.5rem;
}

.card i.right {
  margin-left: 10px;
}

a.hoverline {
  border-bottom: 3px solid transparent !important;
  padding: 3px 3px 0 3px;
  transition: 0.25s all;
  -moz-transition: 0.25s all;
  -webkit-transition: 0.25s all;
}

/* main a.hoverline */

/* a.hoverline:hover {
  border-bottom: 3px solid #24305e !important;
} */

a.hoverline:hover {
  border-bottom: 3px solid #004d40 !important;
}

#skills .card.large {
  height: 360px;
}

#skills .icon-box {
  padding: 33px 40px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Add a soft shadow */
}

#skills .icon-box img {
  max-height: 120px;
  /* Increase from 100px to 120px */
}

/* #skills h4 {
  margin-bottom: 30px;
  padding-bottom: 20px;
} */



#skills .col img.responsive-img {
  margin: 0 auto;
  max-height: 100px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.card.large .card-content p {
  color: inherit;
  margin: 0;
  padding: 30px 0;
}

#experience .card-content .row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.card.large .card-image {
  height: 230px;
}

.card.large .card-content {
  height: auto;
}

.card.medium .card-image {
  height: 240px;
}

.card-action a.btn-floating {
  margin-bottom: 0;
}

#contact a:not(.btn-floating) {
  bottom: 6px;
  left: 20px;
  position: relative;
}

#experience .col.s12.m2 {
  text-align: center;
}

.fa-external-link:before {
  left: 3px;
  position: relative;
  top: 2px;
}

small {
  display: none;
}

.grey-text {
  color: #666 !important;
}

/* main .teal-text */

.teal-text {
  color: #FDB515 !important;
}

/* .teal-text {
  color: #0b5e86 !important;
} */

/* .teal */


/* .teal {
  background-color: #00695c !important;
} */

@media (min-width: 1200px) {
  #experience .container {
    width: 1100px;
  }
}

@media (max-width: 1360px) {
  .card ul li {
    font-size: 14px;
    line-height: 200%;
    margin-left: 20px;
  }
}

@media (max-width: 1160px) {
  .card ul li {
    line-height: 150%;
  }
}

@media (max-width: 992px) {
  main {
    padding-left: 0px;
    padding-top: 64px;
  }

  ul.side-nav a {
    line-height: 100%;
    padding: 0;
    width: 100%;
  }

  nav {
    background: linear-gradient(to bottom, #2A2A2A, #1A1A1A);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    height: 64px;
    position: absolute;
    box-shadow: black;
  }

  ul.side-nav li:hover {
    background-color: #bcbcbc;
  }

  nav a.button-collapse,
  nav a.button-collapse i {
    color: #FDB515;
    height: 56px;
    line-height: 56px;
  }

  h3 {
    margin-bottom: 40px;
  }

  .container {
    margin: 0 auto;
  }

  nav.hide-on-large.only.trigger {
    display: block;
    position: fixed;
    top: 0;
    z-index: 999;
  }

  .section {
    margin-bottom: 50px;
  }

  .content {
    padding: 0 30px;
  }

  .name-title {
    display: block;
    height: 100%;
    padding-top: 12px;
    text-align: center;
    width: 100%;
    position: absolute;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .name-title>span,
  .name-title>a {
    position: relative;
    line-height: 20px;
  }

  .name-title a {
    font-size: 22px;
    display: block;
  }

  .name-title span {
    display: block;
    font-size: 14px;
  }

  .page-title,
  .container {
    position: relative;
    top: 64px;
  }

  section#intro {
    margin-bottom: -64px;
  }

  .card .role {
    position: relative;
    right: initial;
    top: initial;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 22px;
    line-height: 200%;
    margin: 30px 0 0;
  }

  #intro.section .container *:not(span) {
    padding: 0;
  }

  .card .card-content .card-title {
    font-size: 20px;
    line-height: 24px;
  }

  #experience span.card-title {
    text-align: center;
    display: block;
  }

  #experience span.card-title a {
    margin: 0;
  }

  i.mdi-navigation-close.right {
    position: relative;
    bottom: 15px;
  }

  #contact a:not(.btn-floating) {
    text-align: center;
    display: block;
    left: initial;
    bottom: initial;
  }

  #contact a.btn-floating.btn-large {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  #intro.section {
    background-position-x: 30%;
  }
}

/* Animated card base styles */
.animated-card {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}

.animated-card.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Experience section specific styles */
#experience .animated-card {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}

#experience .animated-card.animate {
  opacity: 1;
  transform: translateY(0);
}

/* About Section Animations */
.about-text-animated {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}

.about-text-animated.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Interest boxes animation */
.interests .icon-box {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}

.interests .icon-box.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Add slight stagger to interest boxes */
.interests .icon-box:nth-child(1) {
  transition-delay: 0.1s;
}

.interests .icon-box:nth-child(2) {
  transition-delay: 0.15s;
}

.interests .icon-box:nth-child(3) {
  transition-delay: 0.2s;
}

.interests .icon-box:nth-child(4) {
  transition-delay: 0.25s;
}

.interests .icon-box:nth-child(5) {
  transition-delay: 0.3s;
}

.interests .icon-box:nth-child(6) {
  transition-delay: 0.35s;
}

.interests .icon-box:nth-child(7) {
  transition-delay: 0.4s;
}

.interests .icon-box:nth-child(8) {
  transition-delay: 0.45s;
}

/* Optimized Animation System */
.fade-up {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  will-change: opacity, transform;
}

.fade-up.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays - reduced and only for major elements */
.stagger-1 {
  transition-delay: 0.1s;
}

.stagger-2 {
  transition-delay: 0.15s;
}

.stagger-3 {
  transition-delay: 0.2s;
}

/* Section titles - slightly more pronounced */
.page-title {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  will-change: opacity, transform;
}

.page-title.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Major content blocks */
.about-text-animated,
.portfolio-item,
.animated-card {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  will-change: opacity, transform;
}

.about-text-animated.animate,
.portfolio-item.animate,
.animated-card.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Interest boxes - quick and subtle animation */
.interests .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #001F3F;
  border-radius: 12px;
  margin: 0 5px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.interests .icon-box.animate {
  opacity: 1;
  transform: translateY(0);
}

.interests .icon-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Remove animations from less important elements */
p,
.info-box i,
.social-links a,
ul li,
.icon-box i {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Keep hover effects for interactive elements */
.social-links a,
.icon-box:hover {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s ease;
}

/* Project cards */
.portfolio-wrap {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-wrap:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Experience and education cards */
.animated-card {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.animated-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Contact boxes */
.info-box {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-box:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Social links hover */
.social-links a {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s ease;
}

.social-links a:hover {
  transform: translateY(-2px);
}

/* Navigation links hover */
.side-nav a {
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Skills section icons */
#skills .icon-box {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

#skills .icon-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Project detail pages mobile padding */
@media (max-width: 768px) {


  .portfolio-details .portfolio-info {
    padding: 20px 15px;
  }

  #main {
    padding: 0 20px !important;
  }

  .portfolio-details .container {
    height: auto !important;
    min-height: 100vh;
    padding-top: 30px;
    position: relative;
    top: 30px;
    padding-bottom: 30px;
  }
}