/**
 * Reset
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Animations
 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/**
 * Basic styling
 */
body {
  font: 400 16px/1.7 "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c2c2c;
  background-color: #f8f9fa;
  -webkit-text-size-adjust: 100%;
  font-kerning: normal;
}

/**
 * Vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul, li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1 {
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #12192c;
  line-height: 1.2;
}

h2 {
  font-size: 1.3em;
  font-weight: 700;
  color: #12192c;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 42px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  position: relative;
}
h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #00b4d8, transparent);
  animation: expandWidth 0.6s ease forwards;
  animation-delay: 0.3s;
  width: 0;
}

h3 {
  font-size: 1.05em;
  font-weight: 600;
  color: #374151;
  margin-top: 30px;
  line-height: 1.4;
}

h4, h5, h6 {
  font-weight: 500;
}

/**
 * Links
 */
a {
  color: #0077b6;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:visited {
  color: rgb(0, 85.6538461538, 131);
}
a:hover {
  color: #00b4d8;
  text-decoration: none;
}

/**
 * Horizontal rule
 */
hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 30px 0;
}

/**
 * Blockquotes
 */
blockquote {
  color: #6b7280;
  border-left: 4px solid #00b4d8;
  padding-left: 15px;
  font-size: 18px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code
 */
pre, code {
  font-size: 15px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background-color: #f1f5f9;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: calc(900px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 900px) {
  .wrapper {
    max-width: calc(900px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #6b7280;
}

/**
 * Skill tags
 */
.skill-tags {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.skill-tags li {
  background: linear-gradient(135deg, #12192c, rgb(32.8064516129, 45.564516129, 80.1935483871));
  color: #e2e8f0;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.82em;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 0;
}
.skill-tags li:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 180, 216, 0.3);
}

/**
 * Site header
 */
.site-header {
  background: linear-gradient(135deg, #0d1526 0%, #12192c 60%, #1a2540 100%);
  border-bottom: 3px solid #00b4d8;
  min-height: 64px;
  position: relative;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.site-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  float: left;
  color: #f0f4f8;
  transition: color 0.2s ease;
}
.site-title, .site-title:visited {
  color: #f0f4f8;
  text-decoration: none;
}
.site-title:hover {
  color: #00b4d8;
  text-decoration: none;
}

.site-nav {
  float: right;
  line-height: 64px;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #94a3b8;
  font-size: 0.82em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.7;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.2s ease;
}
.site-nav .page-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #00b4d8;
  transition: width 0.25s ease;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 24px;
}
.site-nav .page-link:hover {
  color: #f0f4f8;
  text-decoration: none;
}
.site-nav .page-link:hover::after {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 12px;
    right: 15px;
    background: #12192c;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    text-align: right;
    z-index: 100;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg path {
    fill: #f0f4f8;
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 16px;
    line-height: 2;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav .page-link::after {
    display: none;
  }
}

/**
 * Site footer
 */
.site-footer {
  background: linear-gradient(135deg, #0d1526, #12192c);
  color: #64748b;
  border-top: 3px solid #00b4d8;
  padding: 30px 0;
  margin-top: 60px;
  font-size: 14px;
}

.footer-heading {
  font-size: 15px;
  font-weight: 600;
  color: #94a3b8;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}
.contact-list a,
.social-media-list a {
  color: #64748b;
  transition: color 0.2s ease;
}
.contact-list a:hover,
.social-media-list a:hover {
  color: #00b4d8;
}

.footer-col-wrapper {
  font-size: 14px;
  color: #64748b;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 900px) {
  .footer-col-1,
  .footer-col-2 {
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 45px 0;
  animation: fadeInUp 0.5s ease both;
}

.page-heading {
  font-size: 20px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #6b7280;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts & pages
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
  color: #12192c;
}
@media screen and (max-width: 900px) {
  .post-title {
    font-size: 1.8em;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 1.3em;
}
.post-content h3 {
  font-size: 1.05em;
}
.post-content h4 {
  font-size: 1em;
}
.post-content h3 small {
  font-weight: 400;
  font-size: 0.82em;
  color: #6b7280;
  float: right;
}

/**
 * Section cards (inner pages)
 */
.post-content h3 + p,
.home h3 + p {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-left: 3px solid #00b4d8;
  border-radius: 0 6px 6px 0;
  padding: 14px 18px;
  margin-left: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.post-content h3 + p:hover,
.home h3 + p:hover {
  box-shadow: 0 4px 16px rgba(0, 180, 216, 0.12);
  transform: translateX(3px);
}
.post-content h3 + ul,
.home h3 + ul {
  list-style: none;
  margin-left: 0;
}
.post-content h3 + ul li,
.home h3 + ul li {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-left: 3px solid #00b4d8;
  border-radius: 0 6px 6px 0;
  padding: 10px 16px;
  margin-bottom: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.post-content h3 + ul li:hover,
.home h3 + ul li:hover {
  box-shadow: 0 4px 16px rgba(0, 180, 216, 0.12);
  transform: translateX(3px);
}

/**
 * Education entries
 */
.edu-entry {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 22px 24px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.edu-entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #00b4d8, #0077b6);
}
.edu-entry:hover {
  box-shadow: 0 6px 24px rgba(0, 180, 216, 0.15);
  transform: translateY(-2px);
}

.edu-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
  gap: 12px;
}

.edu-degree {
  font-weight: 700;
  font-size: 1.05em;
  color: #12192c;
  line-height: 1.3;
}

.edu-dates {
  font-size: 0.82em;
  color: #fff;
  background: linear-gradient(135deg, #12192c, rgb(32.8064516129, 45.564516129, 80.1935483871));
  padding: 3px 10px;
  border-radius: 12px;
  white-space: nowrap;
  font-weight: 500;
  flex-shrink: 0;
}

.edu-school {
  font-size: 0.95em;
  color: #374151;
  font-weight: 500;
  margin-bottom: 10px;
}

.edu-gpa {
  display: inline-block;
  font-size: 0.8em;
  color: #00b4d8;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: 1px solid rgba(0, 180, 216, 0.3);
  background: rgba(0, 180, 216, 0.06);
  padding: 2px 10px;
  border-radius: 10px;
  text-transform: uppercase;
}

/**
 * Home page
 */
.home .hero-photo {
  animation: scaleIn 0.6s ease both;
}
.home h1 {
  margin-bottom: 4px;
  animation: fadeInUp 0.5s ease both;
  animation-delay: 0.1s;
}
.home .hero-meta {
  color: #6b7280;
  font-size: 0.95em;
  margin-bottom: 30px;
  animation: fadeInUp 0.5s ease both;
  animation-delay: 0.2s;
}
.home .hero-meta a {
  color: #0077b6;
  font-weight: 500;
}
.home .hero-meta a:hover {
  color: #00b4d8;
}
.home .hero-bio {
  animation: fadeInUp 0.5s ease both;
  animation-delay: 0.3s;
  line-height: 1.8;
}
.home .section-animate {
  animation: fadeInUp 0.5s ease both;
}
.home .section-animate:nth-of-type(1) {
  animation-delay: 0.35s;
}
.home .section-animate:nth-of-type(2) {
  animation-delay: 0.45s;
}
.home .section-animate:nth-of-type(3) {
  animation-delay: 0.55s;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/*# sourceMappingURL=main.css.map */